summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/xlib/xm_winsys.c
AgeCommit message (Collapse)Author
2007-11-01Start re-working SwapBuffers.Brian
intelCopyBuffer() is now intelDisplayBuffer(): it displays the given surface in the on-screen window. Added a pipe_surface parameter to winsys->flush_frontbuffer(). Front buffer rendering/flushing actually works now. But, we should only allocate the front surface on demand...
2007-11-01Implement surface clearing w/out dependency on XMesa/Mesa stuff.Brian
2007-10-31make winsys objects singletons, commentsBrian
2007-10-31Clean up xmesa winsys stuffBrian
Plug xmesa_is_format_supported() into the softpipe_winsys object.
2007-10-31Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian