summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-03isl: Enable HDC:L1 caches via MOCS in various cases for all Gfx12.0dg1-hdc-l1Jordan Justen1-4/+4
2022-01-03r300: Remove broken optimization in rc_transform_KILLPavel Ondračka1-21/+0
2022-01-03ci: debian-clang: drop -Wno-error=absolute-valueThomas H.P. Andersen1-1/+0
2022-01-03broadcom/compiler: fix compile warning -Wabsolute-valueThomas H.P. Andersen1-1/+1
2022-01-03xa: fix compile warning for -Wabsolute-valueThomas H.P. Andersen1-2/+2
2022-01-03util/u_trace: protect against reentrant callsLionel Landwerlin1-4/+3
2022-01-03driconf: enable glthread for Minecraft-FTB, Stellaris, BattletechMarek Olšák1-0/+11
2022-01-03nouveau/nir: Lower 64-bit phisM Henning1-0/+1
2022-01-03radeonsi: add a debug option that disables DCC for all exported buffersMarek Olšák3-1/+4
2022-01-03zink: malloc/sizeof mismatchThomas H.P. Andersen1-1/+1
2022-01-03ci: debian-clang: -Wno-error for sometimes-uninitializedThomas H.P. Andersen1-1/+0
2022-01-03r600/sb: silence a sometimes-uninitialized warningThomas H.P. Andersen1-1/+1
2022-01-03mesa/vbo: be more comprehensive for degenerate primitive conversion in dlistsMike Blumenkrantz1-7/+7
2022-01-02pan/bi: Fix load_const of 1-bit booleansAlyssa Rosenzweig2-5/+22
2022-01-02anv: enable adaptive sync for ANVUday Kiran Pichika1-0/+1
2022-01-02iris: enable adaptive sync for IRISUday Kiran Pichika1-0/+1
2022-01-02pan/bi: Use fused dual source blendingAlyssa Rosenzweig6-26/+27
2022-01-02pan/bi: Allow an extra staging sourceAlyssa Rosenzweig2-6/+6
2022-01-02pan/bi: Use is_staging_src helperAlyssa Rosenzweig4-5/+11
2022-01-02panfrost: Remove pan_nir_reorder_writeoutAlyssa Rosenzweig4-49/+0
2022-01-02panfrost: Combine dual source blendsAlyssa Rosenzweig4-28/+33
2022-01-02nir: Extend store_combined_output_panAlyssa Rosenzweig2-1/+2
2022-01-02panfrost: Simplify blend lowering passAlyssa Rosenzweig1-89/+79
2022-01-02nir: Eliminate store_combined_output_pan BASEAlyssa Rosenzweig2-8/+1
2022-01-02pan/mdg: Don't read base for combined storesAlyssa Rosenzweig1-33/+36
2022-01-02pan/bi: Don't read base for combined storesAlyssa Rosenzweig1-9/+12
2021-12-31aco: lower masked swizzle to DPP8Tatsuyuki Ishi1-1/+7
2021-12-31aco: support DPP8Tatsuyuki Ishi12-97/+202
2021-12-31gallium/aux: Move index offsetting from prim restart to primconvertJesse Natalie3-19/+3
2021-12-31radv: Remove dependencies on vk_common entrypoints.Bas Nieuwenhuizen2-13/+13
2021-12-31radv: Rename submit2->submit.Bas Nieuwenhuizen3-31/+31
2021-12-31radv: Remove syncobj reset mechanism.Bas Nieuwenhuizen3-141/+9
2021-12-31radv: Delete lots of sync code.Bas Nieuwenhuizen7-1907/+33
2021-12-31radv: Add new submission path for use by the common sync framework.Bas Nieuwenhuizen1-10/+116
2021-12-31radv: Add new cs_submit2 winsys call.Bas Nieuwenhuizen2-0/+87
2021-12-31radv: Use vk_command_buffer for preambles.Bas Nieuwenhuizen1-5/+5
2021-12-31radv: Set horizontal sync types.Bas Nieuwenhuizen6-0/+47
2021-12-31radv: Add function to allow WSI signalling fences/semaphores.Bas Nieuwenhuizen1-0/+12
2021-12-31radv: Initialize vk device drm fd.Bas Nieuwenhuizen4-0/+18
2021-12-31meson: Bump libdrm_amdgpu version req to 2.4.109.Bas Nieuwenhuizen1-1/+1
2021-12-31radv: Use vulkan runtime for device lost.Bas Nieuwenhuizen3-44/+14
2021-12-31radv: Use dispatch table for wsi_display.cBas Nieuwenhuizen1-34/+38
2021-12-31radv: Use dispatch table for QueueWaitIdle in the SQTT layer.Bas Nieuwenhuizen1-1/+1
2021-12-31vulkan/runtime: Add sparse bind support.Bas Nieuwenhuizen2-3/+187
2021-12-31vulkan/runtime: Refactor queue submit to take an argument struct.Bas Nieuwenhuizen1-25/+48
2021-12-31aco: don't split VOP3P definitionsDaniel Schürmann1-4/+0
2021-12-31aco: use p_create_vector(v2b,v2b) in get_alu_src_vop3p()Daniel Schürmann1-1/+10
2021-12-31aco: use explicit zero-padding for 64bit image loads in expand_vector()Daniel Schürmann1-7/+15
2021-12-31aco/optimizer: apply extract from subdword p_split_vectorDaniel Schürmann1-0/+9
2021-12-31aco/optimizer: optimize extract(extract())Daniel Schürmann1-3/+37