Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-03 | st/dri2: Add DRI2 a state tracker | Jakob Bornecrantz | |
This was based of the unfinnished code that Keith Whitwell started on but never finnished. I moved the code from the glx directory because dri drivers can be used for more things then just glx. | |||
2009-02-22 | gallium: remove dependency on main/glheader.h in glxapi.c | Brian Paul | |
Only needed it for the PUBLIC macro. | |||
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz | |
The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles. | |||
2009-02-12 | scons: Build xlib state tracker regardless of DRI settings. | José Fonseca | |
2009-02-02 | scons: Fixups for the introduction of the xlib state_tracker. | Michel Dänzer | |
Not quite working yet; glxinfo complains about glXChooseVisual being undefined. | |||
2009-01-23 | gallium: change the st_get_framebuffer_surface/texture functions | Alan Hourihane | |
to return TRUE/FALSE if the st_framebuffer is valid, and if it is return the surface/texture in the passed pointer. | |||
2009-01-17 | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell | |
2009-01-13 | xlib: allow winsys's to register themselves with glx/xlib state tracker | Keith Whitwell | |
2009-01-12 | dri: make dri_display_surface static | Keith Whitwell | |
2009-01-12 | dri: pull dri_swapbuffers.c into dri_drawable.c | Keith Whitwell | |
2009-01-12 | dri: rename dri1 directory | Keith Whitwell | |
2009-01-12 | dri: sketch of new device-independent glx/dri state tracker | Keith Whitwell | |
2009-01-09 | xlib: move state tracker to glx/xlib | Keith Whitwell | |
Also, remove makefile hacks. |