aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
* mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-071-12/+25
* mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
* xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul2009-10-021-2/+2
* mesa/xlib: fix GLX_RENDER_TYPE queryBrian Paul2009-09-291-2/+2
* mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul2009-06-171-1/+1
* mesa: make Xlib glXIsDirect() always return TrueBrian Paul2009-02-041-3/+3
* xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul2009-02-031-20/+25
* xmesa: deprecate the "XMesa" interfaceBrian Paul2009-01-101-1/+0
* mesa: prefix more #includes with "main/"Brian Paul2008-09-181-6/+6
* allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul2008-05-271-4/+5
* fix GLX_STEREO handling (bug 11705)Brian2007-07-231-1/+6
* return True for GLX_Y_INVERTED_EXT queryBrian2007-05-211-1/+1
* Implement GLX_EXT_texture_from_pixmap.Brian2007-05-191-9/+177
* xmesa: spilt FX code to separate functions.George Sapountzis2007-04-201-4/+14
* Revert "xmesa: drop glide (FX) backend."George Sapountzis2007-04-201-3/+10
* xmesa: drop glide (FX) backend.George Sapountzis2007-04-191-10/+3
* fix a memleak in DestroyContext()Brian Paul2006-09-201-5/+6
* check if ext->name is null before strcmp()Brian Paul2006-08-311-1/+1
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-301-1/+83
* Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, butBrian Paul2006-06-131-6/+13
* added Flush in glXCopyContext()Brian Paul2006-03-011-1/+4
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-1/+1
* MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul2005-11-041-2/+19
* Remove ACCUM_BITS.Brian Paul2005-09-211-8/+15
* remove 31-bit Z buffer work-aroundBrian Paul2005-09-201-2/+2
* fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul2005-08-251-1/+4
* added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul2005-08-221-2/+14
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-7/+0
* ----------------------------------------------------------------------Jouk Jansen2005-07-221-0/+3
* need parenthesis in realloc callBrian Paul2005-06-261-1/+1
* Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane2005-05-131-7/+5
* remove some test codeBrian Paul2005-05-051-5/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-15/+17
* Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul2005-04-061-22/+29
* minor changes to aid debugging, and a new commentBrian Paul2005-02-231-3/+11
* In choose_visual() we need to know if we're being called fromBrian Paul2005-01-061-12/+38
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-271-6/+6
* new GetOverlayInfo() function to reduce code and silence warningsBrian Paul2004-11-271-87/+58
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-251-29/+1
* just some comments and formatting changesBrian Paul2004-09-231-32/+36
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-231-5/+26
* added support for MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-231-0/+4
* check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376)Brian Paul2004-05-291-2/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-7/+16
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-10/+0
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-7/+7
* implement Fake_glXCreateWindow() to fix bug #890894Brian Paul2004-02-081-2/+9
* fix glXChooseFBConfig bug 890167Brian Paul2004-02-041-4/+5
* glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul2004-02-021-3/+26