summaryrefslogtreecommitdiff
path: root/progs/util
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt23-5367/+0
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-6/+14
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee1-6/+14
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-04progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee1-0/+1
2009-12-04progs/util: Fix memory leak if fail to load/compile shaderVinson Lee1-0/+2
2009-12-03progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee1-0/+1
2009-12-03progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee1-0/+14
2009-12-03progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee1-0/+1
2009-12-03progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee1-0/+1
2009-12-03progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee1-1/+4
2009-12-03progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee1-0/+1
2009-12-03progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee1-0/+1
2009-11-23shaderutil: Fix detection of shadersIan Romanick1-2/+6
2009-08-30progs/util: minor updates to glutskel.cBrian Paul1-31/+33
2009-08-25progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul2-0/+23
2009-08-20progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul2-0/+39
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 Paul2-94/+17
2009-08-12demos: rename InitUniforms() to SetUniformValues()Brian Paul2-2/+2
2009-08-12progs/util: added more shader utility functionsBrian Paul2-19/+200
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-1/+6
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-1/+5
2009-11-20progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee1-0/+1
2009-11-20progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee1-0/+14
2009-11-17progs/util: warn when GLSL not supportedBrian Paul1-1/+2
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee1-0/+1
2009-11-17progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee1-0/+1
2009-11-17progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee1-0/+1
2009-11-17progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee1-1/+4
2009-11-17progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee1-0/+1
2009-11-16progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee1-0/+1
2009-11-03progs/util: Fix memory leak if fail to load/compile shaderVinson Lee1-0/+2
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul1-19/+17
2009-07-17progs/util: remove extfuncs.h (we use GLEW instead)mesa_7_5Brian Paul1-19/+17
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul1-1/+6
2009-06-30progs/util: make sure function pointers are initializedKeith Whitwell1-1/+6
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom1-0/+81
2009-06-12util: additional function pointersBrian Paul1-0/+101
2009-05-22demos/util: add funcs for GL_ARB_buffer_objectBrian Paul1-0/+19
2009-03-16progs: Try to read the texture from the current dir, if full path fails.José Fonseca1-3/+9
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2-42/+15
2009-02-02util: added more functions to extfuncs.hBrian Paul1-0/+15
2009-02-01progs: Get more samples building on windows.José Fonseca1-0/+15
2008-12-18util: check for frag/vertShader=0 before attachingBrian Paul1-2/+7
2008-12-17util: check for frag/vertShader=0 before attachingBrian Paul1-2/+7
2008-11-05Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+1
2008-11-04print err msg if unable to open shader fileBrian Paul1-0/+1
2008-09-21Remove CVS keywords.Keith Whitwell4-7/+0
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell5-49/+0