summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)AuthorFilesLines
2010-02-22glxinfo: Fix User error in glGetProgramivARBXavier Chantry1-4/+17
glxinfo needed fixing after commit 4bccd69. Move fragment program only parameters into their own list so that they are not queried for a vertex program. Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2010-01-23progs/demos: Remove unnecessary header from shadowtex.c.Vinson Lee2-8/+0
2010-01-21progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee1-1/+0
2010-01-18glxgears: unbind current context before "destroying" itMarcin Slusarz1-0/+1
glXDestroyContext does not destroy the context if it's still connected to some window. Unbind context from window to test it. Signed-off-by: Brian Paul <brianp@vmware.com>
2010-01-11progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee1-1/+0
2010-01-11progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.Vinson Lee1-2/+0
2010-01-11progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee1-1/+0
2010-01-11progs/tests: Remove duplicate included header in vparray.c.Vinson Lee1-1/+0
2010-01-11progs/tests: Add newline to end of printf in vparray.c.Vinson Lee1-1/+1
2010-01-11progs/redbook: Remove unnecessary header from aapoly.c.Vinson Lee1-1/+0
2010-01-11progs/glsl: Remove duplicate included header from shtest.c.Vinson Lee1-1/+0
2010-01-11progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee1-1/+0
2010-01-11progs/tests: Silence fprintf format warning.Vinson Lee1-2/+2
2010-01-11progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee1-1/+0
2010-01-11progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee1-1/+0
2010-01-10progs/demos: Check upper bounds of input in manywin.c.Vinson Lee1-0/+2
2010-01-10progs/demos: Bounds check input to fire.c.Vinson Lee1-1/+7
2010-01-08progs/tests: Silence 'missing initializer' warnings.Vinson Lee2-2/+2
2010-01-08progs/glsl: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-08progs/demos: Add missing initializers in engine.c.Vinson Lee1-3/+15
2010-01-07progs/fp: remove invalid tri-inv.c testBrian Paul3-113/+0
INV is not a valid instruction.
2010-01-06progs/demos: Assert that input to malloc is valid.Vinson Lee1-0/+2
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee1-3/+29
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee1-0/+4
2010-01-06progs/xdemos: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2010-01-06progs/xdemos: Use temporary variables.Vinson Lee1-2/+2
This was missed from the previous commit to glxheads.c.
2010-01-06progs/glsl: Prevent possible string overflow.Vinson Lee1-0/+4
2010-01-06progs/xdemos: Prevent possible string overflow.Vinson Lee1-1/+27
2010-01-03progs/egl: Silence uninitialized variable warnings.Vinson Lee2-2/+4
2010-01-03progs/samples: Silence compiler warnings.Vinson Lee1-7/+18
2010-01-03progs/vp: Ensure null-terminated byte string.Vinson Lee1-1/+2
2010-01-02progs/tests: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-02progs/tests: Silence warn_unused_result warning.Vinson Lee1-5/+8
2010-01-01progs/samples: 'Silence no previous prototype' warnings.Vinson Lee7-58/+58
2010-01-01progs/rbug: s/wait/rbug_wait/Vinson Lee1-2/+2
wait conflicts with wait in /usr/include/sys/wait.h.
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
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h
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-22progs/tests: Fix build.Vinson Lee1-1/+0
2009-12-21progs/perf: Fix MSVC build.Vinson Lee1-1/+1
(cherry picked from commit cbf46ed670ef5a5c8a641730234dd7ae964c3170)
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul87-323/+318
Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h
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-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