summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Merge branch 'mesa_7_6_branch' of git://anongit.freedesktop.org/mesa/mesa int...Brice Goglin3-2/+13
2009-12-10progs/samples: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-07progs/test: Initialize variable in prog_parameter.Vinson Lee1-0/+5
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+1
2009-12-05progs/tests: Add tests to Makefile.Vinson Lee1-0/+7
2009-12-05Merge branch 'mesa_7_6_branch' of git://anongit.freedesktop.org/mesa/mesa int...Brice Goglin29-42/+120
2009-12-05progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.Vinson Lee1-0/+1
2009-12-05progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.Vinson Lee1-1/+2
2009-12-05progs/samples: Add rgbtoppm to Makefile.Vinson Lee1-1/+1
2009-12-05progs/tests: Removed unused variable from texdown.c.Vinson Lee1-2/+1
2009-12-05progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.Vinson Lee1-6/+6
2009-12-04progs/fp: Redraw upon keypress.Vinson Lee1-1/+1
2009-12-04progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee1-0/+1
2009-12-04progs/util: Fix memory leak if fail to load/compile shaderVinson Lee1-0/+2
2009-12-04progs/fp: Add tri-inv.c to Makefile.Vinson Lee1-0/+1
2009-12-04progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian Paul1-3/+12
2009-12-04progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee1-4/+4
2009-12-04progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee1-0/+1
2009-12-04progs/xdemos: Add missing break statement in offset.c.Vinson Lee1-0/+1
2009-12-03progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee1-2/+0
2009-12-03progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee1-1/+3
2009-12-03progs/xdemos: Add assert in corender.c.Vinson Lee1-0/+1
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