summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-26add missing param to _mesa_warning()Panagiotis Papadakos
2007-02-26Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-25remove unneeded includesBrian
2007-02-25update commentsBrian
2007-02-25fix bounds checking in get_register_pointer()Brian
2007-02-25define and use MAX_PROGRAM_ADDRESS_REGSBrian
2007-02-25Add EnvParams field to gl_program_machine, avoid passing ctx to a bunch of fu...Brian
2007-02-25simplify _mesa_get_program_register()Brian
2007-02-25s/GetFragmentProgramRegister/GetProgramRegister/Brian
2007-02-25minor clean-ups in _mesa_execute_program()Brian
2007-02-25remove 'maxInst' parameter from _mesa_execute_program()Brian
2007-02-25remove unused 'element' parameter from _mesa_execute_program()Brian
2007-02-25s/attribs/results/Brian
2007-02-25remove unused VaryingPtrBrian
2007-02-25Optimize the loop for copying output results.Brian
2007-02-25add texture rotationBrian
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola
2007-02-25only copy used outputsBrian
2007-02-25output texcoord in vertex programBrian
2007-02-24Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-24Revert "option to test mipmapping"Brian
2007-02-24option to test mipmappingBrian
2007-02-24Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-24Fix broken cubemap mipmap layout (the cubemap.c demo was segfaulting).Brian
2007-02-24clean-up, comment codeBrian
2007-02-24make src ptr constBrian
2007-02-24add missing code for newer STATE_INTERNAL itemsBrian
2007-02-24Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing.Brian
2007-02-24Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions.Brian
2007-02-24Remove unneeded _Fragment/VertexShaderPresent fields, update comments.Brian
2007-02-24Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated toBrian
2007-02-24remove commentBrian
2007-02-24Fix assertion in get_register_pointer(), fix EXP case.Brian
2007-02-23added ARL, EXP, LOG, relative indexingBrian
2007-02-23add some missing cases in _mesa_program_state_string()Brian
2007-02-23fix fog breakageBrian
2007-02-23reindentBrian
2007-02-23don't pass program ptr to fetch_vector[14]()Brian
2007-02-23Fix GLAPIENTRYP for OS X.Ian Romanick
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-23expose _mesa_load_tracked_matrices()Brian
2007-02-23added linux-dri-debugBrian
2007-02-23SWvertex no longer has texcoord field, use attrib field insteadBrian
2007-02-23s/GLint/gl_state_index/, length is now 5 not 6Brian
2007-02-23s/GLint/gl_state_index/, length is now 5 not 6Brian
2007-02-23re-expose _mesa_print_alu_instruction()Brian
2007-02-23remove dead codeBrian
2007-02-23replace GLint with gl_state_indexBrian
2007-02-23comments, clean-upBrian
2007-02-23remove unused slang_atom_pool_gen()Brian