aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_uniform.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-165/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-3/+3
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-1/+1
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-191-1/+1
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-11/+18
|\
| * mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul2008-11-101-11/+18
| * mesa: add Initialized field to gl_uniform struct, for debugging purposes onlyBrian Paul2008-11-051-0/+1
| * mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-1/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-0/+1
|\ \
| * | mesa: add Initialized field to gl_uniform struct, for debugging purposes onlyBrian Paul2008-11-051-0/+1
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+1
|\| | | |/ |/|
| * mesa: added null ptr checksBrian Paul2008-06-281-2/+2
| * mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-1/+1
| * mesa: new functions for managing list/index of uniformsBrian2008-04-041-0/+157
* mesa: added null ptr checksBrian Paul2008-06-281-2/+2
* mesa: new functions for managing list/index of uniformsBrian Paul2008-05-141-0/+157