summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul6-27/+41
2009-12-31progs/tests: added test for GL_EXT_draw_buffers2Brian Paul3-0/+366
2009-12-31progs/tests: added conditional rendering test programBrian Paul3-0/+244
2009-12-30progs/glsl: Provide a better fix for fgets warning.Vinson Lee1-5/+2
2009-12-29progs/glsl: Silence compiler warnings.Vinson Lee2-10/+3
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul4-15/+39
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee3-9/+25
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee1-6/+14
2009-12-23rbug: rename pf_is_compressed to util_format_is_compressedRoland Scheidegger2-2/+4
2009-12-22progs/tests: Fix build.Vinson Lee1-1/+0
2009-12-22Merge branch 'i965g-restart'Keith Whitwell8-5/+163
2009-12-22progs/tests: Fix build.Vinson Lee1-1/+0
2009-12-21progs/perf: Fix MSVC build.Vinson Lee1-1/+1
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-21i965g: back out unintentional changes to gearsKeith Whitwell1-7/+0
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell169-214/+638
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