Consistent copyright info (version number, date) across all files.
[mesa.git] / src / mesa / glapi /
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 .
2000-02-02 Brian Paulreplace offset with functionOffset in generate_entrypoint()
2000-02-01 Brian Pauladded normal, vertex, viewport message strings
2000-02-01 Brian Pauladded more message strings
2000-01-31 Brian Pauladded Mutex macros
2000-01-31 Brian Paulremoved unneeded \n chars
2000-01-31 Brian Pauladded more function templates, changed message format
2000-01-31 Brian Paulfixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS
2000-01-31 Brian Pauladded Josh's dynamic display assembly generator
2000-01-28 Brian Paulrenamed _glapi_CurrentContext to _glapi_Context
2000-01-28 Brian Paulremoved actual GL entrypoints (glapitemp.h)
2000-01-28 Brian Pauladded default template macros
2000-01-28 Brian Paulupdated comments
2000-01-27 Brian Paulinclude conf.h if HAVE_CONFIG_H defined
2000-01-17 Brian Pauldisabled X86-optimized dispatch when using XF86DRI...
2000-01-17 Brian Pauladded _glapi_Dispatch
2000-01-17 Brian Paulrenamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
2000-01-16 Josh Vanderhoofx86 assembly dispatch
2000-01-14 Brian Paulminor change for DEBUG builds
2000-01-10 Brian Pauladded printf-message to dispatch templates
2000-01-08 Brian Paulremoved DISPATCH_SETUP, added RETURN_DISPATCH
2000-01-07 Brian Paulimproved robustness of extension handling in static_fun...
2000-01-07 Brian Pauladded glHintPGI template
2000-01-07 Brian Paulfixed GetString template, added GL_SGI_color_table...
2000-01-05 Brian Paulremoved _glapi_ThreadSafe
1999-12-17 Brian Pauladded current context functions, made ThreadSafe public
1999-12-17 Brian Paulmore tweaking of thread support
1999-12-17 Brian Pauldon't free thread data in pthread_key_create()
1999-12-16 Brian Paulminor clean-up
1999-12-16 Brian Paulthread support now works
1999-12-16 Brian Paulinitial rev
1999-12-16 Brian Paulminor change
1999-12-16 Brian Paulnew threading, more functions added
1999-12-16 Brian Pauladded more functions
1999-12-16 Brian Pauladded more extension functions
1999-12-16 Brian Paulinitial rev
1999-12-15 Brian Pauladded _glapi_get_proc_name()
1999-12-15 Brian Paulnew thread code
1999-12-15 Brian Pauladded many more extension entry points
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-27 Brian Paullots of work on extension management
1999-11-27 Brian Pauladded _GLAPI_EXTRA_SLOTS symbol
1999-11-25 Brian Paulinclude glapitable.h
1999-11-25 Brian Paulnow using glapitemp.h to generate entrypoints
1999-11-25 Brian Paulinitial rev
1999-11-19 Brian Paulupdates for thread safety
1999-11-12 Brian Paulreplaced _GLAPI_EXT_color_table with _GLAPI_EXT_palette...
1999-11-12 Brian Paulreordered some functions
1999-11-12 Kendall Bennett . More Watcom C++ warnings fixed in Mesa.
1999-11-12 Brian Paulminor clean-ups
1999-11-11 Brian Pauldon't include strings.h or stdio.h
1999-11-11 sioAdded missing GLAPIENTRY to glConvolution* and glCopy*
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code