platform/upstream/mesa.git
2022-07-10 Emma Anholtvc4: Add notes on the remaining dEQP failures.
2022-07-10 Emma Anholtvc4: Move previous existing 3D xfails up to the group...
2022-07-10 Emma Anholtvc4: Disable OES_texture_3D being exposed.
2022-07-10 Emma Anholtmesa/st: Disable OES_texture_3D for PIPE_CAP_MAX_TEXTUR...
2022-07-10 Marek Olšákutil: remove now unused debug_assert
2022-07-10 Marek OlšákChange all debug_assert calls to assert
2022-07-10 Marek Olšákutil: remove our redefinition of assert
2022-07-10 David Heidelbergci: add script for manage Mesa CI
2022-07-09 Marek Vasutdri: Check buffer height and avoid overflow
2022-07-09 Marek Olšákradeonsi: fix random PS wave size
2022-07-09 Marek Olšákac/surface: expose all 64K_R_X and 256K_R_X modifiers...
2022-07-09 Marek Olšákamd: update addrlib - trivial changes
2022-07-09 Jesse NatalieCI: Add dzn to debian vulkan/clang/release builds
2022-07-09 Jesse Nataliedzn: Use fabs on floating point input
2022-07-09 Jesse Nataliedzn: Re-order dzn_physical_device_desc so = { 0 } doesn...
2022-07-09 Jesse Nataliedzn: Fix comparison order for format enums
2022-07-09 Jesse Nataliedzn: Disable Wunused-value for C++ files
2022-07-09 Jesse Nataliedzn: Only add Werror flags that the compiler supports
2022-07-09 Jesse Nataliedzn: Re-order includes in dzn_nir to prevent TRUE redef...
2022-07-09 Bas Nieuwenhuizenradv: Expose VK_KHR_performance_query.
2022-07-09 Bas Nieuwenhuizenradv: Implement listing performance counters.
2022-07-09 Bas Nieuwenhuizenradv: Implement support for querying performance counters.
2022-07-09 Bas Nieuwenhuizenradv: Add a list of performance counters.
2022-07-09 Bas Nieuwenhuizenradv: Add perf counter lock/unlock commandbuffers.
2022-07-09 Bas Nieuwenhuizenradv: Add helper BO for perf counters.
2022-07-09 Bas Nieuwenhuizenradv: Make inhibiting clockgating not static.
2022-07-09 Bas Nieuwenhuizenradv: Rename SPM functions.
2022-07-09 Bas Nieuwenhuizenradv: Add pstate locking for perfcounters.
2022-07-09 Bas Nieuwenhuizenradv: move ac_perfcounters to physical_device.
2022-07-09 Bas Nieuwenhuizenradv: Add performance counter reg write.
2022-07-09 David Heidelbergdocs: briefly document Gallium Nine
2022-07-09 Kenneth Graunkeintel/compiler: Don't set SBID on EOT send messages
2022-07-09 Lionel Landwerlinnir/serialize: restore ray query variables
2022-07-08 Emma Anholtci: Remove GIT_STRATEGY from .test-manual-mr.
2022-07-08 Emma Anholtci: Fix non-freedreno performance jobs running during...
2022-07-08 Emma Anholtci: Remove .build-rules from core test job definitions.
2022-07-08 Emma Anholtci: Drop .build-rules from container jobs.
2022-07-08 Emma Anholtci: Rename .ci-run-policy rules to .build-rules.
2022-07-08 Emma Anholtci: Make the retry policy default for all jobs.
2022-07-08 Jason Ekstrandanv: Implement VK_EXT_shader_module_identifier
2022-07-08 Jason Ekstrandintel,anv,iris,crocus: Drop subgroup size from the...
2022-07-08 Jason Ekstrandanv: Use vk_pipeline_shader_stage_is_null()
2022-07-08 Jason Ekstrandvulkan: Add a vk_pipeline_shader_stage_is_null() helper
2022-07-08 Jason Ekstrandanv: Use vk_pipeline_shader_stage_to_nir
2022-07-08 Jason Ekstrandanv: Put a VkPipelineShaderStageCreateInfo* in anv_pipe...
2022-07-08 Jason Ekstrandanv: Drop unnecessary parameters to anv_pipeline_compile_cs
2022-07-08 Jason Ekstrandmesa,glsl,ttn: Set subgroup_size to UNIFORM
2022-07-08 Jason Ekstrandspirv,vulkan: Set shader_info::subgroup_size
2022-07-08 Jason Ekstrandvulkan: Constify vk_spirv_version
2022-07-08 Jason Ekstrandvulkan: Re-order pipeline hashing
2022-07-08 Jason Ekstrandshader_info: Move subgroup_size out of cs and make...
2022-07-08 Tiago Koji... d3d12: add more formats to supported conversions
2022-07-08 Jason Ekstrandvulkan/wsi: Fix structure chaining in wsi_create_buffer...
2022-07-08 Jason Ekstrandvulkan/wsi/wayland: Only memcpy if the swapchain is...
2022-07-08 Alyssa Rosenzweigpanfrost/ci: Disable T760 jobs
2022-07-08 Rob Clarkfreedreno/a6xx: Do clip-plane lowering in backend
2022-07-08 Rob Clarkfreedreno/a6xx: Handle driver-params in GS/DS
2022-07-08 Rob Clarkfreedreno: rename ir3_emit_driver_params()
2022-07-08 Rob Clarkfreedreno/ir3: Fix GS clip-plane lowering
2022-07-08 Rob Clarkfreedreno/a6xx: Fix VS const packet size
2022-07-08 Rob Clarkfreedreno/a6xx: Fix indentation
2022-07-08 Rob Clarkfreedreno/ir3: Add more tess varying slots
2022-07-08 Rob Clarkfreedreno/ir3: Copy vars if needed on EndPrimitive()
2022-07-08 Rob Clarkfreedreno/ir3: Add copy_vars() helper
2022-07-08 Rob Clarkfreedreno/ir3: Don't lower_gs multiple times
2022-07-08 Rob Clarkturnip: assert valid vertex_flag reg
2022-07-08 Rob Clarkfreedreno/a6xx: assert valid vertex_flags reg
2022-07-08 Ian Romanickintel/fs: Remove non-_LOGICAL URB messages
2022-07-08 Ian Romanickintel/fs: Lower URB messages to SEND
2022-07-08 Ian Romanickintel/fs: Add _LOGICAL versions of URB messages
2022-07-08 Ian Romanickintel/compiler: Move logical-send lowering to a separat...
2022-07-08 Ian Romanickintel/eu: Validate some aspects of URB messages
2022-07-08 Ian Romanickintel/compiler: Rename vec4 state URB opcodes to have...
2022-07-08 Jesse Nataliedzn: Add for condition to break nested loop
2022-07-08 pal1000dzn: Fix incompatible pointer type error affecting...
2022-07-08 David Heidelbergci/traces: piglit, be more verbose
2022-07-08 Samuel Pitoisetradv/ci: enable fossils testing for GFX1100
2022-07-08 Rhys Perryaco: use scratch_* for VGPR spill/reload on GFX9+
2022-07-08 Rhys Perryaco: use scratch_* for scratch load/store on GFX9+
2022-07-08 Rhys Perryaco: initialize scratch base registers on GFX9-GFX10.3
2022-07-08 Rhys Perryaco: treat flat-like as vmem in some scheduling heuristics
2022-07-08 Rhys Perryaco: include scratch/global in VMEM WAW optimization
2022-07-08 Rhys Perryaco: avoid WAW hazard with BVH MIMG and other VMEM
2022-07-08 Rhys Perryaco: refactor VGPR spill/reload lowering
2022-07-08 Rhys Perryaco: handle subtractions in parse_base_offset
2022-07-08 Rhys Perryaco: combine additions and constants into scratch load...
2022-07-08 Rhys Perryaco: improve support for scratch_* instructions
2022-07-08 Rhys Perryaco: make FLAT_instruction::offset signed
2022-07-08 Rhys Perryaco: include flat-like in vmem clause statistics
2022-07-08 Rhys Perryaco: make flat access latency match mtbuf/mubuf/mimg
2022-07-08 Corentin Noëlvirgl: Only progagate the uniform numbers if the number...
2022-07-08 Guilherme Galloci/lava: Add canceled job status
2022-07-08 Guilherme Galloci/lava: Add `slow` pytest marker
2022-07-08 Guilherme Galloci/lava: Color red for fatal and yellow for warning
2022-07-08 Guilherme Galloci/lava: Make hung job status yellow
2022-07-08 Guilherme Galloci/lava: Detect R8152 issues preemptively and retry
2022-07-08 Guilherme Galloci/lava: Split lava_log into modules
2022-07-08 Mike Blumenkrantzzink: flush pending clears for fb texture barriers
2022-07-08 Samuel Pitoisetradv: fix dumping VS prologs assembly
2022-07-08 Tatsuyuki Ishiradv: Fix vkCmdCopyQueryResults -> vkCmdResetPool hazard.
next