summaryrefslogtreecommitdiff
path: root/docs/MESA_multithread_makecurrent.spec
AgeCommit message (Collapse)AuthorFilesLines
2013-04-17docs: move specs to a separate folderEmil Velikov1-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 <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2011-02-26glx: Adjust the MESA_multithread_makecurrent spec to match implementation.Eric Anholt1-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.
2011-02-26mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt1-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.