Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: fix assorted warnings | Brian Paul | 2010-03-17 | 1 | -4/+6 |
| | | | | | And replace some instances of GLuint with unsigned int to avoid pulling in GL/gl.h | ||||
* | glapi: exec_malloc for dispatch stubs | George Sapountzis | 2010-03-14 | 1 | -0/+25 |
| | |||||
* | glapi: more organize code by arch | George Sapountzis | 2010-03-14 | 1 | -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 entrypoints | George Sapountzis | 2010-03-09 | 1 | -0/+23 |
| | |||||
* | glapi: mv table functions to glapi_getproc.c and add local header | George Sapountzis | 2010-03-09 | 1 | -0/+43 |