summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2009-12-18progs/demos: fix glut initialization callsBrian Paul
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-10progs/samples: Byte swap individual members of struct _rawImageRec.Vinson Lee
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-08Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas
2009-12-07progs/test: Initialize variable in prog_parameter.Vinson Lee
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-12-07progs/glsl: updates to deriv.c testBrian Paul
2009-12-07progs/glsl: added texture mapping to bump demoBrian Paul
2009-12-05progs/tests: Add tests to Makefile.Vinson Lee
2009-12-05Add 'texture leak' test.Michel Dänzer
2009-12-05progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.Vinson Lee
2009-12-05progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.Vinson Lee
2009-12-05progs/samples: Add rgbtoppm to Makefile.Vinson Lee
2009-12-05progs/tests: Removed unused variable from texdown.c.Vinson Lee
2009-12-05progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.Vinson Lee
2009-12-04progs/fp: Redraw upon keypress.Vinson Lee
2009-12-04progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.Vinson Lee
2009-12-04progs/util: Fix memory leak if fail to load/compile shaderVinson Lee
2009-12-04progs/fp: Add tri-inv.c to Makefile.Vinson Lee
2009-12-04progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian Paul
2009-12-04progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee
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