summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_parameter.h
AgeCommit message (Expand)Author
2009-07-20Add new _mesa_new_parameter_list_sized to pre-allocate a parameter listIan Romanick
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2008-11-24mesa: rename program parameter flags to match other Mesa conventionsBrian Paul
2008-11-24mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul
2008-11-24mesa: add Flags field to gl_program_parameterBrian Paul
2008-11-10mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul
2008-08-25mesa: glsl: grab latest fixes from gallium-0.1 branchBrian Paul
2008-07-29mesa: assorted glsl uniform/attribute fixesBrian Paul
2008-05-20fix incorrect sampler numbering/indexing.Brian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-14added _mesa_combine_parameter_lists()Brian Paul
2007-04-18Start fixing some issues with uniform variables and their types.Brian
2007-04-18Fix some bugs related to querying active uniforms.Brian
2007-04-18Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name().Brian
2007-02-23replace GLint with gl_state_indexBrian
2007-01-23fix g++ warnings/errorsBrian
2007-01-09clean up a bunch of program parameter stuffBrian
2007-01-09Implement vertex attribute binding.Brian
2007-01-05added _mesa_add_sampler()Brian
2006-12-20Uniform matrix support.Brian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-12-14Split the program.[ch] files into several new files.Brian