summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-03progs/vp: Fix memory leak in vp-tris.c.Vinson Lee1-0/+2
2009-12-03progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee1-0/+2
2009-12-03progs/redbook: Fix memory leak in quadric.c.Vinson Lee1-0/+2
2009-12-03progs/glsl: Fix memory leak in deriv.c.Vinson Lee1-0/+1
2009-12-03progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee1-1/+1
2009-12-03progs/demos: Fix memory leak in ray.c.Vinson Lee1-0/+2
2009-12-03progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+3
2009-12-03progs/demos: Fix memory leak in ipers.c.Vinson Lee1-0/+2
2009-12-03progs/demos: Fix memory leak in fslight.c.Vinson Lee1-0/+1
2009-12-03progs/trivial: Redraw upon keypress.Vinson Lee4-4/+4
2009-12-03progs/trivial: Redraw upon keypress.Vinson Lee104-104/+104
2009-12-03progs/glsl: Redraw upon keypress.Vinson Lee1-1/+1
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-12-03progs/fp: Redraw upon keypress.Vinson Lee8-8/+8
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-4/+4
2009-12-03progs/tests: fix MSVC build.Vinson Lee1-4/+4
2009-12-03progs/tests: Fix MSVC build.Vinson Lee1-3/+3
2009-12-03progs/tests: Fix MSVC build.Vinson Lee1-8/+8
2009-12-03progs/tests: Use rand() instead of random().José Fonseca1-1/+1
2009-12-03progs/tests: Use rand() instead of random().José Fonseca1-1/+1
2009-12-03progs/tests: Fix MSVC build.Vinson Lee1-1/+0
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-1/+1
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-1/+1
2009-12-03progs/tests: fix MSVC build.Vinson Lee1-1/+1
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-14/+5
2009-12-02progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee1-1/+1
2009-12-02progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee1-3/+3
2009-12-02progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee1-1/+1
2009-12-02demos/glsl: Add missing break statement to noise test.Vinson Lee1-0/+1
2009-12-02progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee1-5/+5
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee1-0/+1
2009-12-02progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee1-1/+1
2009-12-02progs/glsl: Include local headers before installed headers during compilation.Vinson Lee1-1/+1
2009-12-02progs/glsl: minor Makefile clean-upsBrian Paul1-8/+7
2009-12-02progs: Ignore Mac OS dSYM directories.Vinson Lee1-0/+1
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul1-2/+0
2009-12-01Simplify hackery added to fix AIX build.Tom Fogal1-15/+11
2009-11-23shaderutil: Fix detection of shadersIan Romanick1-2/+6
2009-11-19progs: Fix quoting issue with empty set of PROGRAM_DIRS.Tom Fogal1-1/+1
2009-11-04progs/tests: Fix MSVC build.Vinson Lee1-1/+5
2009-10-29progs/tests: fixes for drawbuffers.cBrian Paul1-5/+12
2009-10-28progs/tests: added test for GL_EXT_texture_compression_s3tc supportBrian Paul1-0/+6
2009-10-27progs/tests: added new blitfb.c testBrian Paul3-0/+261
2009-10-23progs/tests: print requested/internal format infoBrian Paul1-1/+7