Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | progs/rbug: s/read/rbug_read/ | Vinson Lee | |
read conflicts with read in /usr/include/unistd.h. | |||
2010-02-17 | Merge commit '381d5e209815235911c4aab516037c868c8f695f' | Ian Romanick | |
This merges the patches from the series "[PATCH 00/14] More client-side GLX house cleaning" that were posted to the mesa3d-dev mailing list. See http://marc.info/?l=mesa3d-dev&m=126582985214612&w=2 Patches 01 through 04 eliminate a bunch of annoying warnings that I get when building Mesa. Patch 05 fixes an inconsistency between the implementation of glXSwapIntervalMESA and the spec. I chose to favor the code over the spec in this case. This also eliminated a warning. Patches 06 through 12 clean up the way that context creation is performed on the client. When support for GLX_SGIX_fbconfig and the related GLX 1.3 functions was added, I refactored a bunch nuts-and-bolts of context creation to CreateContext. The refactor was a good idea, I just didn't do it right. Patches 13 and 14 update glxgears_fbconfig to use GLX 1.3 interfaces. | |||
2010-02-17 | progs/demos: update GL version test to accept GL 3.x | Brian Paul | |
2010-02-17 | progs/openvg: Add .gitignore. | Chia-I Wu | |
Add all OpenVG demos to .gitignore. | |||
2010-02-17 | progs/es1: Update .gitignore. | Chia-I Wu | |
Add xegl/bindtex to .gitignore. | |||
2010-02-17 | progs/redbook: Fix memory leaks on error paths. | Vinson Lee | |
2010-02-16 | Revert "progs/redbook: Temporarily disable the demos that extensions not ↵ | José Fonseca | |
part of windows to fix build." This reverts commit 1587eff1b6d6ab74c302ca2ccb767d917ce3b1dd. | |||
2010-02-15 | progs/redbook: use glew | Brian Paul | |
2010-02-15 | progs/redbook: Temporarily disable the demos that extensions not part of ↵ | José Fonseca | |
windows to fix build. | |||
2010-02-15 | progs/redbook: test image for new redbook tests | Brian Paul | |
2010-02-15 | progs/redbook: add additional tests for GL 1.4 | Brian Paul | |
2010-02-15 | python/retrace: Reconstruct blend state from binary blobs. | José Fonseca | |
2010-02-14 | progs/objviewer: close file (bug 26559) | Brian Paul | |
2010-02-14 | progs/fp: close file (bug 26559) | Brian Paul | |
2010-02-14 | python/retrace: Interpret pipe_screen::context_create(). | José Fonseca | |
2010-02-14 | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | |
2010-02-12 | progs/tests: Add checks for GL_NV_vertex_program. | Vinson Lee | |
2010-02-11 | glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindow | Ian Romanick | |
2010-02-11 | glxgears_fbconfig: Use GLX 1.3 name for function poiner types | Ian Romanick | |
2010-02-09 | eglinfo: Also print visual type, assuming X visual types | Kristian 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-09 | xeglgears: Add test case for eglBindTexImage() | Kristian Høgsberg | |
2010-02-09 | progs/tests: add line drawing option to cylwrap.c | Brian Paul | |
2010-02-09 | progs/tests: add x/y rotation to cylwrap.c | Brian Paul | |
2010-02-09 | progs/tests: new test program for exercising cylindrical tex wrap mode | Brian Paul | |
2010-02-09 | progs/xdemos: Silence uninitialized variable warning. | Vinson Lee | |
2010-02-08 | progs/demos: update .gitignore | Joakim Sindholt | |
2010-02-08 | progs/xdemos: Silence uninitialized variable warning. | Vinson Lee | |
2010-02-05 | progs/demos: fix typo | Brian Paul | |
2010-02-05 | Merge 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-04 | scons: Use only the shared object name when linking progs. | José Fonseca | |
Otherwise the whole path gets baked into the executable. | |||
2010-02-03 | progs/fpglsl: couple more tests | Keith Whitwell | |
2010-02-03 | progs/fpglsl: fp-tris for glsl | Keith Whitwell | |
2010-02-02 | progs/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-01 | progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug | Brian Paul | |
See comments in file for more details. | |||
2010-01-31 | Merge remote branch 'origin/master' into lp-binning | José 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-31 | progs/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-30 | progs/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-29 | progs/demos: new image dissolve demo | Brian Paul | |
Dissolve between two images using a random pattern in the stencil buffer and a varying stencil ref value. | |||
2010-01-29 | progs/tests: added a few more files to .gitignore | Brian Paul | |
2010-01-28 | progs/tests: Remove unnecessary headers. | Vinson Lee | |
2010-01-28 | progs/glsl: Fix bump GLSL compilation error on Mac OS. | Vinson Lee | |
2010-01-28 | progs/glsl: Remove unused variable in bump.c. | Vinson Lee | |
2010-01-28 | progs/glsl: Remove unnecessary header from samplers.c. | Vinson Lee | |
2010-01-26 | support an 'embedded' platform target which turns off most parts of the | Alan Hourihane | |
build. | |||
2010-01-26 | glxgears: 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-26 | progs/tests: use glDrawRangeElements() in bufferobj.c | Brian Paul | |
2010-01-25 | Merge 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-23 | progs/demos: Remove unnecessary header from shadowtex.c. | Vinson Lee | |
2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie | |
2010-01-23 | Revert "add segl" | Chia-I Wu | |
This reverts commit fe33b7083b0081b91ee338acbe966400c6b9a7b9. It was not supposed to be pushed yet. |