platform/upstream/mesa.git
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
2021-08-27 Erik Faye-Lundzink: return false on failure
2021-08-27 Erik Faye-Lundzink: pctx can't be null here
2021-08-27 Erik Faye-Lundzink: do not dereference null-pointer
2021-08-27 Erik Faye-Lundzink: do not try to dereference null-key
2021-08-27 Erik Faye-Lundzink: avoid overflow when calculating size
2021-08-27 Erik Faye-Lundzink: initialize pQueueFamilyIndices
2021-08-27 Erik Faye-Lundzink: do not warn about rare features until used
2021-08-27 Erik Faye-LundRevert "zink: always init bordercolor value for sampler"
2021-08-27 Lepton Wui965: Enable RGBX8888_SRGB format.
2021-08-27 Timur Kristófaco: Consider maximum number of workgroups per CU/WGP...
2021-08-27 Timur Kristófaco: Consider LDS usage by PS inputs in MaxWaves calcul...
2021-08-27 Mike Blumenkrantzzink: remove extra program ref from cached descriptor...
2021-08-27 Mike Blumenkrantzzink: avoid pulling in unused push descriptors for...
2021-08-27 Tomeu Vizosoiris/ci: Correctly set freq governors to max
2021-08-27 Tomeu Vizosofreedreno/ci: Correctly set freq governors to max
2021-08-27 Boris Brezillonpanvk: Fix panvk_copy_fb_desc()
2021-08-27 Boris Brezillonpanvk: Make the per-arch static lib depend on panvk_ent...
2021-08-27 Mike Blumenkrantzzink: more effectively utilize batch_usage for query...
2021-08-27 Mike Blumenkrantzzink: don't try to sync previous timestamp query qbo...
2021-08-27 Mike Blumenkrantzzink: move time query ending out to zink_end_query
2021-08-27 Mike Blumenkrantzzink: improve threadsafe qbo access
2021-08-27 Mike Blumenkrantzzink: make zink_gfx_pipeline_state::vertices_per_patch...
2021-08-27 Mike Blumenkrantzzink: repack zink_gfx_pipeline_state
2021-08-27 Mike Blumenkrantzzink: convert rasterizer pipeline components to bitfield
2021-08-27 Mike Blumenkrantzzink: steal a bit from rast_samples in pipeline state
2021-08-27 Mike Blumenkrantzzink: add clip_halfz to rasterizer hw state
2021-08-27 Mike Blumenkrantzzink: repack zink_rasterizer_hw_state
2021-08-27 Mike Blumenkrantzzink: zero viewport and scissor count in pipeline with...
2021-08-27 Mike Blumenkrantzzink: move viewport count into dynamic state1 part...
2021-08-27 Mike Blumenkrantzzink: move dynamic state1 pipeline members into substruct
2021-08-27 Boris Brezillonpanfrost: v7 does not support RGB32_UNORM textures
2021-08-27 Yevhenii Kharchenkoiris: fix layer calculation for TEXTURE_3D ReadPixels...
next