summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi_priv.h
AgeCommit message (Collapse)Author
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
Move glapi to src/mapi/{glapi,es1api,es2api}.
2010-03-17glapi: fix assorted warningsBrian Paul
And replace some instances of GLuint with unsigned int to avoid pulling in GL/gl.h
2010-03-14glapi: exec_malloc for dispatch stubsGeorge Sapountzis
2010-03-14glapi: more organize code by archGeorge Sapountzis
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.
2010-03-09glapi: split out arch-specific code for entrypointsGeorge Sapountzis
2010-03-09glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis