summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/fakeglx.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-17mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul1-1/+1
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul1-3/+3
2009-02-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul1-20/+25
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul1-1/+0
2008-09-18mesa: prefix more #includes with "main/"Brian Paul1-6/+6
2008-05-27allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul1-4/+5
2007-07-23fix GLX_STEREO handling (bug 11705)Brian1-1/+6
2007-05-21return True for GLX_Y_INVERTED_EXT queryBrian1-1/+1
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian1-9/+177
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis1-4/+14
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis1-3/+10
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis1-10/+3
2006-09-20fix a memleak in DestroyContext()Brian Paul1-5/+6
2006-08-31check if ext->name is null before strcmp()Brian Paul1-1/+1
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul1-1/+83
2006-06-13Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, butBrian Paul1-6/+13
2006-03-01added Flush in glXCopyContext()Brian Paul1-1/+4
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul1-1/+1
2005-11-04MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul1-2/+19
2005-09-21Remove ACCUM_BITS.Brian Paul1-8/+15
2005-09-20remove 31-bit Z buffer work-aroundBrian Paul1-2/+2
2005-08-25fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul1-1/+4
2005-08-22added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul1-2/+14
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick1-7/+0
2005-07-22 ----------------------------------------------------------------------Jouk Jansen1-0/+3
2005-06-26need parenthesis in realloc callBrian Paul1-1/+1
2005-05-13Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane1-7/+5
2005-05-05remove some test codeBrian Paul1-5/+0
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-15/+17
2005-04-06Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul1-22/+29
2005-02-23minor changes to aid debugging, and a new commentBrian Paul1-3/+11
2005-01-06In choose_visual() we need to know if we're being called fromBrian Paul1-12/+38
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul1-6/+6
2004-11-27new GetOverlayInfo() function to reduce code and silence warningsBrian Paul1-87/+58
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul1-29/+1
2004-09-23just some comments and formatting changesBrian Paul1-32/+36
2004-07-23new MESA_GLX_DEPTH_BITS env varBrian Paul1-5/+26
2004-07-23added support for MESA_GLX_FORCE_ALPHA env varBrian Paul1-0/+4
2004-05-29check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul1-2/+2
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-7/+16
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul1-10/+0
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick1-7/+7
2004-02-08implement Fake_glXCreateWindow() to fix bug #890894Brian Paul1-2/+9
2004-02-04fix glXChooseFBConfig bug 890167Brian Paul1-4/+5
2004-02-02glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul1-3/+26
2003-12-12fix visinfo typoBrian Paul1-1/+1
2003-12-12check for null dpy in Fake_glXGetConfig()Brian Paul1-0/+3
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul1-0/+10
2003-05-27Version defines. include "version.h" in a few files.Brian Paul1-3/+2
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul1-2/+2