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
2003-09-19
Assorted casts to silence g++ warnings.
Brian Paul
2003-08-27
make _glapi_get_proc_address() return NULL if function doesn't start with gl ...
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-10-29
added some casts for mallocs (bug 630379)
Brian Paul
2002-10-17
s/functionOffset/offset/
Brian Paul
2002-10-11
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-02
_glapi_get_proc_address() now always returns a valid dispatch stub function
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-05-29
added another spot-check to verify dispatch table correctness
Brian Paul
2002-03-07
minor patches from David Dawes
Brian Paul
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-11-18
API dispath updates
Brian Paul
2001-10-17
updated for new glext.h
Brian Paul
2001-09-14
more GL 1.3 updates
Brian Paul
2001-06-06
Remove dependency on MESA sources from gl* files
davem69
2001-06-05
Sparc optimized GLAPI dispatch table.
davem69
2001-05-29
infrastructure for GL_ARB_multisample
Brian Paul
2001-03-28
removed a debug message
Brian Paul
2001-03-28
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-01-23
added dispatch override mechanism, used by trace extension
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-10-27
Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c
Brian Paul
2000-10-19
Rewrote get_static_proc_address(). It made mistakes in some situations
Brian Paul
2000-09-26
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Brian Paul
2000-09-15
added GL_MESA_trace support
Brian Paul
2000-09-05
added tracing facility from Loki
Brian Paul
2000-05-24
replaced assertion with a conditional in _glapi_add_entrypoint()
Brian Paul
2000-05-18
bunch of updates to static_functions[]
Brian Paul
2000-03-29
renamed mesaStrDup() to str_dup()
Brian Paul
2000-03-27
Updated to compile under Irix 6.5
Randy Frank
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
2000-02-24
now using SGI-specified dispatch order
Brian Paul
2000-02-23
changed a GLuint to GLint
Brian Paul
2000-02-12
always include thread.h
Brian Paul
2000-02-12
added more error checking to _glapi_add_entrypoint()
Brian Paul
2000-02-12
clean-up
Brian Paul
2000-02-10
changed thread TSD initialization
Brian Paul
2000-02-02
replace offset with functionOffset in generate_entrypoint()
Brian Paul
2000-01-31
added Josh's dynamic display assembly generator
Brian Paul
2000-01-28
renamed _glapi_CurrentContext to _glapi_Context
Brian Paul
2000-01-28
removed actual GL entrypoints (glapitemp.h)
Brian Paul
2000-01-27
include conf.h if HAVE_CONFIG_H defined
Brian Paul
2000-01-17
disabled X86-optimized dispatch when using XF86DRI (temporary)
Brian Paul
2000-01-17
renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
Brian Paul
2000-01-16
x86 assembly dispatch
Josh Vanderhoof
2000-01-14
minor change for DEBUG builds
Brian Paul
2000-01-10
added printf-message to dispatch templates
Brian Paul
2000-01-08
removed DISPATCH_SETUP, added RETURN_DISPATCH
Brian Paul
[next]