summaryrefslogtreecommitdiff
path: root/docs/dispatch.html
AgeCommit message (Collapse)AuthorFilesLines
2015-03-11glx: remove support for non-multithreaded platformsEmil Velikov1-3/+2
Implicitly required for a while, although commit 9385c592c68 (mapi: remove u_thread.h) was the one that put the final nail on the coffin. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2015-03-06Revert "glx: remove support for non-multithreaded platforms"Emil Velikov1-2/+5
This reverts commit 38591295cd4b68f89f257b20f476f98de3772a47. Not meant to go in yet. Lacking review.
2015-03-06glx: remove support for non-multithreaded platformsEmil Velikov1-5/+2
Implicitly required for a while, although commit 9385c592c68 (mapi: remove u_thread.h) was the one that put the final nail on the coffin. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-01-06docs: fix misspellingsNathan Kidd1-5/+5
Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <nkidd@opentext.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner1-1/+1
2012-09-19docs: add new iframe layoutAndreas Boll1-0/+9
2012-06-12docs: whitespaces cleanupAndreas Boll1-1/+1
Signed-off-by: Brian Paul <brianp@vmware.com>
2012-06-12docs: prefer lowercase html tagsAndreas Boll1-9/+9
Signed-off-by: Brian Paul <brianp@vmware.com>
2012-06-12docs: use id instead of <a name>Andreas Boll1-6/+3
Signed-off-by: Brian Paul <brianp@vmware.com>
2012-06-12docs: consolidate html header and footerAndreas Boll1-10/+11
add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <brianp@vmware.com>
2012-05-21docs: fix a typoHomer Hsing1-1/+1
Signed-off-by: Brian Paul <brianp@vmware.com>
2011-08-26mesa: Remove support for BeOSIan Romanick1-3/+1
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2010-03-01glapi: drop SOLARIS_THREADSGeorge Sapountzis1-1/+1
It seems that SOLARIS_THREADS is not used and does not work.
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu1-2/+2
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
2009-07-27docs: do not mentions xthreads any moreRALOVICH, Kristóf1-1/+1
2006-10-09Added dispatch.html.Ian Romanick1-0/+274
This new file documents Mesa's implementation of GL function dispatch. It's not quite complete, but I think there's enough there to make it useful.