summaryrefslogtreecommitdiff
path: root/docs/MESA_multithread_makecurrent.spec
AgeCommit message (Collapse)Author
2011-02-26glx: Adjust the MESA_multithread_makecurrent spec to match implementation.Eric Anholt
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.
2011-02-26mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt
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.