mesa.git
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
1999-12-10 Brian Pauladded GL_ARB_transpose_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-08 Andre Werthmannadded the katmai_transform_points4_* functions
1999-12-07 Jouk Jansen Committing in .
1999-12-06 Gareth HughesMerging in work from 3.1/3.2 branch. Tessellator is...
1999-12-04 Brian PaulClearing stencil buffer now observes the stencil write...
1999-12-04 Brian Paulminor stencil-related changes
1999-12-03 Brian Pauladded glCopyPixels bug fix
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-27 Brian Paulremoved Mesa-isms
1999-11-27 Brian Paulupdates for 3.1 and later
1999-11-26 Brian Paulgenerate Z values when fog enabled (Andree Borrmann)
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-25 Brian Paulinclude glapi.h
1999-11-25 Brian Pauladded wincopy demo
1999-11-25 Brian Paulinitial rev
1999-11-25 Brian Paulbunch of changes for separate read buffer feature
1999-11-25 Brian Paulimplemented glXMakeContextCurrent() and glXGetCurrentRe...
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-24 Brian Paulupdated for Mesa 3.3
1999-11-24 Brian Paulupdated with Mesa 3.3 info
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-24 Brian Paulremoved version logging
1999-11-24 Brian Paulbumped version to 3.3
1999-11-24 Brian Pauladded XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer...
1999-11-24 Brian Pauladded a few more GLX 1.3 tokens
1999-11-24 Brian Paulrenamed near and far arguments to gluUnProject4()
1999-11-23 Brian Pauladded GLU 1.3 functions
1999-11-23 Keith Whitwellanother typo
1999-11-23 Brian Pauladded GLX 1.3 tokens and functions
1999-11-23 Brian Pauladded GLX 1.3 functions
1999-11-22 Brian Pauladded _mesa_clip_pixelrect()
1999-11-22 Brian Paulclean up of version handling, removed GLX_EXT_get_proc_...
1999-11-22 Brian Paulremoved GLU_EXT_get_proc_address from ext strings
next