summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge remote branch 'origin/master' into arb_geometry_shader4arb_geometry_shader4Zack Rusin151-160/+213
2009-11-20progs/xdemos: Fix memory leak in pbinfo.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Fix memory leak in glxpbdemo.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee1-2/+0
2009-11-20progs/xdemos: Add assert in corender.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee1-4/+4
2009-11-20progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee1-1/+3
2009-11-20progs/tests: Silence unused value warnings in sharedtex.c.Vinson Lee1-4/+4
2009-11-20progs/tests: Initialize variable in getprocaddress.c.Vinson Lee1-1/+1
2009-11-20progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee1-0/+1
2009-11-20progs/slang: Check for ftell failure in vstest.c.Vinson Lee1-0/+6
2009-11-20progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee1-0/+14
2009-11-19progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee1-1/+1
2009-11-19progs/vp: Fix memory leak in vp-tris.c.Vinson Lee1-0/+2
2009-11-19progs/trivial: Redraw upon keypress.Vinson Lee4-4/+4
2009-11-19progs/glsl: Redraw upon keypress.Vinson Lee1-1/+1
2009-11-19progs/xdemos: Add missing break statement in offset.c.Vinson Lee1-0/+1
2009-11-19progs/trivial: Redraw upon keypress.Vinson Lee104-104/+104
2009-11-18progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee1-0/+2
2009-11-18progs/fp: Redraw upon keypress.Vinson Lee8-8/+8
2009-11-18progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee1-3/+3
2009-11-18progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee1-1/+1
2009-11-18progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee1-5/+5
2009-11-17progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee1-1/+1
2009-11-17progs/glsl: use ShadersSupported()Brian Paul2-10/+4
2009-11-17progs/util: warn when GLSL not supportedBrian Paul1-1/+2
2009-11-17progs/tests: Fix memory leak in arbgpuprog.c.Vinson Lee1-0/+4
2009-11-17progs/xdemos: change //-style commentsBrian Paul1-1/+1
2009-11-17progs/glsl: change //-style commentsBrian Paul2-3/+5
2009-11-17progs/demos: silence warningsBrian Paul2-2/+3
2009-11-17progs/slang: Fix potential null pointer dereference in cltest.c.Vinson Lee1-1/+1
2009-11-17progs/redbook: Fix memory leak in quadric.c.Vinson Lee1-0/+2
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee1-0/+1
2009-11-17progs/xdemos: added -lX11 -lpthread for GNU gold linkerBrian Paul1-0/+3
2009-11-17progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee1-0/+1
2009-11-17progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee1-1/+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/glsl: Fix memory leak in deriv.c.Vinson Lee1-0/+1
2009-11-17progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee1-0/+1
2009-11-16Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin12-39/+97
2009-11-16progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee1-0/+1
2009-11-16progs/demos: Fix memory leak in ray.c.Vinson Lee1-0/+2
2009-11-16progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+3
2009-11-16progs/demos: Fix memory leak in ipers.c.Vinson Lee1-0/+2
2009-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee1-0/+1
2009-11-16progs/tests: silence warningBrian Paul1-1/+1
2009-11-14progs: Ignore Mac OS dSYM directories.Vinson Lee1-0/+1
2009-11-12progs/glsl: Add missing break statement in multinoise.c.Vinson Lee1-0/+1