Age | Commit message (Expand) | Author |
2008-11-24 | mesa: rename program parameter flags to match other Mesa conventions | Brian Paul |
2008-11-24 | mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation | Brian Paul |
2008-11-24 | mesa: add Flags field to gl_program_parameter | Brian Paul |
2008-11-10 | mesa: track initialization status of uniform variables. Plus, asst clean-ups. | Brian Paul |
2008-08-25 | mesa: glsl: grab latest fixes from gallium-0.1 branch | Brian Paul |
2008-07-29 | mesa: assorted glsl uniform/attribute fixes | Brian Paul |
2008-05-20 | fix incorrect sampler numbering/indexing. | Brian Paul |
2008-05-14 | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul |
2008-05-14 | added _mesa_combine_parameter_lists() | Brian Paul |
2007-04-18 | Start fixing some issues with uniform variables and their types. | Brian |
2007-04-18 | Fix some bugs related to querying active uniforms. | Brian |
2007-04-18 | Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name(). | Brian |
2007-02-23 | replace GLint with gl_state_index | Brian |
2007-01-23 | fix g++ warnings/errors | Brian |
2007-01-09 | clean up a bunch of program parameter stuff | Brian |
2007-01-09 | Implement vertex attribute binding. | Brian |
2007-01-05 | added _mesa_add_sampler() | Brian |
2006-12-20 | Uniform matrix support. | Brian |
2006-12-19 | Overhaul of GLSL API functions, dispatching, etc. | Brian |
2006-12-14 | Split the program.[ch] files into several new files. | Brian |