summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-18progs/demos: fix glut initialization callsBrian Paul45-106/+54
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-9/+4
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul2-2/+12
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2-2/+12
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-08Merge branch 'mesa_7_7_branch'Andre Maasikas9-14/+31
2009-12-08Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas1-0/+5
2009-12-07progs/test: Initialize variable in prog_parameter.Vinson Lee1-0/+5
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick8-14/+26
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee1-0/+1
2009-12-07progs/glsl: updates to deriv.c testBrian Paul1-2/+13
2009-12-07progs/glsl: added texture mapping to bump demoBrian Paul2-2/+100
2009-12-05progs/tests: Add tests to Makefile.Vinson Lee1-0/+7
2009-12-05Add 'texture leak' test.Michel Dänzer2-0/+141
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