push/pop color table state (Eric Plante)
[mesa.git] / src / mesa / glapi /
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-11-30 Brian Pauladded const to casts
2002-11-08 Brian Paulfixed a few category lines
2002-11-07 Brian Pauladded glBlendFuncSeparate, glMultiDrawArrays, glMultiDr...
2002-11-07 Brian Pauladded missing 1.4 glFogCoord functions
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-24 Brian PaulHeader file clean-up:
2002-10-17 Brian Pauls/functionOffset/offset/
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-02 Brian Paul_glapi_get_proc_address() now always returns a valid...
2002-09-06 Brian Paulfixed glSampleCoverage typo
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 Brian Pauladded OpenGL 1.4 entrypoints
2002-06-30 Brian Pauladded unofficial dispatch offsets for GL_EXT_multi_draw...
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-11 Brian PaulFix NASM problems, remove static var in SSE detection...
2002-05-29 Brian Pauladded another spot-check to verify dispatch table corre...
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-29 Brian Pauladded GL_NV_point_sprite entrypoints
2002-05-27 Brian Paulupdated vertex program dispatch
2002-05-27 Brian Paulupdated vertex program dispatch offsets to official...
2002-04-02 Brian PaulDJGPP updates
2002-03-07 Brian Paulminor patches from David Dawes
2002-01-15 Brian PaulFixed Windows compile problem with gl__unused413()...
2002-01-03 Brian Pauldon't use macros, just expand them in-line
2001-12-15 Brian Paulbetter api trace/log messages
2001-12-14 Brian Pauladded newline characters to trace strings
2001-12-14 Brian Paulminor tweaks
2001-12-14 Brian Paulvertex program check-in
2001-12-14 Brian Pauladd dispatch offsets for vertex program functions
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-30 Karl SchultzCorrected bad line breaks in macro definitions within...
2001-11-26 Brian Pauldon't use near and far for parameter names
2001-11-26 Karl Schultzavoid using near and far as variable names since they...
2001-11-19 Brian Paulfixed a glitch
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian PaulAPI dispath updates
2001-11-18 Brian Paulnew, simpler API specification file
2001-11-18 Brian Paulnew Python API generator scripts
2001-11-12 Brian PaulBeOS thread support (Philippe Houdoin)
2001-11-01 Brian Pauladded some (void *) casts to silence gcc 2.96 warnings
2001-10-17 Brian Paulupdated for new glext.h
2001-10-17 Brian Paulminor updates for new glext.h
2001-09-14 Brian Paulmore GL 1.3 updates
2001-08-28 Brian PaulOpenGL 1.3 support
2001-08-03 davem69Use #function instead of @function
2001-06-06 davem69Remove dependency on MESA sources from gl* files
2001-06-05 davem69Sparc optimized GLAPI dispatch table.
2001-06-05 Brian Paulfilled in a bunch of the function template strings
2001-06-05 davem69Python script for making glapi_sparc.S
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-03-28 Brian Paulremoved a debug message
2001-03-28 Brian Paulremove TEST_L and JZ instructions; always jump through...
2001-03-28 Brian PaulNew mechanism for thread-safe GL API dispatch. C-based...
2001-03-26 Brian Paulremoved DO_GEOMETRY
2001-03-26 Brian Paulchange glTexImage3D() internalFormat to GLenum to match...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-01-23 Brian Pauladded dispatch override mechanism, used by trace extension
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-17 Jouk Jansen Committing in .
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-19 Brian PaulRewrote get_static_proc_address(). It made mistakes...
2000-09-26 Brian PaulReplaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
2000-09-15 Brian Pauladded GL_MESA_trace support
2000-09-06 Brian Paulreplaced ## with CONCAT macro
2000-09-05 Brian Pauladded tracing facility from Loki
2000-06-12 Brian Paulchanged dispatch of GL_EXT_vertex_array functions
2000-05-24 Brian Paulreplaced assertion with a conditional in _glapi_add_en...
2000-05-19 Brian Paulchanged internalFormat to GLenum in TexImage4DSGI and...
2000-05-19 Brian Pauladded const to compressed tex image functions
2000-05-18 Brian Pauladded glTbufferMask3DFX(), enabled texture compression...
2000-05-18 Brian Paulbunch of updates to static_functions[]
2000-05-18 Brian Pauladded tbuffer and compressed teximage extension functions
2000-05-11 Brian Paulgenerate X86 dispatch code
2000-05-11 Brian Paulrecover from offset=? condition, code clean-up
2000-05-11 Brian Paulrecover from offset=? condition
2000-04-10 Brian Pauladded some more functions
2000-03-29 Brian Paulrenamed mesaStrDup() to str_dup()
2000-03-27 Randy FrankUpdated to compile under Irix 6.5
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-02-24 Brian Paulnow using SGI-specified dispatch order
2000-02-24 Brian Paulnow generated with Python script
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-24 Brian Pauladded some error checking
2000-02-23 Brian Paulchanged a GLuint to GLint
2000-02-23 Brian Paulfixed a few glitches
2000-02-22 Brian Paulsort the offsets by number
2000-02-22 Brian Paulinitial check-in
2000-02-12 Brian Paulalways include thread.h
2000-02-12 Brian Pauladded more error checking to _glapi_add_entrypoint()
2000-02-12 Brian Paulclean-up
2000-02-11 Brian Paulfixed WIN32_THREADS error
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-10 Brian PaulTHREADS now defined by glthread.h, added more prototypes
2000-02-10 Brian Paulchanged thread TSD initialization
2000-02-10 Brian Pauladded support for XFree86 threads. misc clean-up
2000-02-03 Jouk Jansen Committing in .
next