summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/xm_api.c
AgeCommit message (Expand)Author
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-01glx: Rename pipe formats.José Fonseca
2010-03-01xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul
2010-02-23st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian 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-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-09Fix up another instance of _mesa_unreference_framebuffer().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-09xlib: move state tracker to glx/xlibKeith Whitwell