summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-23radv: Fix mipmap views on GFX10+John Brooks4-20/+128
2022-08-23radv: Fix corrupted mipmap copies on GFX9+John Brooks3-0/+119
2022-08-23radv: Only apply mipmap view adjustments to block compressed imagesJohn Brooks1-1/+2
2022-08-23vulkan: Introduce vk_format_is_block_compressed functionJohn Brooks1-0/+6
2022-08-23radv: Add get_addrlib function to radv_radeon_winsysJohn Brooks2-0/+10
2022-08-23anv: convert assert into unreachable to avoid fallthrough errorEric Engestrom1-1/+1
2022-08-23nvc0: limit max global and alloc sizeKarol Herbst1-2/+3
2022-08-23nv50/nir: A group barrier is CTA-level not global-levelPierre Moreau1-1/+1
2022-08-23nv50/ir: Avoid generating splits of splitsPierre Moreau1-0/+8
2022-08-23nv50/ra: Fix the offset computation for compoundsPierre Moreau1-1/+3
2022-08-23nv50/peephole: Disallow combining sub 4-byte ld/st for nowPierre Moreau1-0/+6
2022-08-23nv50/ir: Handle non-32-bit values when cst folding SPLITPierre Moreau1-1/+2
2022-08-23nv50: Mark RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY as unsupportedPierre Moreau1-0/+1
2022-08-23nv50: Disallow allocating more than VRAM sizePierre Moreau1-1/+1
2022-08-23nv50: Report actual VRAM sizePierre Moreau2-1/+22
2022-08-23nv50: Rename interps to fixupsPierre Moreau2-5/+5
2022-08-23nv50: Rename fixups to relocsPierre Moreau2-5/+5
2022-08-23nv50,nvc0: Do not resize global residents if unnecessaryPierre Moreau2-2/+2
2022-08-23radv: Don't assume layout == stencilLayout for stencil-onlyJason Ekstrand1-5/+9
2022-08-23radv: Add a image_transition helper for separate depth/stencil layoutsJason Ekstrand1-29/+34
2022-08-23radv/meta: Drop redundant depth_view_can_fast_clearJason Ekstrand1-32/+11
2022-08-23radv: Drop set/restore_subpassJason Ekstrand2-21/+2
2022-08-23radv/meta: Use Begin/EndRendering for clearsJason Ekstrand1-44/+53
2022-08-23radv/meta: s/dest/dst/ in a few functionsJason Ekstrand1-23/+23
2022-08-23radv/meta: Use Begin/EndRendering for resolvesJason Ekstrand2-28/+85
2022-08-23radv/meta: Drop subpass_att from radv_fast_clear_colorJason Ekstrand1-6/+5
2022-08-23radv/meta: Fix a stack use-after-free with sample locationsJason Ekstrand1-1/+3
2022-08-23radv/meta: Respect render area for MSAA resolvesJason Ekstrand3-30/+21
2022-08-23radv: Use VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT for render loopsJason Ekstrand11-153/+93
2022-08-23radv: Use both aspects for depth/stencil blit destinationsJason Ekstrand2-33/+44
2022-08-23vulkan,anv,dozen: Use VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXTJason Ekstrand5-46/+25
2022-08-23radeonsi/vcn: add AUD syntax to h264 encodingRuijing Dong1-6/+12
2022-08-23radeonsi/vcn: remove rate control double begin IBsRuijing Dong1-8/+12
2022-08-23radeonsi/vcn: support VBAQ modesRuijing Dong2-2/+2
2022-08-23radeonsi/vcn: support encoding preset modesRuijing Dong2-6/+28
2022-08-23radeonsi/vcn: dpb change for supporting pre-encodingRuijing Dong6-252/+249
2022-08-23radeonsi/vcn: add enc quality bits interfaceRuijing Dong2-0/+34
2022-08-23frontends/va: improve enc quality interface changeRuijing Dong10-0/+145
2022-08-23ci: Remove -Wno-error=deprecated-declarations cpp option from debian-clangYonggang Luo1-1/+0
2022-08-23osmesa: Fixes [-Wdeprecated-declarations] in test-render.cppYonggang Luo1-1/+1
2022-08-23virgl: Fixes [-Wdeprecated-declarations] in virgl_staging_mgr_test.cppYonggang Luo1-4/+6
2022-08-23intel/compiler: Fixes [-Wdeprecated-declarations] in test_eu_validate.cppYonggang Luo1-3/+5
2022-08-23intel/compiler: Fixes [-Wdeprecated-declarations] in test_eu_compact.cppYonggang Luo1-2/+2
2022-08-23glsl: Fixes [-Wdeprecated-declarations] in list_iterators.cppYonggang Luo1-2/+2
2022-08-23util: Fix [-Wdeprecated-declarations] in mesa-sha1_test.cppYonggang Luo1-2/+5
2022-08-23nir: Fixes [-Wdeprecated-declarations] in serialize_tests.cppYonggang Luo1-2/+2
2022-08-23intel/compiler: Get URB handle in emit_task/mesh_intrinsic functionsCaio Oliveira2-34/+32
2022-08-23intel/compiler: Call get_mesh_urb_handle one level up in call-stackCaio Oliveira1-36/+33
2022-08-23amd/compiler: Fixes warning [-Wunused-variable] in test_optimizer_postRA.cppYonggang Luo1-1/+0
2022-08-23amd/compiler: Fixes warning [-Wunused-variable] in test_to_hw_instr.cppYonggang Luo1-1/+0