summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-011-1/+1
* xlib: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* xlib: include stdio.hBrian Paul2015-03-051-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-2/+1
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-10/+10
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-2/+1
* xlib: simplify context handlingBrian Paul2014-03-031-108/+26
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-1/+4
* glx: Changes to visual configs initialization.Tomasz Lis2013-07-181-1/+6
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* xlib: add null ctx check in glXDestroyContext()Brian Paul2013-05-241-10/+12
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* 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