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
*
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
*
added GL_MESA_trace support
Brian Paul
2000-09-15
1
-9
/
+9
*
added tracing facility from Loki
Brian Paul
2000-09-05
1
-3
/
+58
*
replaced assertion with a conditional in _glapi_add_entrypoint()
Brian Paul
2000-05-24
1
-7
/
+8
*
bunch of updates to static_functions[]
Brian Paul
2000-05-18
1
-250
/
+510
*
renamed mesaStrDup() to str_dup()
Brian Paul
2000-03-29
1
-9
/
+10
*
Updated to compile under Irix 6.5
Randy Frank
2000-03-27
1
-3
/
+14
*
fixed compiler warnings on BeOS R4
Brian Paul
2000-03-19
1
-349
/
+349
*
now using SGI-specified dispatch order
Brian Paul
2000-02-24
1
-576
/
+652
*
changed a GLuint to GLint
Brian Paul
2000-02-23
1
-2
/
+2
*
always include thread.h
Brian Paul
2000-02-12
1
-3
/
+1
*
added more error checking to _glapi_add_entrypoint()
Brian Paul
2000-02-12
1
-7
/
+14
*
clean-up
Brian Paul
2000-02-12
1
-16
/
+66
*
changed thread TSD initialization
Brian Paul
2000-02-10
1
-17
/
+4
*
replace offset with functionOffset in generate_entrypoint()
Brian Paul
2000-02-02
1
-2
/
+2
*
added Josh's dynamic display assembly generator
Brian Paul
2000-01-31
1
-3
/
+41
*
renamed _glapi_CurrentContext to _glapi_Context
Brian Paul
2000-01-28
1
-9
/
+9
*
removed actual GL entrypoints (glapitemp.h)
Brian Paul
2000-01-28
1
-70
/
+11
*
include conf.h if HAVE_CONFIG_H defined
Brian Paul
2000-01-27
1
-1
/
+4
*
disabled X86-optimized dispatch when using XF86DRI (temporary)
Brian Paul
2000-01-17
1
-2
/
+2
*
renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
Brian Paul
2000-01-17
1
-19
/
+16
*
x86 assembly dispatch
Josh Vanderhoof
2000-01-16
1
-22
/
+27
*
minor change for DEBUG builds
Brian Paul
2000-01-14
1
-2
/
+4
*
added printf-message to dispatch templates
Brian Paul
2000-01-10
1
-3
/
+32
*
removed DISPATCH_SETUP, added RETURN_DISPATCH
Brian Paul
2000-01-08
1
-5
/
+14
*
improved robustness of extension handling in static_functions[] array
Brian Paul
2000-01-07
1
-229
/
+467
*
removed _glapi_ThreadSafe
Brian Paul
2000-01-05
1
-17
/
+12
*
added current context functions, made ThreadSafe public
Brian Paul
1999-12-17
1
-8
/
+62
[next]