| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | 2009-10-07 | 3 | -13/+34 |
* | gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -3/+5 |
* | gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() | Brian Paul | 2009-10-02 | 1 | -2/+2 |
* | gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config() | Brian Paul | 2009-10-02 | 1 | -2/+2 |
* | gallium/xlib: fix GLX_RENDER_TYPE query | Brian Paul | 2009-09-29 | 1 | -4/+4 |
* | gallium/xlib: minor clean-ups | Brian Paul | 2009-09-04 | 1 | -14/+5 |
* | gallium/xlib: silence unitialized var warning | Brian Paul | 2009-09-03 | 1 | -1/+1 |
* | Gallium xlib: Add support for BGRA visuals. | Michel Dänzer | 2009-08-31 | 1 | -0/+12 |
* | xlib: Ensure one screen instance. | José Fonseca | 2009-08-29 | 1 | -7/+2 |
* | xlib: Complete llvmpipe integration. | José Fonseca | 2009-08-29 | 1 | -2/+1 |
* | st/xlib: remove a couple more 'fake' references | Keith Whitwell | 2009-08-19 | 1 | -4/+2 |
* | st/xlib: remove dead ungrab helper | Keith Whitwell | 2009-08-19 | 1 | -13/+0 |
* | st/xlib: reduce the proliferation of GLX context types | Keith Whitwell | 2009-08-14 | 1 | -57/+37 |
* | gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/ | Brian Paul | 2009-08-12 | 4 | -10/+9 |
* | gallium/glx/xlib: updated comments | Brian Paul | 2009-08-12 | 3 | -4/+2 |
* | gallium/glx/xlib: delete fakeglx.h | Brian Paul | 2009-08-12 | 1 | -41/+0 |
* | gallium/glx/xlib: rename fakeglx.c to glx_api.c | Brian Paul | 2009-08-12 | 3 | -2/+2 |
* | gallium/glx/xlib: delete glxapi.h | Brian Paul | 2009-08-12 | 1 | -36/+0 |
* | gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c | Brian Paul | 2009-08-12 | 3 | -2/+2 |
* | gallium/glx/xlib: rename glxapi.c to glx_getproc.c | Brian Paul | 2009-08-12 | 3 | -2/+3 |
* | gallium/glx/xlib: don't include fakeglx.h | Brian Paul | 2009-08-12 | 1 | -1/+0 |
* | gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX | Brian Paul | 2009-08-12 | 4 | -1574/+280 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-24 | 1 | -1/+1 |
|\ |
|
| * | st/glx: added null ptr check in Fake_glXCreatePixmap() | Brian Paul | 2009-06-17 | 1 | -1/+1 |
* | | gallium/glx: say we're direct rendering | Brian Paul | 2009-05-01 | 1 | -5/+8 |
* | | xlib winsys: use new st_swapbuffers() function | Brian Paul | 2009-05-01 | 1 | -14/+7 |
|/ |
|
* | st: call _glapi_check_multithread from st_make_current | Keith Whitwell | 2009-03-18 | 1 | -5/+0 |
* | xlib st: Fix makeCurrent. | Thomas Hellstrom | 2009-03-18 | 2 | -11/+17 |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -1/+0 |
* | scons: Also define USE_XSHM for the glx/xlib state tracker build. | Michel Dänzer | 2009-03-09 | 1 | -0/+2 |
* | Fix up another instance of _mesa_unreference_framebuffer(). | Michel Dänzer | 2009-03-09 | 1 | -1/+1 |
* | gallium: remove dependency on main/glheader.h in glxapi.c | Brian Paul | 2009-02-22 | 1 | -1/+9 |
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -13/+5 |
* | scons: Build xlib state tracker regardless of DRI settings. | José Fonseca | 2009-02-12 | 1 | -2/+1 |
* | scons: Fixups for the introduction of the xlib state_tracker. | Michel Dänzer | 2009-02-02 | 1 | -0/+26 |
* | gallium: change the st_get_framebuffer_surface/texture functions | Alan Hourihane | 2009-01-23 | 1 | -5/+6 |
* | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell | 2009-01-17 | 2 | -16/+2 |
* | xlib: allow winsys's to register themselves with glx/xlib state tracker | Keith Whitwell | 2009-01-13 | 2 | -18/+34 |
* | xlib: move state tracker to glx/xlib | Keith Whitwell | 2009-01-09 | 9 | -0/+6320 |