summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-3/+4
* xlib: remove unused Fake_glXGetAGPOffsetMESA() functionBrian Paul2018-08-081-10/+0
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-121-15/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-121-25/+0
* xlib: call _mesa_warning() instead of fprintf()Brian Paul2017-12-121-1/+2
* xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov2017-12-011-13/+0
* xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov2017-12-011-3/+0
* xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov2017-12-011-26/+0
* xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-131-6/+0
* xlib: remove MESA_GLX_VISUAL_HACKJohn Sheu2016-04-151-23/+19
* xlib: fix leaks of returned values from XGetVisualInfoJohn Sheu2016-04-151-8/+21
* xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2016-04-151-38/+24
* xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu2016-04-151-18/+8
* xlib: fix memory leak on Display closeJohn Sheu2016-04-121-1/+1
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-291-0/+52
* 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