summaryrefslogtreecommitdiff
path: root/progs/util
AgeCommit message (Expand)Author
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee
2009-12-04progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee
2009-12-04progs/util: Fix memory leak if fail to load/compile shaderVinson Lee
2009-12-03progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee
2009-12-03progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee
2009-12-03progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-12-03progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee
2009-12-03progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-12-03progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
2009-12-03progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
2009-11-23shaderutil: Fix detection of shadersIan Romanick
2009-08-30progs/util: minor updates to glutskel.cBrian Paul
2009-08-25progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul
2009-08-20progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul
2009-08-13progs/util: ignore pre-defined uniforms in SetUniformValues()Brian Paul
2009-08-12progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul
2009-08-12demos: rename InitUniforms() to SetUniformValues()Brian Paul
2009-08-12progs/util: added more shader utility functionsBrian Paul
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-20progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee
2009-11-20progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee
2009-11-17progs/util: warn when GLSL not supportedBrian Paul
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-11-17progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee
2009-11-17progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee
2009-11-17progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-11-17progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
2009-11-16progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
2009-11-03progs/util: Fix memory leak if fail to load/compile shaderVinson Lee
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-17progs/util: remove extfuncs.h (we use GLEW instead)Brian Paul
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-30progs/util: make sure function pointers are initializedKeith Whitwell
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom
2009-06-12util: additional function pointersBrian Paul
2009-05-22demos/util: add funcs for GL_ARB_buffer_objectBrian Paul
2009-03-16progs: Try to read the texture from the current dir, if full path fails.José Fonseca
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-02util: added more functions to extfuncs.hBrian Paul
2009-02-01progs: Get more samples building on windows.José Fonseca
2008-12-18util: check for frag/vertShader=0 before attachingBrian Paul
2008-12-17util: check for frag/vertShader=0 before attachingBrian Paul
2008-11-05Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-04print err msg if unable to open shader fileBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-16added test for ARB GLSL extensionsCorbin Simpson