| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: mv table functions to glapi_getproc.c and add local header | George Sapountzis | 2010-03-09 | 1 | -43/+1 |
* | glapi: fix compile with ES | George Sapountzis | 2010-03-02 | 1 | -1/+5 |
* | glapi: Fix syntax. | José Fonseca | 2010-03-01 | 1 | -1/+1 |
* | glapi.c: misc coscmetic for FreeTSD | George Sapountzis | 2010-03-01 | 1 | -12/+23 |
* | glapi.c: misc cosmetic | George Sapountzis | 2010-03-01 | 1 | -28/+33 |
* | glapi.c: mv init_glapi_relocs to glapi_getproc.c | George Sapountzis | 2010-03-01 | 1 | -185/+1 |
* | glapi.c: mv check_table to glapi_getproc.c | George Sapountzis | 2010-03-01 | 1 | -66/+0 |
* | glapi.c: split check_table to not_null and get_proc | George Sapountzis | 2010-03-01 | 1 | -9/+11 |
* | glapi: EXTRA_DEBUG is never defined, make this explicit | George Sapountzis | 2010-02-25 | 1 | -1/+1 |
* | glapi: minor ugliness to be able to copy to xorg | George Sapountzis | 2010-02-25 | 1 | -12/+1 |
* | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul | 2010-01-22 | 1 | -80/+1 |
* | glapi: fix int->pointer conversions warnings in no-op functions | Brian Paul | 2010-01-22 | 1 | -1/+1 |
* | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -23/+26 |
|\ |
|
| * | Only enable verbose NoOp dispatch if DEBUG is defined | Kristian Høgsberg | 2010-01-03 | 1 | -2/+19 |
| * | Noop dispatch: move warning code out of the generated functions | Kristian Høgsberg | 2010-01-03 | 1 | -21/+7 |
| * | Export a few glapi functions used by gallium and r300 | Kristian Høgsberg | 2010-01-03 | 1 | -1/+1 |
* | | glapi: Include headers with directory prefixes. | Chia-I Wu | 2009-11-05 | 1 | -4/+4 |
|/ |
|
* | Revert "glapi: Fix a possible race in getting current context/dispatch." | Brian Paul | 2009-08-25 | 1 | -36/+39 |
* | glapi: Fix a possible race in getting current context/dispatch. | Chia-I Wu | 2009-08-24 | 1 | -39/+36 |
* | glapi: Static mutex does not work on WIN32_THREADS. | Chia-I Wu | 2009-08-24 | 1 | -2/+11 |
* | glapi: Fix a race in accessing context/dispatch TSD. | Chia-I Wu | 2009-08-24 | 1 | -0/+4 |
* | glapi: Protect _glapi_check_multithread by a mutex. | Chia-I Wu | 2009-08-24 | 1 | -14/+15 |
* | mesa: Resurrect SPARC asm code. | David S. Miller | 2009-02-26 | 1 | -0/+131 |
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -0/+2 |
* | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 1 | -0/+24 |
|\ |
|
| * | glapi: add DISPATCH_FUNCTION_SIZE | Tobias Jakobi | 2008-09-27 | 1 | -0/+14 |
| * | glapi: add gl_dispatch_functions_start and end | Tobias Jakobi | 2008-09-27 | 1 | -0/+10 |
| * | mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.... | Brian Paul | 2008-09-23 | 1 | -622/+30 |
* | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -0/+16 |
|\| |
|
| * | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -1/+1 |
* | | tree builds | Alan Hourihane | 2008-09-11 | 1 | -460/+0 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -179/+35 |
|\ \
| |/
|/| |
|
| * | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 1 | -1/+1 |
| * | mesa: No getenv on WinCE. | José Fonseca | 2008-06-24 | 1 | -0/+4 |
| * | mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.... | Brian Paul | 2008-06-18 | 1 | -622/+30 |
* | | mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check | Brian Paul | 2008-07-09 | 1 | -2/+2 |
* | | Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver tree | Paulo Cesar Pereira de Andrade | 2008-07-02 | 1 | -0/+3 |
* | | Make the shared glapi files not include glheader.h. | Kristian Høgsberg | 2008-05-21 | 1 | -1/+10 |
* | | glcore: build from mesa | George Sapountzis | 2008-04-23 | 1 | -0/+4 |
|/ |
|
* | Fix TEXREL issues when using GLX_USE_TLS (see bug 7459). | Brian | 2007-06-12 | 1 | -9/+11 |
* | Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ... | Brian | 2007-04-02 | 1 | -0/+1 |
* | Delete two invalid assertions. | Ian Romanick | 2007-02-20 | 1 | -2/+0 |
* | Fix dumb build errors. | Ian Romanick | 2006-10-13 | 1 | -1/+1 |
* | remove some debug code invalidated by prev check-in | Brian Paul | 2006-10-12 | 1 | -7/+0 |
* | Fix bug #4681. | Ian Romanick | 2006-10-11 | 1 | -1/+6 |
* | remove assertion that referenced &glSetFenceNV for debug test | Brian Paul | 2006-08-29 | 1 | -1/+0 |
* | The TLS dispatch functions for x86-64 are fixed-size, just like on | Ian Romanick | 2006-08-22 | 1 | -18/+22 |
* | Add new attribute called static_dispatch to the <function> element. This | Ian Romanick | 2006-08-22 | 1 | -0/+1 |
* | Thread safety for Win32. SourceForge bug #1507315. | Brian Paul | 2006-06-16 | 1 | -0/+9 |
* | added 'const' (Dan Schikore) | Brian Paul | 2006-04-13 | 1 | -1/+1 |