Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | st: call _glapi_check_multithread from st_make_current | Keith Whitwell | |
This function is called from many OS-dependent versions of MakeCurrent. Move the check for multithreading to this central location to avoid having to make this check from all the callers. | |||
2009-03-18 | xlib st: Fix makeCurrent. | Thomas Hellstrom | |
Flush if we change context. Also reinstate the old optimization of doing nothing if nothing changes. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | |
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | |||
2009-03-09 | scons: Also define USE_XSHM for the glx/xlib state tracker build. | Michel Dänzer | |
Fixes an inconsisten definition of struct xmesa_buffer between there and winsys/xlib, resulting in a crash in XPutImage. | |||
2009-03-09 | Fix up another instance of _mesa_unreference_framebuffer(). | Michel Dänzer | |
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. |