summaryrefslogtreecommitdiffstats
path: root/src/glx/glxextensions.h
Commit message (Collapse)AuthorAgeFilesLines
* glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie2011-03-061-0/+2
| | | | | | | | | | this doesn't bind to drivers yet, just enough to in theory make indirect work against other servers. I'm really not sure what the rules for adding extensions to the known_gl_extensions list as it looks to be missing a few. are these GL extensions that have GLX protocol?? Signed-off-by: Dave Airlie <[email protected]>
* mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt2011-02-261-0/+1
| | | | | | | This extension allows a client to bind one context in multiple threads simultaneously. It is then up to the client to manage synchronization of access to the GL, just as normal multithreaded GL from multiple contexts requires synchronization management to shared objects.
* ARB_texture_rg: Add GLX protocol supportIan Romanick2010-10-011-0/+1
|
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-3/+3
|
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-5/+4
| | | | Because double underscores in private type names is painful.
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-1/+0
| | | | Only r200 implemented it.
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+292