summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Fix scons buildMarek Olšák1-0/+1
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich1-0/+1
2018-03-30spirv: Fix building with SConsNeil Roberts1-0/+2
2018-03-12x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov3-34/+0
2018-03-12x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov3-57/+0
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák1-2/+2
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17mesa: remove unneeded #includes of main/compiler.hBrian Paul1-1/+0
2017-12-12xlib: call _mesa_warning() instead of fprintf()Brian Paul1-1/+2
2017-12-01xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov5-65/+0
2017-12-01xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov3-23/+0
2017-12-01xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov3-68/+0
2017-11-16mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov1-0/+1
2017-11-10meson: add support for xlib glxDylan Baker1-0/+39
2017-06-27mesa: add missing includeEric Engestrom1-0/+1
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+3
2017-06-09mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri1-1/+0
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri2-6/+3
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-06-02xlib: fix glXGetCurrentDisplay() failureBrian Paul4-5/+18
2017-06-01automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca1-0/+1
2017-05-04drivers/x11: remove unneeded GLX_SHARED_GLAPI defineEmil Velikov1-2/+0
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-4/+4
2017-04-10x11: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-4/+4
2017-02-13xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2-26/+0
2017-01-13xlib: Unify the style of function pointer calls in structsBoyan Ding1-74/+74
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-04-15xlib: remove MESA_GLX_VISUAL_HACKJohn Sheu1-23/+19
2016-04-15xlib: fix leaks of returned values from XGetVisualInfoJohn Sheu1-8/+21
2016-04-15xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2-39/+24
2016-04-15xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu1-18/+8
2016-04-13scons: Allow building with Address Sanitizer.Jose Fonseca1-2/+6
2016-04-12xlib: fix memory leak on Display closeJohn Sheu2-1/+2
2016-03-29xlib: add support for GLX_ARB_create_contextBrian Paul3-0/+77
2016-03-09xmesa: do not wrap header inclusion in extern "C"Emil Velikov1-4/+4
2016-01-26nir: move shader_enums.[ch] to compilerEmil Velikov1-0/+1
2015-11-29drivers/x11: scons: partially revert b9b40ef9b76Emil Velikov1-2/+0
2015-10-19scons: Build nir/glsl_types.cpp once.Jose Fonseca1-1/+0
2015-10-16nir: remove dependency on glslRob Clark1-0/+3
2015-06-23drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov1-2/+0
2015-06-23drivers/x11: fix the build against shared_glapiEmil Velikov1-0/+7
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-1/+1
2015-03-11xlib: use strdup() instead of _mesa_strdup()Brian Paul1-1/+2
2015-03-05xlib: include stdio.hBrian Paul4-1/+4
2015-02-26mesa: don't include math.h in compiler.hBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner3-14/+14
2015-02-20drivers/x11: add gallium include dirs to Makefile.amBrian Paul1-0/+2
2014-12-12drivers/x11: Add headers to distribution.Matt Turner1-0/+2
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2