summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/xm_api.c
AgeCommit message (Collapse)Author
2008-05-12xlib: add failure paths for context creationKeith Whitwell
2008-05-08xlib: more SP_NO_RAST supportKeith Whitwell
For some resaon normal (non-display-buffer) buffers are being allocated through Xshm... Bypass at least for SP_NO_RAST
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul
2008-03-27If visual is 32bpp, set visual->alphaBits = 8.Brian
This works since we always use XImages for color buffers. It wouldn't always work for Windows/Pixmaps.
2008-03-25xlib: Add support for MIT-SHM in xlib winsys driverIan Romanick
Gives about a 3% performance increase in gears on x86-64 (non-tiled) and about 10% performance increase in gears on Cell (tiled). I actually expected more of a boost. :(
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.