summaryrefslogtreecommitdiffstats
path: root/docs/MESA_multithread_makecurrent.spec
Commit message (Collapse)AuthorAgeFilesLines
* docs: move specs to a separate folderEmil Velikov2013-04-171-158/+0
| | | | | | | | | | Handle legacy/obsolete specs as well List all specs in extensions.html Mark 'OLD' extensions as obsolete in extensions.html Update the spec location in old relnotes Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* glx: Adjust the MESA_multithread_makecurrent spec to match implementation.Eric Anholt2011-02-261-3/+26
| | | | | | This came out of discussion at the office today, and we agreed that solving this for indirect wasn't really interesting, though the server-side change would be of a similar level of difficulty.
* mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt2011-02-261-0/+135
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.