platform/upstream/mesa.git
2021-08-31 Ian Romanickanv: Enable KHR_shader_integer_dot_product
2021-08-31 Mike Blumenkrantzzink: ci updates
2021-08-31 Mike Blumenkrantzdocs: mark off ES 3.2 for zink
2021-08-31 Mike Blumenkrantzzink: enable fbfetch pipe cap
2021-08-31 Mike Blumenkrantzzink: add a renderpass flag for input attachment layout...
2021-08-31 Mike Blumenkrantzzink: update push descriptor set anytime fbfetch changes
2021-08-31 Mike Blumenkrantzzink: add an input attachment to the gfx push set layou...
2021-08-31 Mike Blumenkrantzzink: fix lazy descriptor deinit
2021-08-31 Mike Blumenkrantzzink: add an input attachment to the gfx push set layou...
2021-08-31 Mike Blumenkrantzzink: flag color attachment images as input attachments...
2021-08-31 Mike Blumenkrantzzink: track fbfetch info on context, update as needed
2021-08-31 Mike Blumenkrantzzink: refactor descriptor layout/template creation...
2021-08-31 Mike Blumenkrantzzink: add a compiler pass to translate fbfetch -> input...
2021-08-31 Mike Blumenkrantzzink: emit fbfetch variables as ntv input attachments
2021-08-31 Mike Blumenkrantzzink: add input attachment thingy for spirv builder
2021-08-31 Mike Blumenkrantzzink: move alphaToOne warning to a dynamic warning
2021-08-31 Emma Anholtci/llvmpipe: Add a fractional ASan run.
2021-08-31 Marek Olšákmesa: add environment variable MESA_NO_SHADER_REPLACEMENT
2021-08-31 Marek Olšákmeson: add missing custom target to generate shader_rep...
2021-08-31 Italo Nicolavirgl/ci: enable some traces that were previously crashing
2021-08-31 Italo Nicolavirgl/ci: stop overriding GL version when running traces
2021-08-31 Tomeu Vizosoci: Ensure the DRM device is open
2021-08-31 Rhys Perryaco: remove DPP when applying constants/literals/sgprs
2021-08-31 Rhys Perryaco/tests: test copy propagation with DPP instructions
2021-08-31 Rhys Perryaco: don't constant propagate to DPP instructions
2021-08-31 Leo Liuradeon/vcn: add a handling of error for incorrect refer...
2021-08-31 Leo Liuradeon/vcn: reuse the dpb buffers when with the same...
2021-08-31 liuyujungallium: fix surface->destroy use-after-free
2021-08-31 Lionel Landwerlinintel/fs: fix framebuffer reads
2021-08-31 Filip Gawinmeson: add crocus to default group of drivers for x86...
2021-08-31 Samuel Pitoisetradv/llvm: fix invalid IR when converting triangle...
2021-08-31 Samuel Pitoisetac/llvm: fix huge alignment when loading from shared...
2021-08-31 Samuel Pitoisetac/llvm: adjust assertion for nir_intrinsic_terminate
2021-08-31 Dave Airliemeson: fix regression finding shm dep
2021-08-31 Mike Blumenkrantzzink: explicitly end renderpass before running dispatch
2021-08-30 Rob Clarkfreedreno/ci: Bring fd farm back online after move
2021-08-30 Mike Blumenkrantzzink: use VK_WHOLE_SIZE for full-sized bufferviews
2021-08-30 Mike Blumenkrantzzink: free local shader nirs on program free
2021-08-30 Ian Romanickintel/fs: Remove type-based restriction for cmod propag...
2021-08-30 Ian Romanickintel/fs: Remove after parameter from test_saturate_prop
2021-08-30 Ian Romanickintel/fs: Remove condition-based restriction for cmod...
2021-08-30 Ian Romanickintel/fs: cmod propagate from MOV with any condition
2021-08-30 Ian Romanickintel/compiler: Move type_is_unsigned_int to brw_reg_type.h
2021-08-30 Ian Romanickintel/fs: Fix a cmod prop bug when the source type...
2021-08-30 Ian Romanickintel/fs: Add many cmod propagation tests involving...
2021-08-30 Ian Romanickintel/fs: Remove redundant inst->opcode checks in cmod...
2021-08-30 Ian Romanickintel/fs: Refactor some cmod propagation tests
2021-08-30 Mike Blumenkrantzradv: ignore dynamic line stipple if line stipple isn...
2021-08-30 Mike Blumenkrantzradv: use pool stride when copying single query results
2021-08-30 Samuel Pitoisetradv: advertise VK_EXT_primitive_topology_list_restart
2021-08-30 Samuel Pitoisetvulkan: Update the XML and headers to 1.2.190
2021-08-30 Neha Bhendesvga/drm: use pb_usage_flags instead of pipe_map_flags...
2021-08-30 Samuel Pitoisetradv: add support for clearing multi layers with normal...
2021-08-30 Rohan Gargci: Fix a minor issue in prepare-artifacts.sh script
2021-08-30 Rhys Perryaco: include utility in isel
2021-08-30 Timur Kristófnir: Fix local_invocation_index upper bound for non...
2021-08-30 Timur Kristófnir: Add unsigned upper bound for extract opcodes.
2021-08-30 Timur Kristófaco: Unset 16 and 24-bit flags from operands in apply_e...
2021-08-30 Mike Blumenkrantzzink: implement PIPE_RESOURCE_FLAG_DONT_MAP_DIRECTLY...
2021-08-30 Mike Blumenkrantzzink: determine whether the gpu has a resizable BAR...
2021-08-30 Tomeu Vizosopanvk/ci: Build-test panvk
2021-08-30 Samuel Pitoisetradv: do not allocate a clear value for images that...
2021-08-30 Samuel Pitoisetradv: do not load/store the clear value for comp-to...
2021-08-30 Samuel Pitoisetradv: disable DCC image stores on Navi12-14 for display...
2021-08-29 Dave Airlievulkan/wsi/sw: add mit-shm support for pixmap allocation
2021-08-29 Dave Airlievulkan/wsi/sw: add support for using host_ptr for shm...
2021-08-29 Dave Airlievulkan/wsi: add support for detecting mit-shm pixmaps.
2021-08-28 Rob Clarkfreedreno/ci: Take fd farm offline for moving day
2021-08-28 Rob Clarkfreedreno/ci: Add a status variable for CI farm
2021-08-28 Caio Marcelo... spirv: Implement non-Multiview parts of SPV_NV_mesh_shader
2021-08-28 Caio Marcelo... nir: Allow Task/Mesh to lower compute system values
2021-08-28 Caio Marcelo... nir: Don't lower Task/Mesh I/O to temporaries
2021-08-28 Caio Marcelo... nir/divergence_analysis: Handle Task/Mesh shaders
2021-08-28 Caio Marcelo... nir/lower_io: Identify Mesh output as arrayed
2021-08-28 Caio Marcelo... compiler: Add Task/Mesh to shader_info
2021-08-28 Caio Marcelo... compiler: Add new non-Multiview Task/Mesh builtins
2021-08-28 Caio Marcelo... nir: Add per-primitive I/O intrinsics
2021-08-28 Caio Marcelo... nir: Add a way to identify per-primitive variables
2021-08-28 Caio Marcelo... nir: Update documentation for location to mention Task...
2021-08-28 Jason Ekstrandisl/docs/tiling: Add Tile4 docs
2021-08-27 Timur Kristófaco: Emit zero for the derivatives of uniforms.
2021-08-27 Mike Blumenkrantzzink: only update inlinable constants when they change
2021-08-27 Daniel Schürmannaco/optimizer: combine v_pk_mul_u16 + v_pk_add_u16...
2021-08-27 Daniel Schürmannaco/optimizer: fuse v_mul_f64 + v_add_f64 -> v_fma_f64
2021-08-27 Daniel Schürmannaco/optimizer: combine v_mul_lo_u16 + v_add_u16 ->...
2021-08-27 Daniel Schürmannaco: refactor nir_op_imul selection
2021-08-27 Daniel Schürmannaco: only apply extract if not used more than 4 times
2021-08-27 Mike Blumenkrantzfreedreno: ci updates
2021-08-27 Mike Blumenkrantzfreedreno: remove primconvert
2021-08-27 Mike Blumenkrantzfreedreno: export supported primtypes
2021-08-27 Jeremy NewtonFix building AMD MM/GL with EL7
2021-08-27 Erik Faye-Lundzink: avoid generating nonsensical code
2021-08-27 Erik Faye-Lundzink: reduce scope of version-struct hack
2021-08-27 Erik Faye-Lundzink: clean up const-value handling for get_ssbo_size
2021-08-27 Erik Faye-Lundzink: remove incorrect ASSERTED macro
2021-08-27 Erik Faye-Lundzink: remove needless scope
2021-08-27 Erik Faye-Lundzink: give each major intrinsic it's own emit function
2021-08-27 Erik Faye-Lundzink: avoid checking if src is const twice
2021-08-27 Erik Faye-Lundzink: avoid memcmping null pointers
2021-08-27 Erik Faye-Lundzink: remove needless NULL-check
next