summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* Remove OpenVMS supportMatt Turner2012-11-161-4/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-4/+4
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-9/+9
* xlib: silence unused var warningBrian Paul2012-02-271-0/+1
* xlib: remove STENCIL_BITSBrian Paul2012-02-241-3/+3
* xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-3/+3
* xlib: call register_with_display() in Fake_glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* Remove remnants of legacy glide supportGuillem Jover2011-10-041-17/+0
* glx: add a few missing glXChooseFBConfig() attributesBrian Paul2011-07-111-0/+4
* xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner2011-02-221-4/+4
* xlib: silence unused var warningBrian Paul2010-10-251-0/+1
* mesa/xlib: Remove support for color-index renderingIan Romanick2010-03-031-242/+101
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-9/+9
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-6/+6
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* 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