summaryrefslogtreecommitdiffstats
path: root/progs/util/shaderutil.c
Commit message (Expand)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-323/+0
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-11-301-1/+5
|\
| * shaderutil: Fix detection of shadersIan Romanick2009-11-231-2/+6
* | progs/util: warn when GLSL not supportedBrian Paul2009-11-171-1/+2
* | progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee2009-11-171-0/+1
* | progs/util: Fix memory leak if fail to load/compile shaderVinson Lee2009-11-031-0/+2
|/
* progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul2009-08-251-0/+20
* progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul2009-08-201-0/+33
* progs/util: ignore pre-defined uniforms in SetUniformValues()Brian Paul2009-08-131-1/+8
* progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul2009-08-121-92/+15
* demos: rename InitUniforms() to SetUniformValues()Brian Paul2009-08-121-1/+1
* progs/util: added more shader utility functionsBrian Paul2009-08-121-18/+179
* progs/util: remove extfuncs.h (we use GLEW instead)Brian Paul2009-07-171-19/+17
* progs/util: make sure function pointers are initializedKeith Whitwell2009-06-301-1/+6
* util: check for frag/vertShader=0 before attachingBrian Paul2008-12-171-2/+7
* print err msg if unable to open shader fileBrian Paul2008-11-041-0/+1
* added test for ARB GLSL extensionsCorbin Simpson2008-08-161-6/+9
* shader utility functionsBrian2008-04-091-0/+159