Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-07 | mesa: gl_register_file enum typedef | Brian Paul | |
2008-06-12 | glsl: make sure we replace all output reads with temporaries | Zack Rusin | |
test in if.glsl | |||
2008-05-14 | added _mesa_combine_parameter_lists() | Brian Paul | |
cherry-picked from gallium-0.1 | |||
2007-01-09 | added _mesa_count_texture_indirections(), _mesa_count_texture_instructions() | Brian | |
2006-10-28 | Implement _mesa_append_fog_code() for fragment program fog options. | Brian Paul | |
2006-08-25 | Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code(). | Brian Paul | |
The four DP4 instructions are now inserted at the top of the program instead of appended to tail. | |||
2006-08-24 | Functions for vertex/fragment program transformations, optimizations, etc. | Brian Paul | |