summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-1639-203/+536
|\ | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_quad.h src/gallium/drivers/llvmpipe/lp_setup.c
| * Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-1416-20/+30
| |\ | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
| | * progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.Vinson Lee2010-01-111-2/+0
| | |
| | * progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/tests: Remove duplicate included header in vparray.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/tests: Add newline to end of printf in vparray.c.Vinson Lee2010-01-111-1/+1
| | |
| | * progs/redbook: Remove unnecessary header from aapoly.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/glsl: Remove duplicate included header from shtest.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/tests: Silence fprintf format warning.Vinson Lee2010-01-111-2/+2
| | |
| | * progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee2010-01-111-1/+0
| | |
| | * progs/demos: Check upper bounds of input in manywin.c.Vinson Lee2010-01-101-0/+2
| | |
| | * progs/demos: Bounds check input to fire.c.Vinson Lee2010-01-101-1/+7
| | |
| | * progs/tests: Silence 'missing initializer' warnings.Vinson Lee2010-01-082-2/+2
| | |
| | * progs/glsl: Silence uninitialized variable warning.Vinson Lee2010-01-081-1/+1
| | |
| | * progs/demos: Add missing initializers in engine.c.Vinson Lee2010-01-081-3/+15
| | |
| * | progs/trivial: test user clip plane in tri-point-line-clipped.cBrian Paul2010-01-141-5/+30
| | |
| * | progs/trivial: test glPolygonMode(POINT/LINE) with frustum clippingBrian Paul2010-01-143-0/+93
| | | | | | | | | | | | | | | Note whether the new verts introduced by clipping show up as points and lines along the edge of the window...
| * | progs/egl: Fix screen surface demos.Chia-I Wu2010-01-125-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | Set the screen surface size to the mode size, as the spec requires the screen surface size to be larger than the mode size. Besides, bind the API to OpenGL as they are written in it. Signed-off-by: Chia-I Wu <[email protected]>
| * | progs/egl: glGenTextures is called too early in xeglbindtex.Chia-I Wu2010-01-121-2/+2
| | | | | | | | | | | | | | | | | | It should be called after eglMakeCurrent. Signed-off-by: Chia-I Wu <[email protected]>
| * | progs: Check the number of configs returned by eglChooseConfig.Chia-I Wu2010-01-126-10/+14
| | | | | | | | | | | | | | | | | | | | | A successful eglChooseConfig call does not imply there are valid configs. Signed-off-by: Chia-I Wu <[email protected]>
| * | progs: Add missing EGL_RENDERABLE_TYPE for EGL demos.Chia-I Wu2010-01-126-0/+7
| | | | | | | | | | | | | | | | | | | | | The default value of EGL_RENDERABLE_TYPE is EGL_OPENGL_ES_BIT. The proper values should be specified if we are not using OpenGL ES. Signed-off-by: Chia-I Wu <[email protected]>
| * | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-114-41/+274
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts due to DRI1 removal: src/mesa/drivers/dri/intel/intel_context.c src/mesa/drivers/dri/intel/intel_screen.c
| | * | xdemos/glsync: handle no sync method betterJesse Barnes2010-01-081-8/+4
| | | | | | | | | | | | | | | | Print out count, finish rendering, etc. Makes the -sn option more useful.
| | * | xdemos/glsync: check glXMakeCurrent return valueJesse Barnes2010-01-081-1/+5
| | | | | | | | | | | | | | | | Since this program is used for testing, catching this case can be helpful.
| | * | xdemos/glsync: Make glsync test draw a rectangleJesse Barnes2010-01-081-34/+49
| | | | | | | | | | | | | | | | | | | | Doing simple buffer clears isn't enough to actually allocate render buffers, we need to do real drawing.
| | * | xdemos/glsync: Add swap interval support to glsync testJesse Barnes2010-01-081-3/+17
| | | |
| | * | DRI2: add OML_sync_control supportJesse Barnes2010-01-083-0/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add OML_sync_control support, along with a simple program for testing it. This means adding support for the DRI2GetMSC, DRI2WaitMSC and DRI2WaitSBC requests. Signed-off-by: Jesse Barnes <[email protected]>
| * | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-089-120/+69
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c
| | * | progs/fp: remove invalid tri-inv.c testBrian Paul2010-01-073-113/+0
| | | | | | | | | | | | | | | | INV is not a valid instruction.
| | * | progs/demos: Assert that input to malloc is valid.Vinson Lee2010-01-061-0/+2
| | | |
| | * | progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-3/+29
| | | |
| | * | progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-0/+4
| | | |
| | * | progs/xdemos: Remove comma at end of enumerator list.Vinson Lee2010-01-061-1/+1
| | | |
| | * | progs/xdemos: Use temporary variables.Vinson Lee2010-01-061-2/+2
| | | | | | | | | | | | | | | | This was missed from the previous commit to glxheads.c.
| | * | progs/glsl: Prevent possible string overflow.Vinson Lee2010-01-061-0/+4
| | | |
| | * | progs/xdemos: Prevent possible string overflow.Vinson Lee2010-01-061-1/+27
| | | |
* | | | progs/trival: updated tri-scissor-tri.c testBrian Paul2010-01-141-11/+47
| | | | | | | | | | | | | | | | | | | | The scissor left/right/bottom/top bounds can be moved by pressing the l/r/b/t and L/R/B/T keys.
* | | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-08348-1253/+2760
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/Makefile src/gallium/drivers/llvmpipe/SConscript src/gallium/drivers/llvmpipe/lp_bld_arit.c src/gallium/drivers/llvmpipe/lp_bld_flow.c src/gallium/drivers/llvmpipe/lp_bld_interp.c src/gallium/drivers/llvmpipe/lp_clear.c src/gallium/drivers/llvmpipe/lp_context.c src/gallium/drivers/llvmpipe/lp_context.h src/gallium/drivers/llvmpipe/lp_draw_arrays.c src/gallium/drivers/llvmpipe/lp_jit.c src/gallium/drivers/llvmpipe/lp_jit.h src/gallium/drivers/llvmpipe/lp_prim_vbuf.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_state.h src/gallium/drivers/llvmpipe/lp_state_blend.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_sampler.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tex_cache.h src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * | | progs/fp: increase buffer size to read larger shadersBrian Paul2010-01-071-1/+1
| | | |
| * | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-0413-76/+93
| |\| | | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: docs/relnotes.html src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/r300/r300_cs.h src/mesa/drivers/dri/i965/brw_wm_surface_state.c src/mesa/main/enums.c
| | * progs/egl: Silence uninitialized variable warnings.Vinson Lee2010-01-032-2/+4
| | |
| | * progs/samples: Silence compiler warnings.Vinson Lee2010-01-031-7/+18
| | |
| | * progs/vp: Ensure null-terminated byte string.Vinson Lee2010-01-031-1/+2
| | |
| | * progs/tests: Silence uninitialized variable warning.Vinson Lee2010-01-021-1/+1
| | |
| | * progs/tests: Silence warn_unused_result warning.Vinson Lee2010-01-021-5/+8
| | |
| | * progs/samples: 'Silence no previous prototype' warnings.Vinson Lee2010-01-017-58/+58
| | |
| | * progs/rbug: s/wait/rbug_wait/Vinson Lee2010-01-011-2/+2
| | | | | | | | | | | | wait conflicts with wait in /usr/include/sys/wait.h.