summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2009-12-04progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee
2009-12-04progs/xdemos: Add missing break statement in offset.c.Vinson Lee
2009-12-03progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee
2009-12-03progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee
2009-12-03progs/xdemos: Add assert in corender.c.Vinson Lee
2009-12-03progs/vp: Fix memory leak in vp-tris.c.Vinson Lee
2009-12-03progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee
2009-12-03progs/redbook: Fix memory leak in quadric.c.Vinson Lee
2009-12-03progs/glsl: Fix memory leak in deriv.c.Vinson Lee
2009-12-03progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee
2009-12-03progs/demos: Fix memory leak in ray.c.Vinson Lee
2009-12-03progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-12-03progs/demos: Fix memory leak in ipers.c.Vinson Lee
2009-12-03progs/demos: Fix memory leak in fslight.c.Vinson Lee
2009-12-03progs/trivial: Redraw upon keypress.Vinson Lee
2009-12-03progs/trivial: Redraw upon keypress.Vinson Lee
2009-12-03progs/glsl: Redraw upon keypress.Vinson 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-12-03progs/fp: Redraw upon keypress.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: fix MSVC build.Vinson Lee
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: Use rand() instead of random().José Fonseca
2009-12-03progs/tests: Use rand() instead of random().José Fonseca
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-03progs/tests: fix MSVC build.Vinson Lee
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
2009-12-02progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee
2009-12-02demos/glsl: Add missing break statement to noise test.Vinson Lee
2009-12-02progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
2009-12-02progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Include local headers before installed headers during compilation.Vinson Lee
2009-12-02progs/glsl: minor Makefile clean-upsBrian Paul
2009-12-02progs: Ignore Mac OS dSYM directories.Vinson Lee
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul
2009-12-01Simplify hackery added to fix AIX build.Tom Fogal
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick