Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-22 | glxinfo: Fix User error in glGetProgramivARB | Xavier Chantry | 1 | -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-23 | progs/demos: Remove unnecessary header from shadowtex.c. | Vinson Lee | 2 | -8/+0 | |
2010-01-21 | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-18 | glxgears: unbind current context before "destroying" it | Marcin Slusarz | 1 | -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-11 | progs/xdemos: Remove unnecessary header from corender.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/trivial: Remove unnecessary headers from tri-fbo-tex.c. | Vinson Lee | 1 | -2/+0 | |
2010-01-11 | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/tests: Remove duplicate included header in vparray.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/tests: Add newline to end of printf in vparray.c. | Vinson Lee | 1 | -1/+1 | |
2010-01-11 | progs/redbook: Remove unnecessary header from aapoly.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/glsl: Remove duplicate included header from shtest.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/demos: Remove unnecessary header from morph3d.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/tests: Silence fprintf format warning. | Vinson Lee | 1 | -2/+2 | |
2010-01-11 | progs/demos: Remove unnecessary header from isosurf.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-11 | progs/demos: Remove unnecessary header from fbotexture.c. | Vinson Lee | 1 | -1/+0 | |
2010-01-10 | progs/demos: Check upper bounds of input in manywin.c. | Vinson Lee | 1 | -0/+2 | |
2010-01-10 | progs/demos: Bounds check input to fire.c. | Vinson Lee | 1 | -1/+7 | |
2010-01-08 | progs/tests: Silence 'missing initializer' warnings. | Vinson Lee | 2 | -2/+2 | |
2010-01-08 | progs/glsl: Silence uninitialized variable warning. | Vinson Lee | 1 | -1/+1 | |
2010-01-08 | progs/demos: Add missing initializers in engine.c. | Vinson Lee | 1 | -3/+15 | |
2010-01-07 | progs/fp: remove invalid tri-inv.c test | Brian Paul | 3 | -113/+0 | |
INV is not a valid instruction. | |||||
2010-01-06 | progs/demos: Assert that input to malloc is valid. | Vinson Lee | 1 | -0/+2 | |
2010-01-06 | progs/xdemos: Check for string overflow. | Vinson Lee | 1 | -3/+29 | |
2010-01-06 | progs/xdemos: Check for string overflow. | Vinson Lee | 1 | -0/+4 | |
2010-01-06 | progs/xdemos: Remove comma at end of enumerator list. | Vinson Lee | 1 | -1/+1 | |
2010-01-06 | progs/xdemos: Use temporary variables. | Vinson Lee | 1 | -2/+2 | |
This was missed from the previous commit to glxheads.c. | |||||
2010-01-06 | progs/glsl: Prevent possible string overflow. | Vinson Lee | 1 | -0/+4 | |
2010-01-06 | progs/xdemos: Prevent possible string overflow. | Vinson Lee | 1 | -1/+27 | |
2010-01-03 | progs/egl: Silence uninitialized variable warnings. | Vinson Lee | 2 | -2/+4 | |
2010-01-03 | progs/samples: Silence compiler warnings. | Vinson Lee | 1 | -7/+18 | |
2010-01-03 | progs/vp: Ensure null-terminated byte string. | Vinson Lee | 1 | -1/+2 | |
2010-01-02 | progs/tests: Silence uninitialized variable warning. | Vinson Lee | 1 | -1/+1 | |
2010-01-02 | progs/tests: Silence warn_unused_result warning. | Vinson Lee | 1 | -5/+8 | |
2010-01-01 | progs/samples: 'Silence no previous prototype' warnings. | Vinson Lee | 7 | -58/+58 | |
2010-01-01 | progs/rbug: s/wait/rbug_wait/ | Vinson Lee | 1 | -2/+2 | |
wait conflicts with wait in /usr/include/sys/wait.h. | |||||
2009-12-30 | progs/glsl: Provide a better fix for fgets warning. | Vinson Lee | 1 | -5/+2 | |
2009-12-29 | progs/glsl: Silence compiler warnings. | Vinson Lee | 2 | -10/+3 | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 4 | -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-26 | progs/demos: Silence warn_unused_result warnings. | Vinson Lee | 3 | -9/+25 | |
2009-12-25 | progs/util: Silence warn_unused_result warnings. | Vinson Lee | 1 | -6/+14 | |
2009-12-22 | progs/tests: Fix build. | Vinson Lee | 1 | -1/+0 | |
2009-12-21 | progs/perf: Fix MSVC build. | Vinson Lee | 1 | -1/+1 | |
(cherry picked from commit cbf46ed670ef5a5c8a641730234dd7ae964c3170) | |||||
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 87 | -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-21 | progs/redbook: Silence compiler warnings. | Vinson Lee | 62 | -296/+283 | |
2009-12-21 | progs/perf: added check for GL_ARB_framebuffer_object | Brian Paul | 1 | -0/+6 | |
2009-12-21 | progs/demos: report pixel rate in million pixels / sec | Brian Paul | 1 | -4/+5 | |
2009-12-20 | progs/tests: Silence compiler warnings. | Vinson Lee | 11 | -10/+19 | |
2009-12-19 | progs/trivial: Use C-style comments. | Vinson Lee | 10 | -12/+12 | |
2009-12-19 | progs/xdemos: Use C-style comment. | Vinson Lee | 1 | -1/+1 | |
2009-12-18 | progs/demos: Silence compiler warning in morph3d.c. | Vinson Lee | 1 | -1/+1 | |