summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx
AgeCommit message (Expand)Author
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