aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* mesa: fold _glapi_check_multithread() back into _mesa_make_currentEmil Velikov2018-10-031-5/+0
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-074-12/+15
* xlib: remove unused Fake_glXGetAGPOffsetMESA() functionBrian Paul2018-08-081-10/+0
* xlib: fix build break from _swrast_map_soft_renderbuffer() callBrian Paul2018-07-271-1/+1
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-272-2/+4
* Fix scons buildMarek Olšák2018-04-121-0/+1
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-0/+1
* spirv: Fix building with SConsNeil Roberts2018-03-301-0/+2
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-123-34/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-123-57/+0
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-041-2/+2
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+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-015-65/+0
* xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov2017-12-013-23/+0
* xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov2017-12-013-68/+0
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* meson: add support for xlib glxDylan Baker2017-11-101-0/+39
* mesa: add missing includeEric Engestrom2017-06-271-0/+1
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-221-0/+3
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-092-6/+3
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* xlib: fix glXGetCurrentDisplay() failureBrian Paul2017-06-024-5/+18
* automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca2017-06-011-0/+1
* drivers/x11: remove unneeded GLX_SHARED_GLAPI defineEmil Velikov2017-05-041-2/+0
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-4/+4
* x11: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+4
* xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-132-26/+0
* xlib: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-74/+74
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* 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-152-39/+24
* xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu2016-04-151-18/+8
* scons: Allow building with Address Sanitizer.Jose Fonseca2016-04-131-2/+6
* xlib: fix memory leak on Display closeJohn Sheu2016-04-122-1/+2
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-293-0/+77
* xmesa: do not wrap header inclusion in extern "C"Emil Velikov2016-03-091-4/+4
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-0/+1
* drivers/x11: scons: partially revert b9b40ef9b76Emil Velikov2015-11-291-2/+0
* scons: Build nir/glsl_types.cpp once.Jose Fonseca2015-10-191-1/+0
* nir: remove dependency on glslRob Clark2015-10-161-0/+3
* drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov2015-06-231-2/+0
* drivers/x11: fix the build against shared_glapiEmil Velikov2015-06-231-0/+7
* Fix a few typosZoë Blade2015-04-271-1/+1
* 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-054-1/+4