summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2010-01-10progs/demos: Check upper bounds of input in manywin.c.Vinson Lee
2010-01-10progs/demos: Bounds check input to fire.c.Vinson Lee
2010-01-08progs/tests: Silence 'missing initializer' warnings.Vinson Lee
2010-01-08progs/glsl: Silence uninitialized variable warning.Vinson Lee
2010-01-08progs/demos: Add missing initializers in engine.c.Vinson Lee
2010-01-07progs/fp: remove invalid tri-inv.c testBrian Paul
2010-01-06progs/demos: Assert that input to malloc is valid.Vinson Lee
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee
2010-01-06progs/xdemos: Remove comma at end of enumerator list.Vinson Lee
2010-01-06progs/xdemos: Use temporary variables.Vinson Lee
2010-01-06progs/glsl: Prevent possible string overflow.Vinson Lee
2010-01-06progs/xdemos: Prevent possible string overflow.Vinson Lee
2010-01-03progs/egl: Silence uninitialized variable warnings.Vinson Lee
2010-01-03progs/samples: Silence compiler warnings.Vinson Lee
2010-01-03progs/vp: Ensure null-terminated byte string.Vinson Lee
2010-01-02progs/tests: Silence uninitialized variable warning.Vinson Lee
2010-01-02progs/tests: Silence warn_unused_result warning.Vinson Lee
2010-01-01progs/samples: 'Silence no previous prototype' warnings.Vinson Lee
2010-01-01progs/rbug: s/wait/rbug_wait/Vinson Lee
2009-12-30progs/glsl: Provide a better fix for fgets warning.Vinson Lee
2009-12-29progs/glsl: Silence compiler warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee
2009-12-22progs/tests: Fix build.Vinson Lee
2009-12-21progs/perf: Fix MSVC build.Vinson Lee
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-21progs/redbook: Silence compiler warnings.Vinson Lee
2009-12-21progs/perf: added check for GL_ARB_framebuffer_objectBrian Paul
2009-12-21progs/demos: report pixel rate in million pixels / secBrian Paul
2009-12-20progs/tests: Silence compiler warnings.Vinson Lee
2009-12-19progs/trivial: Use C-style comments.Vinson Lee
2009-12-19progs/xdemos: Use C-style comment.Vinson Lee
2009-12-18progs/demos: Silence compiler warning in morph3d.c.Vinson Lee
2009-12-18progs/glsl: Use C-style comments.Vinson Lee
2009-12-18progs/demos: Use C-style comment.Vinson Lee
2009-12-14progs/trivial: Silence compiler warnings.Vinson Lee
2009-12-12progs/trivial: Silence compiler warnings in tri-blend-min.c.Vinson Lee
2009-12-12progs/trivial: Silence compiler warnings in tri-blend-max.cVinson Lee
2009-12-12progs/xdemos: Silence compiler warnings in glxinfo.c.Vinson Lee
2009-12-12progs/tests: Silence compiler warnings in vpeval.c.Vinson Lee
2009-12-12progs/tests: Silence compiler warnings in cva.c.Vinson Lee
2009-12-12progs/redbook: Silence compiler warnings in aaindex.c.Vinson Lee
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-07progs/test: Initialize variable in prog_parameter.Vinson Lee
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-12-05progs/tests: Add tests to Makefile.Vinson Lee
2009-12-05progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.Vinson Lee