meson: Fix auto option for va
[mesa.git] / src /
2018-06-22 Samuel Pitoisetradv: always check the return error when submitting...
2018-06-22 Samuel Pitoisetradv: check the return values of radv_signal_fence()
2018-06-22 Samuel Pitoisetradv: change the returned error in radv_signal_fence()
2018-06-22 Jonathan Marekfreedreno: a2xx: fix clear color
2018-06-22 Jonathan Marekfreedreno: a2xx: fix crash when freeing context
2018-06-22 Jonathan Marekfreedreno: a2xx: fix crash on first clear
2018-06-22 Jonathan Marekfreedreno: add a20x
2018-06-22 Jonathan Marekfreedreno: a2xx: increase size of the offset field...
2018-06-21 Eric Anholtv3d: Don't forget to initialize the buffer offset of...
2018-06-21 Eric Anholtv3d, vc4: Disable valgrind checking of CLE inputs when...
2018-06-21 Marek Olšákmesa: fix glGetInteger64v for arrays of integers
2018-06-21 Marek Olšákac/surface: disallow rotated micro tile mode
2018-06-21 Marek Olšákradeonsi: fix occlusion queries with 16x AA without...
2018-06-21 Marek Olšákradeonsi: handle non-clearable DCC buffers as MSAA...
2018-06-21 Marek Olšákradeonsi: disable DCC MSAA for 128bpp formats on Stoney
2018-06-21 Rob Clarkmesa: fix GLES 3.1 version calculation
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2018-06-21 Rob Clarkfreedreno: update generated headers
2018-06-21 Rob Clarkfreedreno/ir3: txf_ms support
2018-06-21 Rob Clarkfreedreno/a5xx: fix gpu hangs with large compute shaders
2018-06-21 Rob Clarkfreedreno/ir3: fix base_vertex
2018-06-21 Eduardo Lima Mitevi965: Link uniforms of SPIR-V programs using the NIR...
2018-06-21 Neil Robertsi965: Setup glsl uniforms by index rather than name...
2018-06-21 Eduardo Lima Mitevi965: account for NIR uniforms without name
2018-06-21 Neil Robertsi965: Update TexturesUsed after linking the shaders
2018-06-21 Eduardo Lima Mitevi965: Build SPIR-V programs' resource list using NIR
2018-06-21 Eduardo Lima Mitevnir/linker: Add nir_build_program_resource_list()
2018-06-21 Alejandro Piñeirocompiler/link: move add_program_resource to linker_util
2018-06-21 Neil Robertsnir/linker: Set the uniform initial values
2018-06-21 Eduardo Lima Mitevnir/linker: Add gl_nir_link_uniforms()
2018-06-21 Alejandro Piñeirocompiler/link: add linker_util.h, move linker_error...
2018-06-21 Neil Robertsspirv: Set nir_variable->explicit_binding
2018-06-21 Neil Robertsspirv: Get rid of vtn_variable_mode_image/sampler
2018-06-21 Nicolai Hähnlespirv: translate default-block uniforms
2018-06-21 Eduardo Lima Mitevnir/types: Add a utility wrapper to glsl_type::sampler_...
2018-06-21 Eduardo Lima Mitevnir/types: Add a glsl_get_component_slots() utility
2018-06-21 Eduardo Lima Mitevnir/lower_samplers: Limit assert to GLSL shader programs
2018-06-21 Neil Robertsnir: Add explicit_binding to nir_variable
2018-06-21 Alejandro Piñeiromesa/main: add NULL name check when searching for a...
2018-06-21 Alejandro Piñeiroi965: use gl_shader_program_data::spirv
2018-06-21 Eduardo Lima Mitevmesa/main: Add a 'spirv' flag to gl_shader_program_data
2018-06-21 Emil Velikovglsl/tests/glcpp: reinstate "error out if no tests...
2018-06-21 Emil Velikovglsl/glcpp/tests: reinstate srcdir/abs_builddir blurb
2018-06-21 Emil Velikovglsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh
2018-06-21 Emil Velikovst/dri: constify dri_fill_st_visual's screen
2018-06-21 Emil Velikovmesa: remove struct gl_extensions::ATI_separate_stencil
2018-06-21 Juan A. Suarez Romeroswr: bump minimum supported LLVM version to 5.0
2018-06-21 Grazvydas Ignotasradeonsi: add a debug flag to zero vram allocations
2018-06-21 Grazvydas Ignotasradeonsi: use shifts for sign extension
2018-06-21 Samuel Pitoisetradv: set EVENT_WRITE_EOP.INT_SEL = wait for write...
2018-06-21 Samuel Pitoisetradv: use EOP_DATA_SEL_* instead of magic numbers
2018-06-21 Roland Scheideggerr600: fix copy/paste bug for sampleMaskIn workaround
2018-06-20 Eric Anholtv3d: Fix min vs mag determination when not doing mip...
2018-06-20 Keith Packardvulkan: EXT_acquire_xlib_display requires libXrandr...
2018-06-20 Eric Anholtv3d: Implement ALPHA_TO_COVERAGE.
2018-06-20 Eric Anholtv3d: Track write reference to the separate stencil...
2018-06-20 Eric Anholtv3d: Add missing reference to the separate stencil...
2018-06-20 Eric Anholtv3d: Fix return value from fence_finish.
2018-06-20 Christian Gmeinermesa/st: only do scalar lowerings if driver benefits
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-20 Keith Packardradv: Add VK_EXT_display_surface_counter to radv driver
2018-06-20 Keith Packardanv: Add VK_EXT_display_surface_counter to anv driver...
2018-06-20 Jason EkstrandVulkan/wsi: Implement VK_EXT_display_surface_counter
2018-06-20 Jason Ekstrandvulkan/wsi: Get rid of the get_capabilities hook
2018-06-20 Eric Engestromintel/aubinator: drop unused functions
2018-06-20 Samuel Pitoisetradv: always initialize the clear depth/stencil values...
2018-06-20 Samuel Pitoisetradv: always initialize the clear color values to 0
2018-06-20 Samuel Pitoisetradv: always initialize the DCC predicate to FALSE
2018-06-20 Samuel Pitoisetradv: do not use an user SGPR for the sample position...
2018-06-20 Samuel Pitoisetradv: don't store the number of samples as log2
2018-06-20 Gert Wollnygallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare...
2018-06-20 Gert Wollnygallium/aux/util/u_debug.h: Fix "noreturn" warnings...
2018-06-20 Gert Wollnygallium/aux/util: Fix some warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_ureg.c: remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_two_side.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_ureg.c: Fix various warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_text.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare...
2018-06-20 Gert Wollnygallium/aux/tgsi_lowering.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Remove now unused variable
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Remove unused parameters...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Fix various -Wsign-compare
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove paramater inst from...
2018-06-20 Gert Wollnygallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi/tgsi_parse.c: Fix two warnings
2018-06-20 Gert Wollnygallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/cso_cache: Fix various warnings
2018-06-20 Samuel Pitoisetradv: remove unnecessary code around CACHE_FLUSH_AND_IN...
2018-06-20 Bas Nieuwenhuizenradv: Fix flush_bits being used uninitialized.
2018-06-19 Keith Packardradv: Add EXT_acquire_xlib_display to radv driver [v2]
2018-06-19 Keith Packardanv: Add EXT_acquire_xlib_display to anv driver [v3]
2018-06-19 Keith Packardvulkan: Add EXT_acquire_xlib_display [v5]
2018-06-19 Keith Packardradv: Add EXT_direct_mode_display to radv driver
2018-06-19 Keith Packardanv: Add EXT_direct_mode_display to anv driver [v2]
2018-06-19 Keith Packardvulkan: Add EXT_direct_mode_display [v2]
next