Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/es2: Fix an assertion failure in tri. | Chia-I Wu | 2010-02-02 | 1 | -2/+3 |
| | | | | | EGL_SURFACE_TYPE is a config attribute, not a surface attribute. Thanks to Mike Stroyan for pointing out this error. | ||||
* | progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug | Brian Paul | 2010-02-01 | 3 | -0/+233 |
| | | | | See comments in file for more details. | ||||
* | progs/egl: Update eglinfo to display more attributes. | Chia-I Wu | 2010-01-31 | 2 | -11/+21 |
| | | | | | Add config caveat, bind-to-texture, and renderable type. Remove double buffer and stereo attributes. | ||||
* | progs/es1: Add bindtex. | Chia-I Wu | 2010-01-30 | 3 | -17/+14 |
| | | | | | It is ported from progs/egl/xeglbindtex.c. With the OpenGL ES port, the OpenGL version is removed. | ||||
* | progs/demos: new image dissolve demo | Brian Paul | 2010-01-29 | 3 | -0/+160 |
| | | | | | Dissolve between two images using a random pattern in the stencil buffer and a varying stencil ref value. | ||||
* | progs/tests: added a few more files to .gitignore | Brian Paul | 2010-01-29 | 1 | -0/+3 |
| | |||||
* | progs/tests: Remove unnecessary headers. | Vinson Lee | 2010-01-28 | 10 | -14/+0 |
| | |||||
* | progs/glsl: Fix bump GLSL compilation error on Mac OS. | Vinson Lee | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | progs/glsl: Remove unused variable in bump.c. | Vinson Lee | 2010-01-28 | 1 | -1/+0 |
| | |||||
* | progs/glsl: Remove unnecessary header from samplers.c. | Vinson Lee | 2010-01-28 | 1 | -1/+0 |
| | |||||
* | support an 'embedded' platform target which turns off most parts of the | Alan Hourihane | 2010-01-26 | 1 | -35/+36 |
| | | | | build. | ||||
* | glxgears: Support GLX_EXT_swap_control for querying the current swap interval. | Aaron Plattner | 2010-01-26 | 1 | -3/+10 |
| | | | | | Signed-off-by: Aaron Plattner <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | progs/tests: use glDrawRangeElements() in bufferobj.c | Brian Paul | 2010-01-26 | 1 | -1/+7 |
| | |||||
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-25 | 2 | -8/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | progs/demos: Remove unnecessary header from shadowtex.c. | Vinson Lee | 2010-01-23 | 2 | -8/+0 |
| | | |||||
* | | Merge branch 'arb_half_float_vertex' | Dave Airlie | 2010-01-23 | 2 | -0/+216 |
|\ \ | |||||
| * | | progs: add trivial ARB_half_float_vertex support. | Dave Airlie | 2010-01-23 | 2 | -0/+216 |
| | | | | | | | | | | | | | | | | | | This is just a trivial port of vp-array.c Signed-off-by: Dave Airlie <[email protected]> | ||||
* | | | Revert "add segl" | Chia-I Wu | 2010-01-23 | 5 | -424/+0 |
| | | | | | | | | | | | | | | | This reverts commit fe33b7083b0081b91ee338acbe966400c6b9a7b9. It was not supposed to be pushed yet. | ||||
* | | | add segl | Chia-I Wu | 2010-01-23 | 5 | -0/+424 |
| | | | |||||
* | | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 2 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. | Vinson Lee | 2010-01-21 | 1 | -1/+0 |
| | | | |||||
| * | | glxgears: unbind current context before "destroying" it | Marcin Slusarz | 2010-01-18 | 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 <[email protected]> | ||||
* | | | progs/xdemos: add z/Z keys for scaling the rendering | Brian Paul | 2010-01-22 | 1 | -0/+10 |
| |/ |/| | |||||
* | | progs/fp: testcases for GL_ARB_fragment_coord_conventions | Brian Paul | 2010-01-21 | 4 | -0/+22 |
| | | | | | | | | | | Based on a patch from Luca Barbieri but moved the comments after the !!ARBfp1.0 header | ||||
* | | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | 2010-01-20 | 18 | -0/+5482 |
|\ \ | |||||
| * | | progs/es2: Correctly set renderable type and client version. | Chia-I Wu | 2010-01-12 | 3 | -7/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | Correctly set EGL_RENDERABLE_TYPE and EGL_CONTEXT_CLIENT_VERSION for OpenGL ES 2.0. Because es2_info is copied from es1_info, the fix for it actually goes to es1_info. Signed-off-by: Chia-I Wu <[email protected]> | ||||
| * | | progs/es1: Bind texture image after rendering. | Chia-I Wu | 2010-01-12 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | Unlike FBO, eglBindTexImage is supposed to be called after rendering. Signed-off-by: Chia-I Wu <[email protected]> | ||||
| * | | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 342 | -1268/+2401 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/dd.h | ||||
| * | | | progs/es1: Add compressed paletted texture tests to torus. | Chia-I Wu | 2010-01-04 | 1 | -2/+149 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests can be toggled by `t'. It will print current texture format and the size of the image. Signed-off-by: Chia-I Wu <[email protected]> | ||||
| * | | | progs/es1: Port eglgears to OpenGL ES 1.1. | Chia-I Wu | 2009-11-10 | 3 | -0/+379 |
| | | | | | | | | | | | | | | | | | | | | | | | | This demo requires EGL_MESA_screen_surface to run. Signed-off-by: Chia-I Wu <[email protected]> | ||||
| * | | | progs/es1: Port egltri to OpenGL ES 1.1. | Chia-I Wu | 2009-11-10 | 5 | -0/+466 |
| | | | | | | | | | | | | | | | | | | | | | | | | This demo requires EGL_MESA_screen_surface to run. Signed-off-by: Chia-I Wu <[email protected]> | ||||
| * | | | progs/es: Add .gitignore. | Chia-I Wu | 2009-11-10 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
| * | | | progs/es: OpenGL ES 1.x and 2.X demo programs. | Chia-I Wu | 2009-11-05 | 11 | -0/+4461 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The demo programs are written by Brian Paul, and cherry-picked from opengl-es branch. Several minor issues such as a linking problem are fixed. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | | | progs/egl: Pass EGLDisplay to eglCopyBuffers. | Chia-I Wu | 2010-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | X Display was wrongly passed to eglCopyBuffers. | ||||
* | | | | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2010-01-14 | 16 | -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 Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/trivial: Remove unnecessary headers from tri-fbo-tex.c. | Vinson Lee | 2010-01-11 | 1 | -2/+0 |
| | | | | |||||
| * | | | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/tests: Remove duplicate included header in vparray.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/tests: Add newline to end of printf in vparray.c. | Vinson Lee | 2010-01-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | progs/redbook: Remove unnecessary header from aapoly.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/glsl: Remove duplicate included header from shtest.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/demos: Remove unnecessary header from morph3d.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/tests: Silence fprintf format warning. | Vinson Lee | 2010-01-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | progs/demos: Remove unnecessary header from isosurf.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/demos: Remove unnecessary header from fbotexture.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | progs/demos: Check upper bounds of input in manywin.c. | Vinson Lee | 2010-01-10 | 1 | -0/+2 |
| | | | | |||||
| * | | | progs/demos: Bounds check input to fire.c. | Vinson Lee | 2010-01-10 | 1 | -1/+7 |
| | | | | |||||
| * | | | progs/tests: Silence 'missing initializer' warnings. | Vinson Lee | 2010-01-08 | 2 | -2/+2 |
| | | | | |||||
| * | | | progs/glsl: Silence uninitialized variable warning. | Vinson Lee | 2010-01-08 | 1 | -1/+1 |
| | | | |