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
Age
Commit message (
Expand
)
Author
2002-03-07
minor patches from David Dawes
Brian Paul
2002-01-15
Fixed Windows compile problem with gl__unused413() function.
Brian Paul
2002-01-03
don't use macros, just expand them in-line
Brian Paul
2001-12-15
better api trace/log messages
Brian Paul
2001-12-14
added newline characters to trace strings
Brian Paul
2001-12-14
minor tweaks
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-12-14
add dispatch offsets for vertex program functions
Brian Paul
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-11-30
Corrected bad line breaks in macro definitions within code compiled
Karl Schultz
2001-11-26
don't use near and far for parameter names
Brian Paul
2001-11-26
avoid using near and far as variable names since they are reserved words
Karl Schultz
2001-11-19
fixed a glitch
Brian Paul
2001-11-18
added test implementation of GL_ARB_window_pos
Brian Paul
2001-11-18
API dispath updates
Brian Paul
2001-11-18
new, simpler API specification file
Brian Paul
2001-11-18
new Python API generator scripts
Brian Paul
2001-11-12
BeOS thread support (Philippe Houdoin)
Brian Paul
2001-11-01
added some (void *) casts to silence gcc 2.96 warnings
Brian Paul
2001-10-17
updated for new glext.h
Brian Paul
2001-10-17
minor updates for new glext.h
Brian Paul
2001-09-14
more GL 1.3 updates
Brian Paul
2001-08-28
OpenGL 1.3 support
Brian Paul
2001-08-03
Use #function instead of @function
davem69
2001-06-06
Remove dependency on MESA sources from gl* files
davem69
2001-06-05
Sparc optimized GLAPI dispatch table.
davem69
2001-06-05
filled in a bunch of the function template strings
Brian Paul
2001-06-05
Python script for making glapi_sparc.S
davem69
2001-05-29
infrastructure for GL_ARB_multisample
Brian Paul
2001-03-28
removed a debug message
Brian Paul
2001-03-28
remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch po...
Brian Paul
2001-03-28
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
2001-03-26
removed DO_GEOMETRY
Brian Paul
2001-03-26
change glTexImage3D() internalFormat to GLenum to match other OpenGLs
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-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-17
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-06
replaced ## with CONCAT macro
Brian Paul
2000-09-05
added tracing facility from Loki
Brian Paul
2000-06-12
changed dispatch of GL_EXT_vertex_array functions
Brian Paul
2000-05-24
replaced assertion with a conditional in _glapi_add_entrypoint()
Brian Paul
2000-05-19
changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...
Brian Paul
2000-05-19
added const to compressed tex image functions
Brian Paul
[next]