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
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
2000-01-07
improved robustness of extension handling in static_functions[] array
Brian Paul
2000-01-05
removed _glapi_ThreadSafe
Brian Paul
1999-12-17
added current context functions, made ThreadSafe public
Brian Paul
1999-12-17
more tweaking of thread support
Brian Paul
1999-12-16
minor clean-up
Brian Paul
1999-12-16
thread support now works
Brian Paul
1999-12-16
new threading, more functions added
Brian Paul
1999-12-15
new thread code
Brian Paul
1999-12-15
added many more extension entry points
Brian Paul
1999-12-10
implemented GL_ARB_tranpose_matrix
Brian Paul
1999-11-27
lots of work on extension management
Brian Paul
1999-11-25
now using glapitemp.h to generate entrypoints
Brian Paul
1999-11-19
updates for thread safety
Brian Paul
1999-11-12
replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_texture
Brian Paul
1999-11-12
reordered some functions
Brian Paul
1999-11-12
. More Watcom C++ warnings fixed in Mesa.
Kendall Bennett
1999-11-12
minor clean-ups
Brian Paul
1999-11-11
don't include strings.h or stdio.h
Brian Paul
1999-11-11
Added missing GLAPIENTRY to glConvolution* and glCopy*
sio
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul