a bunch of assorted clean-ups, etc to fix warnings, etc
[mesa.git] / src / mesa / drivers / x11 / xm_api.c
2004-03-04 Brian Paula bunch of assorted clean-ups, etc to fix warnings...
2004-03-02 Daniel Borcaworkaround for crash-upon-exit in verbose mode
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-12 Daniel BorcaGlide driver (windowed mode) fix for Voodoo2
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-25 Brian Paulsilence a warning
2003-10-21 Alan Hourihaneprevent from optimizing out by some compilers (from...
2003-10-13 Daniel Borcaglide driver (wip)
2003-09-17 Brian Pauladded call to _mesa_enable_1_5_extensions()
2003-04-02 Brian Paulfix double-memory free in XMesaDestroyContext
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-01-24 Brian Paulrenamed dither-related preprocessor symbols (bug 536406)
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-29 Brian Paulmore version bumps
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-09 Brian Pauldisable XMesaCreatePBuffer() for XFree86
2002-10-05 Brian PaulPbuffers seem to work!
2002-10-05 Brian Paulmore work on fbconfig/pbuffer support
2002-08-21 Brian Paulfix problems in FXgetImage()
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-16 Brian Paulfixed window size initialization bug
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-12 Brian PaulRemoved the xm_context field from XMesaBuffer. It...
2002-03-01 Brian Paulsilence gcc warnings (Marc La France)
2002-02-20 Brian Paulcheck for initialized XMesaBuffer in XMesaGarbageCollect()
2002-02-15 Brian Pauluse separate GC for SwapBuffers to avoid colormask...
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-09-12 Brian Paulminor re-org
2001-09-01 Brian Paulminor changes, prototype Pbuffer support
2001-08-31 Brian Paulfixed dangling pointer problem (Chris Burghart)
2001-08-28 Brian PaulOpenGL 1.3 support
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-04 Brian Paulremoved some code in XMesaDestroyContext() which could...
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-08 Keith Whitwellrevert XMesaCreateContext changes
2001-01-08 Keith WhitwellModify X11 driver and fake glx to store a GLcontext
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-13 Brian Paultweaked truecolor dither kernel setup code
2000-12-08 Brian Paulfixed bug 123918: glXCopySubBuffer() y position off...
2000-11-22 Jouk Jansen Committing in .
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-30 Jouk Jansen Committing in .
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-07 Brian Paulnewly organized Xlib driver files