summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx
AgeCommit message (Expand)Author
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-12-27gallium/xlib: Silence unused variable warning.Vinson Lee
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-02gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul
2009-10-02gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul
2009-09-29gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-09-04gallium/xlib: minor clean-upsBrian Paul
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul
2009-08-31Gallium xlib: Add support for BGRA visuals.Michel Dänzer
2009-08-29xlib: Ensure one screen instance.José Fonseca
2009-08-29xlib: Complete llvmpipe integration.José Fonseca
2009-08-19st/xlib: remove a couple more 'fake' referencesKeith Whitwell
2009-08-19st/xlib: remove dead ungrab helperKeith Whitwell
2009-08-14st/xlib: reduce the proliferation of GLX context typesKeith Whitwell
2009-08-12gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul
2009-08-12gallium/glx/xlib: updated commentsBrian Paul
2009-08-12gallium/glx/xlib: delete fakeglx.hBrian Paul
2009-08-12gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul
2009-08-12gallium/glx/xlib: delete glxapi.hBrian Paul
2009-08-12gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul
2009-08-12gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul
2009-08-12gallium/glx/xlib: don't include fakeglx.hBrian Paul
2009-08-12gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-17st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul
2009-05-01gallium/glx: say we're direct renderingBrian Paul
2009-05-01xlib winsys: use new st_swapbuffers() functionBrian Paul
2009-03-18st: call _glapi_check_multithread from st_make_currentKeith Whitwell
2009-03-18xlib st: Fix makeCurrent.Thomas Hellstrom
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-09scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer
2009-03-09Fix up another instance of _mesa_unreference_framebuffer().Michel Dänzer
2009-03-03st/dri2: Add DRI2 a state trackerJakob Bornecrantz
2009-02-22gallium: remove dependency on main/glheader.h in glxapi.cBrian Paul
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-12scons: Build xlib state tracker regardless of DRI settings.José Fonseca
2009-02-02scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer
2009-01-23gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane
2009-01-17xlib: don't explicitly create the pipe_winsys structKeith Whitwell
2009-01-13xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell
2009-01-12dri: make dri_display_surface staticKeith Whitwell
2009-01-12dri: pull dri_swapbuffers.c into dri_drawable.cKeith Whitwell
2009-01-12dri: rename dri1 directoryKeith Whitwell
2009-01-12dri: sketch of new device-independent glx/dri state trackerKeith Whitwell
2009-01-09xlib: move state tracker to glx/xlibKeith Whitwell