summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_parameter.c
AgeCommit message (Expand)Author
2008-09-05mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol
2008-08-19mesa: glsl: add usage tracking for uniform varsBrian Paul
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-07-21mesa: assorted glsl uniform/attribute fixesBrian Paul
2008-07-18mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol
2008-06-12shaders: fix allocation of arrays of parametersZack Rusin
2008-05-20copy StateFlags in _mesa_clone_parameter_list()Brian Paul
2008-05-20fix incorrect sampler numbering/indexing.Brian Paul
2008-05-14mesa: use CALLOC_STRUCT()Brian Paul
2008-03-27Fix the compile of disabled DEBUG_PARSING code.Brian
2007-10-30added _mesa_combine_parameter_lists()Brian
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-04-18comments, assertionsBrian
2007-04-18new commentsBrian
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-03-26In _mesa_lookup_parameter_constant() make sure we return a full, 4-component ...Brian
2007-03-22In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...Brian
2007-03-13remove bogus assertionBrian
2007-02-23replace GLint with gl_state_indexBrian
2007-02-22Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian
2007-02-09always init param vars to silence valgrind warningsBrian
2007-02-08do full swizzled matching in _mesa_lookup_parameter_constant()Brian
2007-01-23fix g++ warnings/errorsBrian
2007-01-18_mesa_add_unnamed_constant() now tries to re-use constants already inBrian
2007-01-10fix size bug in _mesa_add_attribute()Brian
2007-01-10simplify _mesa_add_state_reference()Brian
2007-01-09get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIBBrian
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-14remove unneded includesBrian
2006-12-14Split the program.[ch] files into several new files.Brian