Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: change the st_get_framebuffer_surface/texture functions | Alan Hourihane | 2009-01-23 | 1 | -5/+6 |
| | | | | | to return TRUE/FALSE if the st_framebuffer is valid, and if it is return the surface/texture in the passed pointer. | ||||
* | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell | 2009-01-17 | 2 | -16/+2 |
| | |||||
* | xlib: allow winsys's to register themselves with glx/xlib state tracker | Keith Whitwell | 2009-01-13 | 3 | -20/+35 |
| | |||||
* | dri: make dri_display_surface static | Keith Whitwell | 2009-01-12 | 2 | -6/+1 |
| | |||||
* | dri: pull dri_swapbuffers.c into dri_drawable.c | Keith Whitwell | 2009-01-12 | 6 | -346/+370 |
| | |||||
* | dri: rename dri1 directory | Keith Whitwell | 2009-01-12 | 9 | -0/+0 |
| | |||||
* | dri: sketch of new device-independent glx/dri state tracker | Keith Whitwell | 2009-01-12 | 9 | -0/+1217 |
| | |||||
* | xlib: move state tracker to glx/xlib | Keith Whitwell | 2009-01-09 | 10 | -0/+6345 |
Also, remove makefile hacks. |