summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_parameter.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unrequired elseTimothy Arceri2016-04-031-42/+39
* mesa: remove remaining tabs in prog_parameter.cTimothy Arceri2016-03-181-8/+8
* mesa: inline _mesa_add_unnamed_constant()Timothy Arceri2016-03-181-22/+0
* mesa: simplify and inline _mesa_lookup_parameter_index()Timothy Arceri2016-03-181-38/+0
* mesa: make _mesa_lookup_parameter_constant staticTimothy Arceri2016-03-181-95/+94
* mesa: remove dead program parameter functionsTimothy Arceri2016-02-051-70/+0
* program: add _mesa_reserve_parameter_storageMarek Olšák2016-01-021-15/+32
* mesa/program: remove dead codeMarek Olšák2015-04-161-72/+0
* mesa: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-1/+1
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-3/+2
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-1/+1
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-2/+1
* mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()Brian Paul2013-07-121-1/+15
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Remove dead _mesa_num_parameters_of_type() function.Kenneth Graunke2012-10-161-18/+0
* mesa: Remove dead _mesa_add_attribute() function.Kenneth Graunke2012-10-161-30/+0
* mesa: Remove dead _mesa_add_varying() function.Kenneth Graunke2012-10-161-21/+0
* mesa: Remove dead program_parameter::Flags field.Kenneth Graunke2012-10-161-14/+9
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-14/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.Ian Romanick2011-10-041-22/+0
* mesa, glsl_to_tgsi: add native support for integers in shadersBryan Cain2011-08-011-3/+25
* mesa: support boolean and integer-based parameters in prog_parameterBryan Cain2011-08-011-24/+26
* mesa: Simplify a bit of _mesa_add_state_reference using memcmp.Eric Anholt2010-10-081-12/+3
* mesa: Fix _mesa_lookup_parameter_constant's return value.José Fonseca2010-08-301-2/+4
* mesa: Remove now-unused _mesa_add_sampler().Eric Anholt2010-08-251-37/+0
* mesa: Remove now-unused _mesa_add_uniform.Eric Anholt2010-08-251-30/+0
* mesa: Remove the "Used" flag in gl_program_parameter.Eric Anholt2010-08-251-22/+0
* ir_to_mesa: Add support for sampler arrays.Eric Anholt2010-08-061-3/+4
* Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-1/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+751