aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib/xlib_brw_context.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
| | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage
* cell: fix breakage from xlib re-orgBrian Paul2009-01-081-0/+4
| | | | Some of these fixes are quick band-aids for now.
* gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-0/+205
Place in new xlib state-tracker. This is a statetracker for the GLX API.