platform/upstream/mesa.git
2023-04-05 Lionel Landwerlinintel/fs: copy instruction sources in logical send...
2023-04-05 Lionel Landwerlinintel/fs: UNDEF fixup_nomask_control_flow temp register
2023-04-05 Lionel Landwerlinintel/fs: don't consider fixup_nomask_control_flow...
2023-04-05 Lionel Landwerlinintel/fs: run VGRF compaction just before max live...
2023-04-05 Marcin Ślusarzanv: ignore structure types handled in vk_device_memory...
2023-04-05 Eric Engestrombroadcom/ci: run gl jobs on arm64, just like vk
2023-04-05 Gert Wollnyr600/sfn: fix container allocators
2023-04-05 Samuel Pitoisetradv: fix VS prologs with GPL and static binding stride
2023-04-05 Iago Toral... v3d,v3dv: stop trying to force 16-bit TMU output for...
2023-04-05 Iago Toral... vulkan/wsi/display: set pDisplay to NULL on error
2023-04-05 Iago Toral... v3dv: always acquire display device before checking...
2023-04-05 Iago Toral... v3dv: drop unused parameter
2023-04-05 Brian Paulllvmpipe: clean-up llvmpipe_get_query_result()
2023-04-05 Brian Paulllvmpipe: s/unsigned/enum pipe_query_type/
2023-04-05 Brian Paulllvmpipe: s/tabs/spaces/
2023-04-05 Brian Paulllvmpipe: rename some vars related to occlusion query...
2023-04-05 Brian Paulllvmpipe: fix ps invocations query bug
2023-04-05 Felix DeGroodiris: report draw count for perfetto
2023-04-04 Erik Faye-Lundci: remove unused rules
2023-04-04 Erik Faye-Lundvirgl/ci: clean up manual rules for virgl
2023-04-04 Erik Faye-Lundci: move virgl-rules after intel-rules
2023-04-04 Mike Blumenkrantzzink: rework choose_pdev (again)
2023-04-04 Pedro J. EstébanezRevert "microsoft/compiler: Use SRVs for read-only...
2023-04-04 Pedro J. Estébanezspirv: Assume input attachments are read-only
2023-04-04 Pedro J. Estébanezspirv2dxil: Split read-only image as SRV logic into...
2023-04-04 Jesse Nataliedzn: Claim fillModeNonSolid
2023-04-04 Jesse Nataliedzn: Handle polygon point mode
2023-04-04 Jesse Nataliedzn: Add a helper to generate triangle->point GS
2023-04-04 Jesse Nataliespirv2dxil: Expose yz flip pass to external callers
2023-04-04 Jesse Natalied3d12: Move forward-front-face pass to common DXIL...
2023-04-04 Patrick Lerdar600: fix typo that could lead to a possible crash
2023-04-04 Eric Engestromvc4/ci: add arm64 failure to flakes as it works on...
2023-04-04 Sonny Jianggallium/pipe: change PIPE_DEFAULT_DECODER_FEEDBACK_TIME...
2023-04-04 Emma Anholtdocs: Claim less functionality for glsl_compiler.
2023-04-04 Emma Anholtci: Add missing dependency on doxygen sources for docs...
2023-04-04 Emma Anholtdocs: Update Vulkan renderpass docs for !22191
2023-04-04 Ryan Nephi915: hook new get_fd proc for drm winsys
2023-04-04 Ryan Nephvirgl: hook new get_fd proc for drm winsys
2023-04-04 Daniel Schürmannradv: update PS num_vgprs in case of epilogs rather...
2023-04-04 Daniel Schürmannaco: don't use shared VGPRs for shaders consisting...
2023-04-04 Daniel Schürmannaco/ra: adjust_max_used_regs() for fixed Operands
2023-04-04 Daniel Schürmannaco: split ps_epilog args before exporting them
2023-04-04 Sagar Ghugeanv: Drop dead code that sets the L3BypassDisable field
2023-04-04 Sagar Ghugeanv: Drop unused param from add_surface_reloc
2023-04-04 Emma Anholtci/zink: Disable godot-tps-gles3 on a630.
2023-04-04 Collabora's... Uprev Piglit to 2391a83d1639a7ab7bbea02853b922878687b0e5
2023-04-04 Samuel Pitoisetradv: enable shaders cache for libraries with GPL
2023-04-04 Samuel Pitoisetradv: ensure to retain NIR shaders for GPL libs found...
2023-04-04 Samuel Pitoisetradv: add VkGraphicsPipelineLibraryFlag to the graphics...
2023-04-04 Samuel Pitoisetradv: remove dead code in radv_pipeline_get_nir()
2023-04-04 Samuel Pitoisetradv: allow to create/insert PS epilogs from/to the...
2023-04-04 Samuel Pitoisetradv: rely on non-NULL binaries when inserting shaders...
2023-04-04 Samuel Pitoisetradv: only copy non-NULL shaders when loaded from the...
2023-04-04 Connor Abbottnir, spirv: Add support for VK_EXT_fragment_density_map
2023-04-04 Emma Anholtci/zink: Drop validation exception for leaks at device...
2023-04-04 Pierre-Eric... radeonsi: update test results
2023-04-04 Pierre-Eric... util/vbuf: fix index_bo leak
2023-04-04 Pierre-Eric... util/vbuf: clarify indirect draws handling
2023-04-04 Pierre-Eric... mesa: fix invalid index_bo refcounting
2023-04-04 Mike Blumenkrantzzink: be explicit about separate shader dsl indexing...
2023-04-04 Tapani Pällianv: check for MESA_SHADER_TESS_CTRL with get_tcs_prog_data
2023-04-04 Tapani Pällianv: take primitive ID override to account Wa_14015297576
2023-04-04 Mike Blumenkrantzzink: always store nir serialized
2023-04-04 Mike Blumenkrantzzink: store num_inlinable_uniforms separately for cs...
2023-04-04 Mike Blumenkrantzzink: move nir cloning out to callers of zink_shader_co...
2023-04-04 Mike Blumenkrantzzink: break out nir blob deserializing
2023-04-04 Mike Blumenkrantzzink: simplify assign_io() further
2023-04-04 Mike Blumenkrantzzink: store nir as serialized on zink_shader structs
2023-04-04 Mike Blumenkrantzzink: streamline nir cloning for assign_io
2023-04-04 Mike Blumenkrantzzink: directly return nir from zink_shader_tcs_create
2023-04-04 Mike Blumenkrantzzink: swap nir pointers when compiling compute shaders
2023-04-04 Mike Blumenkrantzzink: pass nir directly to zink_shader_tcs_create()
2023-04-04 Mike Blumenkrantzzink: simplify fbfetch output detection from fs
2023-04-04 Mike Blumenkrantzzink: use zink_shader::info instead of zink_shader...
2023-04-04 Mike Blumenkrantzzink: generate flat_flags during shader creation
2023-04-04 Mike Blumenkrantzzink: pass nir_shader to update_so_info()
2023-04-04 Mike Blumenkrantzzink: add and populate a shader_info struct to zink_shader
2023-04-04 Mike Blumenkrantzzink: delete shader reordering in assign_io()
2023-04-04 Alejandro Piñeirov3dv/pipeline: use pipeline depth bias enabled to fill...
2023-04-03 Lionel Landwerlinintel/perf: fix OA format selection on MTL
2023-04-03 Lionel Landwerlinintel/dev: set a default valid kmd_type
2023-04-03 Ian Romanickintel/fs: Rework the loop of opt_combine_constants...
2023-04-03 Ian Romanickintel/fs: Refactor part of opt_combine_constants to...
2023-04-03 Ian Romanickintel/fs: Output opt_combine_constants debug to stderr
2023-04-03 Iván Brianovulkan/wsi/display: do not dereference a NULL pointer
2023-04-03 Faith Ekstrandvulkan: Drop VkRenderingSelfDependencyInfoMESA
2023-04-03 Faith Ekstrandvulkan: Drop vk_render_pass_state::*self_dependenc*
2023-04-03 Faith Ekstrandhasvk/pipeline: Use feedback loop flags for self-depend...
2023-04-03 Faith Ekstrandanv/pipeline: Use feedback loop flags for self-dependencies
2023-04-03 Faith Ekstrandvulkan: Plumb rendering flags through vk_graphics_pipel...
2023-04-03 Connor Abbottvk/render_pass: Support VK_EXT_fragment_density_map
2023-04-03 Connor Abbotttu: Use vk_pipeline_get_renderpass_flags()
2023-04-03 Jason Ekstrandvulkan: Record pipeline flags in the render pass
2023-04-03 Samuel Pitoisetradv/ci: add one more flake
2023-04-03 Samuel Pitoisetzink/ci: remove primitive-id-no-gs-quads from the NAVI1...
2023-04-03 Rhys Perryradv/gfx11: improve RT scratch allocation
2023-04-03 Timur Kristófradv: Use linear_dispatch info in GFX11 task/mesh draw...
2023-04-03 Timur Kristófnir: Gather compile time constant task->mesh dispatch...
2023-04-03 Timur Kristófaco: Better phi lowering for merge block when else...
2023-04-03 Timur Kristófaco: Call dominator_tree before lower_phis.
next