aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Collapse)AuthorAgeFilesLines
* gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane2009-01-231-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 structKeith Whitwell2009-01-172-16/+2
|
* xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell2009-01-133-20/+35
|
* dri: make dri_display_surface staticKeith Whitwell2009-01-122-6/+1
|
* dri: pull dri_swapbuffers.c into dri_drawable.cKeith Whitwell2009-01-126-346/+370
|
* dri: rename dri1 directoryKeith Whitwell2009-01-129-0/+0
|
* dri: sketch of new device-independent glx/dri state trackerKeith Whitwell2009-01-129-0/+1217
|
* xlib: move state tracker to glx/xlibKeith Whitwell2009-01-0910-0/+6345
Also, remove makefile hacks.