summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_api.c
AgeCommit message (Expand)Author
2005-06-08check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul
2005-05-09fix some typos in FX codeDaniel Borca
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-20clean up buffer creation codeBrian Paul
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul
2005-04-04updated warning string to match patch in bug report 2868Brian Paul
2005-03-03When building in the X-Server, attr.depth doesn't exist. Instead, useIan Romanick
2005-02-18XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul
2005-02-07improved warning messageBrian Paul
2005-01-17fix compilation error for fx/MesaDaniel Borca
2004-11-28fix missing width/height errorBrian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
2004-10-12SWTC trick (disabled for now)Daniel Borca
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-04-30If we can't allocate the rowimage - bailAlan Hourihane
2004-04-26remove DitherValuesAlan Hourihane
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-12Glide driver (windowed mode) fix for Voodoo2Daniel Borca
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-25silence a warningBrian Paul
2003-10-21prevent from optimizing out by some compilers (from XFree86 CVS)Alan Hourihane
2003-10-13glide driver (wip)Daniel Borca
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul
2003-04-02fix double-memory free in XMesaDestroyContextBrian Paul
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-01-24renamed dither-related preprocessor symbols (bug 536406)Brian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul
2002-10-30use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul
2002-10-29more version bumpsBrian Paul
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-09disable XMesaCreatePBuffer() for XFree86Brian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-08-21fix problems in FXgetImage()Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-17new fix for initial window size problemBrian Paul
2002-06-16fixed window size initialization bugBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul