nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / x11 /
2019-10-10 Eric EngestromGL: drop symbols mangling support
2019-09-16 Dylan Bakerscons: Make scons and meson agree about path to glapi...
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::rgbMode
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::have{Accum,Depth,Stencil...
2019-09-09 Adam Jacksonmesa: Remove unused gl_config::indexBits
2019-08-28 Jose Fonsecaglx: Fix incompatible function pointer types.
2019-08-22 Adam Jacksonglx: Sync <GL/glxext.h> with Khronos
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-04-24 Timothy Arcerist/mesa/radeonsi: fix race between destruction of types...
2019-04-15 Dylan BakerDelete autotools
2018-10-03 Emil Velikovmesa: fold _glapi_check_multithread() back into _mesa_m...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-08-08 Brian Paulxlib: remove unused Fake_glXGetAGPOffsetMESA() function
2018-07-28 Brian Paulxlib: fix build break from _swrast_map_soft_renderbuffe...
2018-07-27 Fritz Koenigmesa: GL_MESA_framebuffer_flip_y extension [v4]
2018-04-12 Marek OlšákFix scons build
2018-03-31 Mathias Fröhlichtnl: Push down the gl_vertex_array inputs into tnl...
2018-03-30 Neil Robertsspirv: Fix building with SCons
2018-03-12 Emil Velikovx11: remove empty GLX_SGIX_swap_group stubs
2018-03-12 Emil Velikovx11: remove empty GLX_SGIX_swap_barrier stubs
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2017-12-12 Brian Paulxlib: call _mesa_warning() instead of fprintf()
2017-12-01 Emil Velikovxlib: remove dummy GLX_MESA_set_3dfx_mode implementation
2017-12-01 Emil Velikovxlib: remove empty GLX_MESA_agp_offset stubs
2017-12-01 Emil Velikovxlib: remove empty GLX_NV_vertex_array_range stubs
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-10 Dylan Bakermeson: add support for xlib glx
2017-06-27 Eric Engestrommesa: add missing include
2017-06-21 Marek Olšákmesa: don't update draw buffer bounds in _mesa_update_state
2017-06-08 Timothy Arcerimesa: inline vbo_exec_invalidate_state() and call from...
2017-06-08 Timothy Arcerimesa: stop passing state bitfield to UpdateState()
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-02 Brian Paulxlib: fix glXGetCurrentDisplay() failure
2017-06-01 Jose Fonsecaautomake: Link all libGL.so variants with -Bsymbolic.
2017-05-04 Emil Velikovdrivers/x11: remove unneeded GLX_SHARED_GLAPI define
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-10 Timothy Arcerix11: take ownership rather than adding reference for...
2017-02-13 Emil Velikovxlib: remove always true ifdef GLX_EXTENSION guards
2017-01-13 Boyan Dingxlib: Unify the style of function pointer calls in...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 John Sheuxlib: remove MESA_GLX_VISUAL_HACK
2016-04-15 John Sheuxlib: fix leaks of returned values from XGetVisualInfo
2016-04-15 John Sheuxlib: fix memory leak of and remove vishandle from...
2016-04-15 John Sheuxlib: do not cache return value of glXChooseVisual...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecascons: Allow building with Address Sanitizer.
2016-04-12 John Sheuxlib: fix memory leak on Display close
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-30 Brian Paulxlib: add support for GLX_ARB_create_context
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Emil Velikovxmesa: do not wrap header inclusion in extern "C"
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-29 Emil Velikovdrivers/x11: scons: partially revert b9b40ef9b76
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jose Fonsecascons: Build nir/glsl_types.cpp once.
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Emil Velikovdrivers/x11: drop unneeded HAVE_X11_DRIVER check
2015-06-23 Emil Velikovdrivers/x11: fix the build against shared_glapi
2015-04-27 Zoë BladeFix a few typos
2015-04-01 Emil Velikovconfigure: nuke --with-max-{width,height}
2015-03-11 Brian Paulxlib: use strdup() instead of _mesa_strdup()
2015-03-05 Brian Paulxlib: include stdio.h
2015-02-26 Brian Paulmesa: don't include math.h in compiler.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-20 Brian Pauldrivers/x11: add gallium include dirs to Makefile.am
2014-12-12 Matt Turnerdrivers/x11: Add headers to distribution.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-04 Brian Paulxlib: s/INLINE/inline/
2014-08-04 Brian Paulxlib: fix missing mesautil build breakage
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-10 Brian Paulxlib: s/FREE/free/
2014-04-05 Jonathan Grayautomake: don't enable -Wl,--no-undefined on OpenBSD
2014-03-31 Emil Velikovautomake: ask the linker to do garbage collection
2014-03-31 Emil Velikovautomake: add -Wl,--no-undefined to all libraries
2014-03-31 Emil Velikovdrivers/x11: GL_LIB_DEPS is not a linker/libtool flag...
2014-03-11 Emil Velikovautomake: allow only shared builds
2014-03-11 Emil Velikovautomake: use install-lib-links.mk across all classic...
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-03-03 Brian Paulxlib: remove unneeded context tracking code
2014-03-03 Brian Paulxlib: simplify context handling
2014-03-03 Brian Paulxlib: remove unused realglx.[ch] files
2014-03-03 Brian Paulxlib: switch to c11 mutex functions
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Viewport
2013-07-21 José Fonsecascons: Don't use -z defs ld option on Mac.
next