index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
glapi.c
Age
Commit message (
Expand
)
Author
2010-01-22
glapi: split the no-op dispatch code into new glapi_nop.c file
Brian Paul
2010-01-22
glapi: fix int->pointer conversions warnings in no-op functions
Brian Paul
2010-01-12
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-03
Only enable verbose NoOp dispatch if DEBUG is defined
Kristian Høgsberg
2010-01-03
Noop dispatch: move warning code out of the generated functions
Kristian Høgsberg
2010-01-03
Export a few glapi functions used by gallium and r300
Kristian Høgsberg
2009-11-05
glapi: Include headers with directory prefixes.
Chia-I Wu
2009-08-25
Revert "glapi: Fix a possible race in getting current context/dispatch."
Brian Paul
2009-08-24
glapi: Fix a possible race in getting current context/dispatch.
Chia-I Wu
2009-08-24
glapi: Static mutex does not work on WIN32_THREADS.
Chia-I Wu
2009-08-24
glapi: Fix a race in accessing context/dispatch TSD.
Chia-I Wu
2009-08-24
glapi: Protect _glapi_check_multithread by a mutex.
Chia-I Wu
2009-02-26
mesa: Resurrect SPARC asm code.
David S. Miller
2009-02-22
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2008-10-10
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-09-27
glapi: add DISPATCH_FUNCTION_SIZE
Tobias Jakobi
2008-09-27
glapi: add gl_dispatch_functions_start and end
Tobias Jakobi
2008-09-23
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....
Brian Paul
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-11
tree builds
Alan Hourihane
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-07-24
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-09
mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check
Brian Paul
2008-07-02
Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver tree
Paulo Cesar Pereira de Andrade
2008-06-24
mesa: No getenv on WinCE.
José Fonseca
2008-06-18
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....
Brian Paul
2008-05-21
Make the shared glapi files not include glheader.h.
Kristian Høgsberg
2008-04-23
glcore: build from mesa
George Sapountzis
2007-06-12
Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).
Brian
2007-04-02
Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ...
Brian
2007-02-20
Delete two invalid assertions.
Ian Romanick
2006-10-13
Fix dumb build errors.
Ian Romanick
2006-10-12
remove some debug code invalidated by prev check-in
Brian Paul
2006-10-11
Fix bug #4681.
Ian Romanick
2006-08-29
remove assertion that referenced &glSetFenceNV for debug test
Brian Paul
2006-08-22
The TLS dispatch functions for x86-64 are fixed-size, just like on
Ian Romanick
2006-08-22
Add new attribute called static_dispatch to the <function> element. This
Ian Romanick
2006-06-16
Thread safety for Win32. SourceForge bug #1507315.
Brian Paul
2006-04-13
added 'const' (Dan Schikore)
Brian Paul
2006-03-29
Fixes to silence warnings in code generated by glapi scripts.
Kristian Høgsberg
2006-03-15
assorted code clean-ups, comments, etc.
Brian Paul
2006-03-15
remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...
Brian Paul
2006-03-15
Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXT
Brian Paul
2006-02-10
commit to fixup MGL namespacing for XGL
Dave Airlie
2005-10-11
ifdef out some code to make glapi.c linkable in libglx.so (on the
Ian Romanick
2005-08-10
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-07-28
Fix SPARC assembly for 64-bit
Ian Romanick
2005-04-28
Stop gcc-4.0 complaining about "type qualifiers ignored on function
Keith Whitwell
[next]