Merged in fixes from 3.2 branch. Fixed clipping bug, segfault in
[mesa.git] / src / mesa /
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-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 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 Josh Vanderhoofx86 assembly dispatch
2000-01-15 Randy FrankAdded occlusion test code. Follows the HP proposed...
2000-01-14 Brian Paulminor change for DEBUG builds
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 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-10 Brian Pauladded printf-message to dispatch templates
2000-01-08 Brian Paulremoved DISPATCH_SETUP, added RETURN_DISPATCH
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 Paulremoved cpp conditionals from _mesa_init_exec_table()
2000-01-07 Brian Paulfixed GetString template, added GL_SGI_color_table...
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 Paulremoved _glapi_ThreadSafe
2000-01-04 Brian Paulstart search at 1 in HashFindFreeKeyBlock()
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 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-15 Brian Pauladded _glapi_get_proc_name()
1999-12-15 Brian Paulnew thread code
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 Paulbitmaps were vertically shifted by one pixel
1999-12-11 Brian Pauladded GLX_ARB_get_proc_address to extension list
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-12-10 Brian Paulnew depth buffer functions
1999-12-10 Brian Paulpass new args to gl_create_framebuffer
1999-12-10 Brian Paulapplied Daryll's patches
1999-12-10 Brian Paulpass new args to gl_create_framebuffer()
1999-12-10 Brian Paulchanges in hardware depth buffer support
1999-12-10 Brian Paulapplied Daryll's patches
1999-12-10 Brian Paulupdated for hardware stencil support
1999-12-10 Brian Pauladded stencil buffer functions
1999-12-10 Brian Paulcode clean-up
1999-12-10 Brian Pauladded glXGetProcAddressARB()
1999-12-10 Brian Paulremoved gl_get_proc_address()
1999-12-04 Brian PaulClearing stencil buffer now observes the stencil write...
1999-12-04 Brian Paulminor stencil-related changes
1999-12-02 Brian Paultest for null newCtx before newCtx->FirstTimeCurrent
1999-12-02 Brian Pauladded WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)
1999-12-01 Brian Paulgl_BindTexture was broken when target==GL_TEXTURE_3D
1999-12-01 Brian PaulfxInitPixelTables() change for Voodoo 1/2 vs 3
1999-11-30 Brian Paulprint debug info in gl_make_current() if MESA_INFO...
1999-11-29 Jouk Jansen Committing in .
1999-11-28 Brian Pauladded missing functions in GLX_functions[] array
1999-11-28 Brian Paulupdated comments, removed obsolete functions
1999-11-28 Brian Paulremoved include fakeglx.h
1999-11-28 Brian Paulremoved realglx.c
1999-11-28 Brian Paulobsolete
1999-11-28 Brian Paulchanges for new GLX dispatcher
1999-11-28 Brian Paulall new dispatch system
1999-11-28 Brian Paulinitial rev
1999-11-27 Brian Paulmove dispatch table size check into _mesa_init_no_op_ta...
1999-11-27 Brian Pauladded call to _mesa_init_no_op_table()
1999-11-27 Brian Pauladded _mesa_init_no_op_table()
1999-11-27 Brian Paullots of work on extension management
1999-11-27 Brian Pauladded _GLAPI_EXTRA_SLOTS symbol
1999-11-26 Brian Paulgenerate Z values when fog enabled (Andree Borrmann)
next