Age | Commit message (Expand) | Author |
2005-04-12 | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul |
2005-04-04 | updated warning string to match patch in bug report 2868 | Brian Paul |
2005-03-03 | When building in the X-Server, attr.depth doesn't exist. Instead, use | Ian Romanick |
2005-02-18 | XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz) | Brian Paul |
2005-02-07 | improved warning message | Brian Paul |
2005-01-17 | fix compilation error for fx/Mesa | Daniel Borca |
2004-11-28 | fix missing width/height error | Brian Paul |
2004-11-27 | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul |
2004-10-12 | SWTC trick (disabled for now) | Daniel Borca |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-04-30 | If we can't allocate the rowimage - bail | Alan Hourihane |
2004-04-26 | remove DitherValues | Alan Hourihane |
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane |
2004-04-21 | check return values of _swrast_CreateContext, etc | Brian Paul |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-04 | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul |
2004-03-02 | workaround for crash-upon-exit in verbose mode | Daniel Borca |
2004-02-19 | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2004-01-12 | Glide driver (windowed mode) fix for Voodoo2 | Daniel Borca |
2003-12-19 | DMesa: removed MGA2064W driver | Daniel Borca |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |
2003-11-25 | silence a warning | Brian Paul |
2003-10-21 | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane |
2003-10-13 | glide driver (wip) | Daniel Borca |
2003-09-17 | added call to _mesa_enable_1_5_extensions() | Brian Paul |
2003-04-02 | fix double-memory free in XMesaDestroyContext | Brian Paul |
2003-04-01 | use structure containment to derive xmesa_context from GLcontext | Brian Paul |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2003-02-17 | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul |
2003-01-24 | renamed dither-related preprocessor symbols (bug 536406) | Brian Paul |
2002-11-10 | changes to vishandle usage to prevent segfault in some circumstances | Brian Paul |
2002-10-30 | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul |
2002-10-29 | more version bumps | Brian Paul |
2002-10-29 | update versioning/extensions for OpenGL 1.4 / Mesa 5.0 | Brian Paul |
2002-10-25 | wrapped a few more C library functions | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-14 | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul |
2002-10-09 | disable XMesaCreatePBuffer() for XFree86 | Brian Paul |
2002-10-05 | Pbuffers seem to work! | Brian Paul |
2002-10-05 | more work on fbconfig/pbuffer support | Brian Paul |
2002-08-21 | fix problems in FXgetImage() | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-17 | new fix for initial window size problem | Brian Paul |
2002-06-16 | fixed window size initialization bug | Brian Paul |
2002-06-13 | New _mesa_debug() function to replace fprintf() calls. | Brian Paul |
2002-05-27 | some initial work for fbconfigs/pbuffers | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2002-03-12 | Removed the xm_context field from XMesaBuffer. It was preventing N threads | Brian Paul |
2002-03-01 | silence gcc warnings (Marc La France) | Brian Paul |