platform/upstream/mesa.git
2020-11-13 Rhys Perrynir: allow reordering of loads from read-only modes
2020-11-13 Rhys Perrynir: add nir_var_mem_ubo to nir_var_read_only_modes
2020-11-13 Daniel Schürmannnir: add strength reduction pattern for imod/irem with...
2020-11-13 Mike Blumenkrantzzink: update shader modules in gfx program when flagged...
2020-11-13 Mike Blumenkrantzzink: put those shader keys to work fixing up fragment...
2020-11-13 Mike Blumenkrantzzink: fill in params for fs shader keys and flag shader...
2020-11-13 Mike Blumenkrantzzink: move shader key structs into their own header
2020-11-13 Mike Blumenkrantzzink: refcount the shader cache
2020-11-13 Mike Blumenkrantzzink: initial implementation of shader keys
2020-11-13 Boris Brezillonpan/bi: Add support for tex offsets
2020-11-13 Boris Brezillonpan/bi: Allow lane selections on component 4 and above
2020-11-13 Boris Brezillonpan/bi: Allow vec16 in bi_print_swizzle()
2020-11-13 Boris Brezillonpan/bi: Add support for derivative instructions
2020-11-13 Boris Brezillonpan/bi: Add support for the CLPER instructions
2020-11-13 Boris Brezillonpan/bi: Rename CLPER into CLPER_V7 and add CLPER_V6
2020-11-13 Boris Brezillonpan/bi: Expose FAU slots
2020-11-13 Boris Brezillonpan/bi: Store the architecture in the compiler context
2020-11-13 Boris Brezillonpanfrost: Get rid of the Pixel Format descriptor
2020-11-13 Boris Brezillonpanfrost: Fix panfrost_format_to_bifrost_blend()
2020-11-13 Boris Brezillonpan/bi: Force BLEND src0 to r0
2020-11-13 Boris Brezillonpan/bi: Extract shadowmap comparator
2020-11-13 Rhys Perryaco/tests: add some more clamp combining tests
2020-11-13 Rhys Perryaco/tests: expand optimize.const_comparison_ordering...
2020-11-13 Rhys Perryaco/tests: initialize debug function
2020-11-13 Rhys Perryaco: disallow various v_add_u32 opts if modifiers are...
2020-11-13 Rhys Perryaco: fix combine_constant_comparison_ordering() NaN...
2020-11-13 Rhys Perryaco: don't combine precise max(min()) to med3
2020-11-13 Pierre-Eric... radeonsi: remove AMD_DEBUG=zerovram flag
2020-11-13 Pierre-Eric... radeonsi: remove unused NO_RB_PLUS flag
2020-11-13 Simon Serradv: add img debug flag
2020-11-13 Simon Serradeonsi: use ac_surface_print_info in si_print_texture...
2020-11-13 Simon Seramd/common: introduce ac_surface_print_info
2020-11-13 Erik Faye-Lundmeson: verify that d3d12.h exists when building the...
2020-11-13 Erik Faye-Lundmicrosoft/compiler: correct typo
2020-11-13 Erik Faye-Lundmicrosoft/compiler: inline some struct-declarations
2020-11-13 Erik Faye-Lundmicrosoft/compiler: move c++ higher up
2020-11-13 Erik Faye-Lundmicrosoft/compiler: remove unused struct
2020-11-13 Samuel Pitoisetaco: optimize v_add(v_bcnt(a, 0), b) to v_bcnt(a, b)
2020-11-13 Martin Peresdriconf: remove the redundant glx-extension-disabling...
2020-11-13 Bas Nieuwenhuizenradeonsi: Add auxiliary plane support.
2020-11-13 Bas Nieuwenhuizenradeonsi: Do not try to disable displayable DCC with...
2020-11-13 Bas Nieuwenhuizenradeonsi: Do not disable DCC when we have it as a modifier.
2020-11-13 Bas Nieuwenhuizenradeonsi: Add modifier support.
2020-11-13 Bas Nieuwenhuizenradeonsi: Check pitch and offset for validity.
2020-11-13 Bas Nieuwenhuizenamd/common: Add modifier tests.
2020-11-13 Bas Nieuwenhuizenamd/common: Add support for modifiers.
2020-11-13 Bas Nieuwenhuizendrm-uapi: Add AMD modifiers.
2020-11-13 Bas Nieuwenhuizenradeonsi: Add displayable DCC flushing without explicit...
2020-11-13 Bas Nieuwenhuizenamd/addrlib: Use signed char for INT_8.
2020-11-13 Bas Nieuwenhuizenradv: Do the sample check for tiling earlier.
2020-11-12 Vinson Leeturnip: Fix file descriptor return.
2020-11-12 Marek Olšákradeonsi: enable GL_EXT_demote_to_helper_invocation
2020-11-12 Marek Olšákac/llvm: fix demote inside conditional branches
2020-11-12 Marek Olšáknir: optimize nir_lower_discard_to_demote to lower...
2020-11-12 Marek Olšáknir: gather shader_info::needs_all_helper_invocations
2020-11-12 Marek Olšáknir: rename needs_helper_invocations to needs_quad_help...
2020-11-12 Marek Olšáknir: optionally shuffle local invocation IDs for comput...
2020-11-12 Boyuan Zhangradeon: fix license in header
2020-11-12 Eric Anholtgallium/draw: Fix rasterizer_discard for wide points...
2020-11-12 Brendan Doughertymesa: Fix vertex_format_to_pipe_format index.
2020-11-12 Marcin Ślusarznir: handle float atomics in copy propagation pass
2020-11-12 Rob Clarkfreedreno/drm: Add some locking asserts
2020-11-12 Rhys Perryradv/winsys: set has_dedicated_vram in the null winsys
2020-11-12 Rob Clarknir: Fix nir_validate fail after nir_lower_tex
2020-11-12 Yuxuan ShuiAdd EGL xcb platform
2020-11-12 Alexander Kanavinanv: fix a build race between generating a header and...
2020-11-12 Erik Faye-Lundd3d12: fix code after simple-shader helper changes
2020-11-12 Michel Zouzink: fix build on windows
2020-11-12 Samuel Pitoisetaco: optimize v_add_u32(v_mul_lo_u16) -> v_mad_u32_u16
2020-11-12 Samuel Pitoisetaco: select v_mul_lo_u16 for 16-bit multiplications...
2020-11-12 Samuel Pitoisetaco: select v_mad_u32_u16 for 16-bit multiplications...
2020-11-12 Samuel Pitoisetaco: optimize v_mad_u32_u16 with acc=0 to v_mul_u32_u24
2020-11-12 Samuel Pitoisetaco: add a new Operand flag to indicate that is 16-bit
2020-11-12 Samuel Pitoisetaco: introduce a generic label for labelling instructions
2020-11-12 Erik Faye-Lundutil/u_process: implement util_get_process_name for...
2020-11-12 Christian Gmeinerci: sort packages installed via apt-get
2020-11-12 Iago Toral... v3dv: move authenticated display fd acquisition to...
2020-11-12 Iago Toral... v3dv: fix typo
2020-11-12 Samuel Pitoisetaco: combine more s_add+s_lshl to s_lshl<n>_add by...
2020-11-12 Samuel Pitoisetaco/tests: add some tests for combining s_add+s_lshl...
2020-11-12 Kenneth Graunkeprog_to_nir: Revert name initialization change
2020-11-12 Kenneth Graunkeintel/compiler: Fix passthrough TCS regressions from...
2020-11-11 Vinson Leemicrosoft/compiler: Add dxil_nir_lower_16bit_conv proto...
2020-11-11 Vinson Leeglsl: Fix typos in comments.
2020-11-11 Vinson Leeglsl: Initialize ir_variable member field data.is_xfb.
2020-11-11 Vinson Leedraw: Clean up single-use goto statements.
2020-11-11 Jason Ekstrandintel/fs: Fix use of undefined value in fixup_nomask_co...
2020-11-11 Eric Anholtci/db410c: Fix networking so we get artifacts from...
2020-11-11 Eric Anholtci: Re-enable the clip_three test on non-freedreno...
2020-11-11 Eric Anholtci: Bump deqp to current vulkan-cts-1.2.4
2020-11-11 Eric Anholtci/deqp: Allow specifying the caselist fraction separat...
2020-11-11 Eric Anholtci/freedreno: Group the short a630 dEQP runs into one...
2020-11-11 Eric Anholtci: Only install kernel modules for LAVA devices.
2020-11-11 Eric Anholtci: Move the rust cleanup in lava_build out of the...
2020-11-11 Eric Anholtnir/builder: Add a name format arg to nir_builder_init_...
2020-11-11 Eric Anholtnir/builder: Drop the mem_ctx arg from nir_builder_init...
2020-11-11 Eric Anholtintel: Drop the last uses of a mem_ctx in nir_builder_i...
2020-11-11 Eric Anholtnir/tests: Simplify the mem_ctx setup in our unit tests.
2020-11-11 Eric Anholtnir/builder_tests: Drop unused lin_ctx.
2020-11-11 Eric Anholtnir_builder: Return a new builder from nir_builder_init...
next