index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
1
-2
/
+2
*
make _glapi_get_proc_address() return NULL if function doesn't start with gl ...
Brian Paul
2003-08-27
1
-1
/
+5
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
added some casts for mallocs (bug 630379)
Brian Paul
2002-10-29
1
-3
/
+3
*
s/functionOffset/offset/
Brian Paul
2002-10-17
1
-2
/
+2
*
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-11
1
-26
/
+23
*
_glapi_get_proc_address() now always returns a valid dispatch stub function
Brian Paul
2002-10-02
1
-95
/
+136
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-18
/
+34
*
added another spot-check to verify dispatch table correctness
Brian Paul
2002-05-29
1
-1
/
+9
*
minor patches from David Dawes
Brian Paul
2002-03-07
1
-7
/
+6
*
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-12-04
1
-12
/
+1
*
API dispath updates
Brian Paul
2001-11-18
1
-1250
/
+3
*
updated for new glext.h
Brian Paul
2001-10-17
1
-1
/
+3
*
more GL 1.3 updates
Brian Paul
2001-09-14
1
-49
/
+104
*
Remove dependency on MESA sources from gl* files
davem69
2001-06-06
1
-11
/
+9
*
Sparc optimized GLAPI dispatch table.
davem69
2001-06-05
1
-2
/
+53
*
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-29
1
-2
/
+1
*
removed a debug message
Brian Paul
2001-03-28
1
-2
/
+1
*
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
2001-03-28
1
-19
/
+118
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-5
/
+1
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-4
/
+4
*
added dispatch override mechanism, used by trace extension
Brian Paul
2001-01-23
1
-50
/
+110
*
Committing in .
Jouk Jansen
2000-11-22
1
-4
/
+4
*
Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c
Brian Paul
2000-10-27
1
-19
/
+21
*
Rewrote get_static_proc_address(). It made mistakes in some situations
Brian Paul
2000-10-19
1
-6
/
+8
*
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Brian Paul
2000-09-26
1
-13
/
+14
[next]