summaryrefslogtreecommitdiffstats
path: root/docs/dispatch.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix misspellingsNathan Kidd2014-01-061-5/+5
| | | | | | | Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-011-1/+1
|
* docs: add new iframe layoutAndreas Boll2012-09-191-0/+9
|
* docs: whitespaces cleanupAndreas Boll2012-06-121-1/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-9/+9
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: use id instead of <a name>Andreas Boll2012-06-121-6/+3
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: consolidate html header and footerAndreas Boll2012-06-121-10/+11
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
* docs: fix a typoHomer Hsing2012-05-211-1/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* mesa: Remove support for BeOSIan Romanick2011-08-261-3/+1
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* glapi: drop SOLARIS_THREADSGeorge Sapountzis2010-03-011-1/+1
| | | | It seems that SOLARIS_THREADS is not used and does not work.
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-251-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.
* docs: do not mentions xthreads any moreRALOVICH, Kristóf2009-07-271-1/+1
|
* Added dispatch.html.Ian Romanick2006-10-091-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.