summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul100-363/+362
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul87-323/+318
2009-12-21progs/redbook: Silence compiler warnings.Vinson Lee62-296/+283
2009-12-21progs/perf: added check for GL_ARB_framebuffer_objectBrian Paul1-0/+6
2009-12-21progs/demos: report pixel rate in million pixels / secBrian Paul1-4/+5
2009-12-21progs/osmes: add missing libGL dependency, remove unneeded linesBrian Paul1-12/+1
2009-12-20progs/tests: Silence compiler warnings.Vinson Lee11-10/+19
2009-12-19progs/trivial: Use C-style comments.Vinson Lee10-12/+12
2009-12-19progs/xdemos: Use C-style comment.Vinson Lee1-1/+1
2009-12-18progs/demos: Silence compiler warning in morph3d.c.Vinson Lee1-1/+1
2009-12-18progs/glsl: Use C-style comments.Vinson Lee2-3/+3
2009-12-18progs/demos: Use C-style comment.Vinson Lee1-1/+1
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-14progs/trivial: Silence compiler warnings.Vinson Lee5-15/+12
2009-12-12progs/trivial: Silence compiler warnings in tri-blend-min.c.Vinson Lee1-3/+3
2009-12-12progs/trivial: Silence compiler warnings in tri-blend-max.cVinson Lee1-3/+3
2009-12-12progs/xdemos: Silence compiler warnings in glxinfo.c.Vinson Lee1-2/+2
2009-12-12progs/tests: Silence compiler warnings in vpeval.c.Vinson Lee1-5/+5
2009-12-12progs/tests: Silence compiler warnings in cva.c.Vinson Lee1-4/+4
2009-12-12progs/redbook: Silence compiler warnings in aaindex.c.Vinson Lee1-4/+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