summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/xlib/fakeglx.c
AgeCommit message (Collapse)Author
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ↵Brian
now.
2007-12-07Overhaul the Xlib winsys layer.Brian
Front/back color buffers are now allocated with ordinary malloc() via the winsys buffer functions. To display surfaces in SwapBuffers() or flush_frontbuffer() we create an XImage that wraps the surface, then use XPutImage to copy to the window. Shared memory transport disabled for now.
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian
XMesaContext has an st_context * which contains a mesa context.
2007-10-31Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian