summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-23shaderutil: Fix detection of shadersIan Romanick
2009-11-20progs/xdemos: Fix memory leak in pbinfo.c.Vinson Lee
2009-11-20progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee
2009-11-20progs/xdemos: Fix memory leak in glxpbdemo.c.Vinson Lee
2009-11-20progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee
2009-11-20progs/xdemos: Add assert in corender.c.Vinson Lee
2009-11-19progs: Fix quoting issue with empty set of PROGRAM_DIRS.Tom Fogal
2009-11-20progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee
2009-11-20progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee
2009-11-20progs/tests: Silence unused value warnings in sharedtex.c.Vinson Lee
2009-11-20progs/tests: Initialize variable in getprocaddress.c.Vinson Lee
2009-11-20progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee
2009-11-20progs/slang: Check for ftell failure in vstest.c.Vinson Lee
2009-11-20progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee
2009-11-19progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee
2009-11-19progs/vp: Fix memory leak in vp-tris.c.Vinson Lee
2009-11-19progs/trivial: Redraw upon keypress.Vinson Lee
2009-11-19progs/glsl: Redraw upon keypress.Vinson Lee
2009-11-19progs/xdemos: Add missing break statement in offset.c.Vinson Lee
2009-11-19progs/trivial: Redraw upon keypress.Vinson Lee
2009-11-18progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee
2009-11-18progs/fp: Redraw upon keypress.Vinson Lee
2009-11-18progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee
2009-11-18progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee
2009-11-18progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee
2009-11-17progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee
2009-11-17progs/glsl: use ShadersSupported()Brian Paul
2009-11-17progs/util: warn when GLSL not supportedBrian Paul
2009-11-17progs/tests: Fix memory leak in arbgpuprog.c.Vinson Lee
2009-11-17progs/xdemos: change //-style commentsBrian Paul
2009-11-17progs/glsl: change //-style commentsBrian Paul
2009-11-17progs/demos: silence warningsBrian Paul
2009-11-17progs/slang: Fix potential null pointer dereference in cltest.c.Vinson Lee
2009-11-17progs/redbook: Fix memory leak in quadric.c.Vinson Lee
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-11-17progs/xdemos: added -lX11 -lpthread for GNU gold linkerBrian Paul
2009-11-17progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee
2009-11-17progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.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/glsl: Fix memory leak in deriv.c.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-16progs/demos: Fix memory leak in ray.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in ipers.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee
2009-11-16progs/tests: silence warningBrian Paul
2009-11-14progs: Ignore Mac OS dSYM directories.Vinson Lee