mesa.git
2000-01-22 Brian Paulupdated for Mesa 3.2
2000-01-22 Brian Paulupdated SVGA sources from Mesa 3.2
2000-01-20 Gareth HughesMerged in fixes from 3.2 branch. Fixed clipping bug...
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-18 Brian Paulreplaced some spaces with a tab
2000-01-18 Brian Paulgeneric_noop() now returns 0
2000-01-18 Brian Paulrenamed CURRENT_INPUT to _mesa_CurrentInput
2000-01-18 Brian Paulminor clean-up
2000-01-17 Brian Pauladded do /while to multi-line macros
2000-01-17 Brian Pauladded X86-optimized message for MESA_INFO
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-17 Brian Paulremoved X86 files from linux debug configs
2000-01-17 Brian Pauladded copyright info
2000-01-17 Brian Pauladded missing POINT/LINE RANGE/GRANULARITY tokens
2000-01-17 Brian PaulZ values were wrong in selection mode (Holger Waechtler...
2000-01-16 Brian Pauluse nplanes instead of bitsPerRGBValue in GET_BITS_PER_...
2000-01-16 Josh Vanderhoofx86 assembly dispatch
2000-01-15 Randy FrankAdded occlusion test code. Follows the HP proposed...
2000-01-15 Randy FrankAdded entry point and define for the occlusion test.
2000-01-15 Randy FrankAdded test for the occlusion test code.
2000-01-14 Brian Paulminor change for DEBUG builds
2000-01-14 Brian Paulfirst check-in
2000-01-14 Brian Paulupdated for Mesa 3.3
2000-01-14 Brian PaulGLcontext is now nested in OSMesaContext
2000-01-14 Brian Pauladded gl_initialize_context_data(), gl_free_context_dat...
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
2000-01-13 Brian Paulapplied Daryll's patches for GLX_DIRECT_RENDERING
2000-01-13 Brian Pauladded -Wmissing-prototypes and enabled pthreads for...
2000-01-13 Brian Pauladded _mesa_ArrayElement() proto
2000-01-13 Brian Pauladded gl_register_config_var() proto
2000-01-13 Brian Paulinit a few vars to silence compiler warnings
2000-01-13 Brian Paulinclude dispatch.h
2000-01-13 Brian Paulclean up of eval_coord1/2f()
2000-01-13 Brian Paulcommented out gl_reinit_light_attrib()
2000-01-13 Brian Paulcommented out unused function
2000-01-13 Brian Paulminor clean-up
2000-01-13 Brian Paulmade some functions static
2000-01-11 Brian Paulanother fix for gluPartialDisk() in GL_LINE mode
2000-01-11 Brian Paulfixed missing slice problem in gluPartialDisk()
2000-01-10 Brian Pauladded printf-message to dispatch templates
2000-01-08 Brian Pauladded amesa.h to tar file list
2000-01-08 Brian Paulremoved DISPATCH_SETUP, added RETURN_DISPATCH
2000-01-08 Brian Paulfixed prototype typo in glHintPGI ( )
2000-01-07 Brian Paulminor updates
2000-01-07 Jon Taylor* Fixups to the GGIMesa code to reflect the recent...
2000-01-07 Brian Pauladded missing glHintPGI() function
2000-01-07 Brian Paulimproved robustness of extension handling in static_fun...
2000-01-07 Brian Pauladded glHintPGI template
2000-01-07 Brian Pauladded BitsPerPixel to XMesaVisual struct
2000-01-07 Brian Paulupdated version string
2000-01-07 Brian Paulremoved cpp conditionals from _mesa_init_exec_table()
2000-01-07 Brian Paulfixed GetString template, added GL_SGI_color_table...
2000-01-07 Brian Paulassigned official GL_ARB_transpose_matrix enums
2000-01-07 Jouk Jansen Committing in .
2000-01-06 Brian Paulreturn GL_FALSE in fxDDColorMask
2000-01-06 Brian Paulupdated Clear function for new mask bits
2000-01-06 Brian Paulnew Clear function mask
2000-01-05 Brian Paulminor clean-up in _mesa_unpack_ubyte_color_span()
2000-01-05 Brian Paulmisc updates
2000-01-05 Brian Paulclean-up of Linux target configs
2000-01-05 Brian Paulremoved _glapi_ThreadSafe
2000-01-04 Brian Paulstart search at 1 in HashFindFreeKeyBlock()
2000-01-04 Brian Pauladded missing glColorTableParameter defines
1999-12-17 Brian Pauloptimized GET_IMMEDIATE for thread safety
1999-12-17 Brian Paulprint thread safety info if MESA_INFO set
1999-12-17 Brian Paulupdated for new thread support in Mesa 3.3
1999-12-17 Brian Paulupdated with latest source files
1999-12-17 Brian Paulreplaced mthreads.c with glthread.c
1999-12-17 Brian Paulfurther simplification of thread-related code, misc...
1999-12-17 Brian Pauladded current context functions, made ThreadSafe public
1999-12-17 Brian Paulremoved old thread code
1999-12-17 Brian Paulfixed thread problems
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-16 Brian Pauladded a cast to malloc call
1999-12-15 Brian Pauladded _glapi_get_proc_name()
1999-12-15 Brian Paulnew thread code
1999-12-15 Brian Paulinitial rev
1999-12-15 Brian Pauljust include Makefile.X11
1999-12-15 Brian Paulmade a few globals static
1999-12-15 Brian Paulmoved #define to column 0
1999-12-15 Brian Paulreplaced 0 with 0.0 in sin, cos calls
1999-12-15 Brian Paulremoved _GLAPI_ extension testing
1999-12-15 Brian Pauladded many more extension entry points
1999-12-13 Jouk Jansen Committing in .
1999-12-12 Brian Paulremoved unneeded code in gluBuild1DMipmaps()
1999-12-12 Brian Paulbitmaps were vertically shifted by one pixel
1999-12-11 Brian Pauladded GLX_ARB_get_proc_address
1999-12-11 Brian Pauladded GLX_ARB_get_proc_address to extension list
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
next