summaryrefslogtreecommitdiff
path: root/progs/util/shaderutil.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-323/+0
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-1/+5
2009-11-23shaderutil: Fix detection of shadersIan Romanick1-2/+6
2009-11-17progs/util: warn when GLSL not supportedBrian Paul1-1/+2
2009-11-17progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee1-0/+1
2009-11-03progs/util: Fix memory leak if fail to load/compile shaderVinson Lee1-0/+2
2009-08-25progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul1-0/+20
2009-08-20progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul1-0/+33
2009-08-13progs/util: ignore pre-defined uniforms in SetUniformValues()Brian Paul1-1/+8
2009-08-12progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul1-92/+15
2009-08-12demos: rename InitUniforms() to SetUniformValues()Brian Paul1-1/+1
2009-08-12progs/util: added more shader utility functionsBrian Paul1-18/+179
2009-07-17progs/util: remove extfuncs.h (we use GLEW instead)mesa_7_5Brian Paul1-19/+17
2009-06-30progs/util: make sure function pointers are initializedKeith Whitwell1-1/+6
2008-12-17util: check for frag/vertShader=0 before attachingBrian Paul1-2/+7
2008-11-04print err msg if unable to open shader fileBrian Paul1-0/+1
2008-08-16added test for ARB GLSL extensionsCorbin Simpson1-6/+9
2008-04-09shader utility functionsBrian1-0/+159