| Commit message (Expand) | Author | Age | Files | Lines |
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 1 | -4/+14 |
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 1 | -3/+10 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 1 | -10/+3 |
* | fix a memleak in DestroyContext() | Brian Paul | 2006-09-20 | 1 | -5/+6 |
* | check if ext->name is null before strcmp() | Brian Paul | 2006-08-31 | 1 | -1/+1 |
* | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | 2006-08-30 | 1 | -1/+83 |
* | Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but | Brian Paul | 2006-06-13 | 1 | -6/+13 |
* | added Flush in glXCopyContext() | Brian Paul | 2006-03-01 | 1 | -1/+4 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -1/+1 |
* | MESA_GLX_ALPHA_BITS env var to force visual with alpha channel | Brian Paul | 2005-11-04 | 1 | -2/+19 |
* | Remove ACCUM_BITS. | Brian Paul | 2005-09-21 | 1 | -8/+15 |
* | remove 31-bit Z buffer work-around | Brian Paul | 2005-09-20 | 1 | -2/+2 |
* | fix segfault in Fake_glXCreatePBuffer(), bug 4235 | Brian Paul | 2005-08-25 | 1 | -1/+4 |
* | added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) | Brian Paul | 2005-08-22 | 1 | -2/+14 |
* | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | 2005-07-26 | 1 | -7/+0 |
* | ---------------------------------------------------------------------- | Jouk Jansen | 2005-07-22 | 1 | -0/+3 |
* | need parenthesis in realloc call | Brian Paul | 2005-06-26 | 1 | -1/+1 |
* | Remove MAX_VISUAL limitations of 100. If running dual head this can | Alan Hourihane | 2005-05-13 | 1 | -7/+5 |
* | remove some test code | Brian Paul | 2005-05-05 | 1 | -5/+0 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -15/+17 |
* | Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all | Brian Paul | 2005-04-06 | 1 | -22/+29 |
* | minor changes to aid debugging, and a new comment | Brian Paul | 2005-02-23 | 1 | -3/+11 |
* | In choose_visual() we need to know if we're being called from | Brian Paul | 2005-01-06 | 1 | -12/+38 |
* | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul | 2004-11-27 | 1 | -6/+6 |
* | new GetOverlayInfo() function to reduce code and silence warnings | Brian Paul | 2004-11-27 | 1 | -87/+58 |
* | Use __GLXextFuncPtr type instead of void * for generic functions to | Brian Paul | 2004-11-25 | 1 | -29/+1 |
* | just some comments and formatting changes | Brian Paul | 2004-09-23 | 1 | -32/+36 |
* | new MESA_GLX_DEPTH_BITS env var | Brian Paul | 2004-07-23 | 1 | -5/+26 |
* | added support for MESA_GLX_FORCE_ALPHA env var | Brian Paul | 2004-07-23 | 1 | -0/+4 |
* | check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376) | Brian Paul | 2004-05-29 | 1 | -2/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -7/+16 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -10/+0 |
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 1 | -7/+7 |
* | implement Fake_glXCreateWindow() to fix bug #890894 | Brian Paul | 2004-02-08 | 1 | -2/+9 |
* | fix glXChooseFBConfig bug 890167 | Brian Paul | 2004-02-04 | 1 | -4/+5 |
* | glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option | Brian Paul | 2004-02-02 | 1 | -3/+26 |
* | fix visinfo typo | Brian Paul | 2003-12-12 | 1 | -1/+1 |
* | check for null dpy in Fake_glXGetConfig() | Brian Paul | 2003-12-12 | 1 | -0/+3 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -0/+10 |
* | Version defines. include "version.h" in a few files. | Brian Paul | 2003-05-27 | 1 | -3/+2 |
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 1 | -2/+2 |
* | disable prototyped GLX_ARB_render_texture extension | Brian Paul | 2003-03-24 | 1 | -4/+5 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | casts to silence g++ warnings | Brian Paul | 2003-02-25 | 1 | -5/+5 |
* | initial code for render-to-texture | Brian Paul | 2003-01-14 | 1 | -4/+33 |
* | bring in a few AGP-related bits from 4.0.4 | Brian Paul | 2002-11-18 | 1 | -2/+15 |
* | bump version to 5.1 | Brian Paul | 2002-11-14 | 1 | -3/+3 |
* | changes to vishandle usage to prevent segfault in some circumstances | Brian Paul | 2002-11-10 | 1 | -31/+68 |
* | minor multi-sample clean-ups | Brian Paul | 2002-11-05 | 1 | -4/+14 |
* | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul | 2002-10-30 | 1 | -12/+9 |