summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-14anv: bump internal descriptor index fields to 32bits21.1-branchpointLionel Landwerlin1-6/+6
2021-04-14ac: add missing BUF_DATA_FORMAT_10_11_11 vertex format on GFX10+Samuel Pitoiset1-0/+3
2021-04-14ir3/sched: Don't schedule too many tex/SFU instructionsConnor Abbott1-14/+27
2021-04-14ir3/sched: Don't penalize uses of already-waited tex/SFUConnor Abbott1-4/+65
2021-04-14zink: verify that source-format support linear-filterErik Faye-Lund1-0/+5
2021-04-14zink: verify that src/dst support blittingErik Faye-Lund1-0/+12
2021-04-14radv/winsys: Remove use_local_bosBas Nieuwenhuizen3-3/+2
2021-04-14radv: Use VRAM cmdbuffers in more situations.Bas Nieuwenhuizen1-3/+5
2021-04-14radv: Refactor cs_domain to be a winsys function.Bas Nieuwenhuizen7-29/+38
2021-04-14zink: do not dereference NULL pointerErik Faye-Lund1-11/+13
2021-04-14aco: Add a simple heuristic to decide early or late primitive export.Timur Kristóf1-3/+2
2021-04-14aco: Emit fewer branches for NGG VS/TES with late primitive export.Timur Kristóf1-52/+14
2021-04-14aco: Set block_kind_export_end in create_vs/fs_exports.Timur Kristóf1-5/+4
2021-04-14aco: Extract ngg_nogs_export_prim_id to a separate function.Timur Kristóf1-25/+32
2021-04-14aco: Use s_setprio 3 at the beginning of every VS and TES.Timur Kristóf1-0/+4
2021-04-14aco: Remove useless s_setprio near gs_alloc_req.Timur Kristóf1-7/+0
2021-04-14zink: fall back from cached to non-cached memoryErik Faye-Lund1-0/+8
2021-04-14aco: Align NGG scratch size to 16 so a single ds_read can always read it.Timur Kristóf2-2/+3
2021-04-14aco: Optimize workgroup exclusive scan to better avoid bank conflicts.Timur Kristóf1-28/+42
2021-04-14panfrost: Fix pan_blitter_get_blit_shader()Boris Brezillon1-1/+1
2021-04-14zink: do not clear on cpuErik Faye-Lund2-2/+1
2021-04-14ci: Move docker images from Debian buster to bullseyeMichel Dänzer11-41/+77
2021-04-14ci: Bump LLVM/clang from 10 to 11Michel Dänzer1-1/+1
2021-04-14intel/blorp: Initialize texture_data[0]Michel Dänzer1-0/+1
2021-04-14r600/sb: Use assignments for resetting struct r600_sb::literalPierre-Eric Pelloux-Prayer1-1/+4
2021-04-14ci/v3dv: skip Vulkan waiver testsJuan A. Suarez Romero2-2/+4
2021-04-14radv: fix conditions for running nir_opt_vectorizeRhys Perry1-2/+3
2021-04-14tu: Expose VK_KHR_relaxed_block_layoutConnor Abbott1-0/+1
2021-04-14tu: Expose VK_KHR_spirv_1_4 and VK_EXT_scalar_block_layoutConnor Abbott3-1/+10
2021-04-14v3d: do not emit attribute if has no resourceJuan A. Suarez Romero1-4/+15
2021-04-14v3dv/pipeline: reduce descriptor_map sizeAlejandro Piñeiro1-5/+17
2021-04-14v3dv/device: fix and cleanup v3dv limitsAlejandro Piñeiro2-30/+29
2021-04-14v3dv/device: do not compute per-pipeline limits multiplying per-stageAlejandro Piñeiro1-7/+6
2021-04-14radv: advertise attachmentFragmentShadingRate on GFX10.3Samuel Pitoiset2-5/+29
2021-04-14radv: configure the VRS combiners when an attachment is usedSamuel Pitoiset2-4/+39
2021-04-14radv: copy VRS rates to HTILE when beginning a subpassSamuel Pitoiset1-0/+72
2021-04-14radv: add support for copying VRS rates into HTILESamuel Pitoiset6-0/+316
2021-04-14radv: bind our internal depth buffer when not provided by the appSamuel Pitoiset1-0/+31
2021-04-14radv: handle the VRS attachment subpassSamuel Pitoiset2-1/+20
2021-04-14radv: create an image for VRS if no depth/stencil attachment is boundSamuel Pitoiset2-0/+79
2021-04-14radv: allow HTILE for very small images if VRS attachment is usedSamuel Pitoiset1-3/+9
2021-04-14radv: update the HTILE clear word when VRS is usedSamuel Pitoiset2-2/+16
2021-04-14radv: do not use the whole HTILE buffer for depth when VRS is usedSamuel Pitoiset1-1/+1
2021-04-14radv: configure the VRS HTILE encoding sizeSamuel Pitoiset2-0/+15
2021-04-14radv: determine if attachment VRS is enabledSamuel Pitoiset2-1/+7
2021-04-14radv: do not enable DCC for fragment shading rate attachmentsSamuel Pitoiset1-0/+4
2021-04-14radv: do not allow MSAA with fragment shading rate attachmentsSamuel Pitoiset1-1/+2
2021-04-14radv: expose R8_UINT as the only supported format for VRS attachmentsSamuel Pitoiset1-0/+11
2021-04-14ac/surface: store the HTILE pitch to the surfaceSamuel Pitoiset2-0/+3
2021-04-14ac/surface: implement HtileAddrFromCoord in NIRSamuel Pitoiset2-36/+73