summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/fakeglx.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-1/+4
2013-07-18glx: Changes to visual configs initialization.Tomasz Lis1-1/+6
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-24xlib: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-21xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-01-04xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul1-0/+14
2012-11-16Remove OpenVMS supportMatt Turner1-4/+0
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-4/+4
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-9/+9
2012-02-27xlib: silence unused var warningBrian Paul1-0/+1
2012-02-24xlib: remove STENCIL_BITSBrian Paul1-3/+3
2012-02-24xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-3/+3
2012-01-11xlib: call register_with_display() in Fake_glXChooseFBConfig()Brian Paul1-0/+3
2011-10-04Remove remnants of legacy glide supportGuillem Jover1-17/+0
2011-07-11glx: add a few missing glXChooseFBConfig() attributesBrian Paul1-0/+4
2011-02-22xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner1-4/+4
2010-10-25xlib: silence unused var warningBrian Paul1-0/+1
2010-03-03mesa/xlib: Remove support for color-index renderingIan Romanick1-242/+101
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-5/+5
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-9/+9
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke1-6/+6
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke1-1/+1
2009-10-07mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul1-4/+6
2009-10-07mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul1-12/+25
2009-10-07mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul1-3/+5
2009-10-02xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul1-2/+2
2009-09-29mesa/xlib: fix GLX_RENDER_TYPE queryBrian Paul1-2/+2
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