summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_uniform.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete code made dead by previous uniform related patchesIan Romanick2011-11-071-103/+0
| | | | | Signed-off-by: Ian Romanick <[email protected]> Tested-by: Tom Stellard <[email protected]>
* mesa: Remove unused function _mesa_append_uniformIan Romanick2011-10-071-74/+0
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* mesa: Don't try to free components of a NULL uniform list.Eric Anholt2010-08-181-0/+4
| | | | This might happen if we manage to trigger the right linker errors.
* mesa: make uniform work with geometry shadersZack Rusin2010-07-101-5/+13
|
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+165