index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
glapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-1
/
+1
*
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
*
Fixes to silence warnings in code generated by glapi scripts.
Kristian Høgsberg
2006-03-29
1
-0
/
+4
*
assorted code clean-ups, comments, etc.
Brian Paul
2006-03-15
1
-41
/
+26
*
remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...
Brian Paul
2006-03-15
1
-1
/
+0
*
Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXT
Brian Paul
2006-03-15
1
-1
/
+0
*
commit to fixup MGL namespacing for XGL
Dave Airlie
2006-02-10
1
-9
/
+3
*
ifdef out some code to make glapi.c linkable in libglx.so (on the
Ian Romanick
2005-10-11
1
-1
/
+5
*
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-10
1
-262
/
+57
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-90
/
+222
*
Fix SPARC assembly for 64-bit
Ian Romanick
2005-07-28
1
-5
/
+5
*
Stop gcc-4.0 complaining about "type qualifiers ignored on function
Keith Whitwell
2005-04-28
1
-1
/
+1
*
Reverted the last change back to fix bug 3035
Ben Crossman
2005-04-15
1
-1
/
+1
*
A few getenv() that werent using the mesa wrapper version
Ben Crossman
2005-04-14
1
-1
/
+1
*
Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all
Ian Romanick
2005-04-13
1
-51
/
+148
*
_glapi_* is effectively PUBLIC API for the DRI drivers.
Adam Jackson
2004-12-15
1
-21
/
+21
*
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-12-03
1
-8
/
+8
*
make get_static_proc_address() return a _glapi_proc
Brian Paul
2004-11-27
1
-3
/
+3
*
Use new _glapi_proc typedef instead of void * for function pointers.
Brian Paul
2004-11-27
1
-48
/
+61
*
applied SPARC patch (freedesktop bug 1898)
Brian Paul
2004-11-22
1
-3
/
+3
*
shorter error messages when calling a GL function without a bound context (FD...
Brian Paul
2004-11-05
1
-9
/
+7
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-1
/
+10
*
correct X86_DISPATCH_FUNCTION_SIZE if THREADS is defined
Roland Scheidegger
2004-07-06
1
-1
/
+1
*
Fix typos in comments.
Ian Romanick
2004-07-05
1
-1
/
+1
*
Another "if it ain't broke, don't fix it" moment. Revert some more
Ian Romanick
2004-07-05
1
-13
/
+8
*
fixed non-threaded codepath
Daniel Borca
2004-07-05
1
-0
/
+4
*
Fix a potential race condition. Fix a couple of places where
Ian Romanick
2004-07-02
1
-13
/
+26
*
Add infrastructure for t_vertex.c codegen. Add an example driver
Keith Whitwell
2004-06-30
1
-2
/
+2
*
First phase of TLS work. At this point SPARC assembly dispatch is
Ian Romanick
2004-06-29
1
-62
/
+101
*
Modify glprocs.h to have two tables instead of one. The first table
Ian Romanick
2004-05-27
1
-14
/
+40
*
minor fixes for entrypoint name mangling
Brian Paul
2004-04-23
1
-0
/
+10
*
no-op table on par with main dispatcher
Daniel Borca
2004-01-07
1
-1
/
+1
*
fix __sparc_v9__ test to exclude linux (bug 852204)
Brian Paul
2003-12-01
1
-5
/
+5
[next]