summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/xlib/xm_winsys.c
AgeCommit message (Expand)Author
2007-12-11Move align_malloc(), align_free() to p_util.hBrian
2007-12-11Port i965 driver to Gallium3D.Zack Rusin
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10Cell: first triangle.Brian
2007-12-10gallium: disable assert(0) in xmesa_surface()Keith Whitwell
2007-12-10Cell driver state-setter functions, basic tile get/put, glClear.Brian
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-07remove stray ;Brian
2007-12-07Overhaul the Xlib winsys layer.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-07fix warningBrian
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07Remove context dependencies in winsys layer.Brian
2007-11-07re-enable PIPE_FORMAT_U_Z32 supportBrian
2007-11-07redo xm_surface_release() to match i915Brian
2007-11-07fix bad varnameBrian
2007-11-07Add winsys->surface_release() to complement winsys->surface_alloc().Brian
2007-11-06disable PIPE_FORMAT_U_Z32, doesn't work ATMBrian
2007-11-06Update xmesa_is_format_supported()Brian
2007-11-06rename xmesa_create_softpipe() xmesa_create_context()Brian
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-01Start re-working SwapBuffers.Brian
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
2007-10-31Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian