summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2010-02-09eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg
This may not make a lot of sense for non-X EGL, but for EGL under X it's very useful.
2010-02-09xeglgears: Add test case for eglBindTexImage()Kristian Høgsberg
2010-02-09progs/tests: add line drawing option to cylwrap.cBrian Paul
2010-02-09progs/tests: add x/y rotation to cylwrap.cBrian Paul
2010-02-09progs/tests: new test program for exercising cylindrical tex wrap modeBrian Paul
2010-02-09progs/xdemos: Silence uninitialized variable warning.Vinson Lee
2010-02-08progs/demos: update .gitignoreJoakim Sindholt
2010-02-08progs/xdemos: Silence uninitialized variable warning.Vinson Lee
2010-02-05progs/demos: fix typoBrian Paul
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c
2010-02-04scons: Use only the shared object name when linking progs.José Fonseca
Otherwise the whole path gets baked into the executable.
2010-02-03progs/fpglsl: couple more testsKeith Whitwell
2010-02-03progs/fpglsl: fp-tris for glslKeith Whitwell
2010-02-02progs/es2: Fix an assertion failure in tri.Chia-I Wu
EGL_SURFACE_TYPE is a config attribute, not a surface attribute. Thanks to Mike Stroyan for pointing out this error.
2010-02-01progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul
See comments in file for more details.
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
Conflicts: Makefile src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/lp_flush.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/llvmpipe/lp_tile_cache.c src/mesa/state_tracker/st_cb_condrender.c
2010-01-31progs/egl: Update eglinfo to display more attributes.Chia-I Wu
Add config caveat, bind-to-texture, and renderable type. Remove double buffer and stereo attributes.
2010-01-30progs/es1: Add bindtex.Chia-I Wu
It is ported from progs/egl/xeglbindtex.c. With the OpenGL ES port, the OpenGL version is removed.
2010-01-29progs/demos: new image dissolve demoBrian Paul
Dissolve between two images using a random pattern in the stencil buffer and a varying stencil ref value.
2010-01-29progs/tests: added a few more files to .gitignoreBrian Paul
2010-01-28progs/tests: Remove unnecessary headers.Vinson Lee
2010-01-28progs/glsl: Fix bump GLSL compilation error on Mac OS.Vinson Lee
2010-01-28progs/glsl: Remove unused variable in bump.c.Vinson Lee
2010-01-28progs/glsl: Remove unnecessary header from samplers.c.Vinson Lee
2010-01-26support an 'embedded' platform target which turns off most parts of theAlan Hourihane
build.
2010-01-26glxgears: Support GLX_EXT_swap_control for querying the current swap interval.Aaron Plattner
Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2010-01-26progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/drivers/dri/intel/intel_screen.c src/mesa/drivers/dri/intel/intel_swapbuffers.c src/mesa/drivers/dri/r300/r300_emit.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texstate.c
2010-01-23progs/demos: Remove unnecessary header from shadowtex.c.Vinson Lee
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23Revert "add segl"Chia-I Wu
This reverts commit fe33b7083b0081b91ee338acbe966400c6b9a7b9. It was not supposed to be pushed yet.
2010-01-23progs: add trivial ARB_half_float_vertex support.Dave Airlie
This is just a trivial port of vp-array.c Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-01-23add seglChia-I Wu
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c src/gallium/auxiliary/pipebuffer/Makefile src/gallium/auxiliary/pipebuffer/SConscript src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/tgsi/tgsi_scan.c src/gallium/drivers/i915/i915_surface.c src/gallium/drivers/i915/i915_texture.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/softpipe/sp_prim_vbuf.c src/gallium/state_trackers/xorg/xorg_dri2.c src/gallium/winsys/drm/intel/gem/intel_drm_api.c src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c src/gallium/winsys/drm/radeon/core/radeon_drm.c src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c src/mesa/state_tracker/st_cb_clear.c
2010-01-22progs/xdemos: add z/Z keys for scaling the renderingBrian Paul
2010-01-21progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee
2010-01-21progs/demos: call glutDestroyWindow() upon exitBrian Paul
2010-01-21progs/fp: testcases for GL_ARB_fragment_coord_conventionsBrian Paul
Based on a patch from Luca Barbieri but moved the comments after the !!ARBfp1.0 header
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-18glxgears: unbind current context before "destroying" itMarcin Slusarz
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-18progs/egl: Pass EGLDisplay to eglCopyBuffers.Chia-I Wu
X Display was wrongly passed to eglCopyBuffers.
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca
Conflicts: src/gallium/drivers/llvmpipe/lp_quad.h src/gallium/drivers/llvmpipe/lp_setup.c
2010-01-14progs/trival: updated tri-scissor-tri.c testBrian Paul
The scissor left/right/bottom/top bounds can be moved by pressing the l/r/b/t and L/R/B/T keys.
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
2010-01-14progs/trivial: test user clip plane in tri-point-line-clipped.cBrian Paul
2010-01-14progs/trivial: test glPolygonMode(POINT/LINE) with frustum clippingBrian Paul
Note whether the new verts introduced by clipping show up as points and lines along the edge of the window...
2010-01-11progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee
2010-01-11progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.Vinson Lee
2010-01-11progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee
2010-01-11progs/tests: Remove duplicate included header in vparray.c.Vinson Lee