summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* glapi: fix assorted warningsBrian Paul2010-03-171-4/+6
| | | | | And replace some instances of GLuint with unsigned int to avoid pulling in GL/gl.h
* glapi: exec_malloc for dispatch stubsGeorge Sapountzis2010-03-141-0/+25
|
* glapi: more organize code by archGeorge Sapountzis2010-03-141-4/+10
| | | | | | It seems that x86-64 with tls will fail to compile or load due to a missining gl_dispatch_functions_start symbol. Not changing though, since this is how it used to be and cannot test.
* glapi: split out arch-specific code for entrypointsGeorge Sapountzis2010-03-091-0/+23
|
* glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis2010-03-091-0/+43