summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi_entrypoint.c
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: this one should be by THREADGeorge Sapountzis
2010-03-14glapi: organize arch-specific code by arch (2)George Sapountzis
2010-03-14glapi: organize arch-specific code by archGeorge Sapountzis
2010-03-09glapi: split out arch-specific code for entrypointsGeorge Sapountzis