aboutsummaryrefslogtreecommitdiffstats
path: root/docs/MESA_multithread_makecurrent.spec
Commit message (Collapse)AuthorAgeFilesLines
* 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.