summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_uniform.c
AgeCommit message (Collapse)Author
2010-08-18mesa: Don't try to free components of a NULL uniform list.Eric Anholt
This might happen if we manage to trigger the right linker errors.
2010-07-10mesa: make uniform work with geometry shadersZack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul