summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-13radv: enable DCC for MSAA on GFX10+21.0-branchpointSamuel Pitoiset1-6/+4
2021-01-13pan/bi: Fix the !immediate case in bi_emit_store_vary()Boris Brezillon1-10/+17
2021-01-13nouveau: trigger the current fence's work on destroy explicitlyIlia Mirkin1-1/+4
2021-01-13frontends/va: Return an error if non-interlaced buffer is not supportedThong Thai1-2/+13
2021-01-13radv: Use L2 coherency on GFX9+.Bas Nieuwenhuizen3-64/+94
2021-01-13radv: Use L2 for CP DMA on GFX9+.Bas Nieuwenhuizen1-4/+13
2021-01-13radv: Use access helpers for flushing with meta operations.Bas Nieuwenhuizen10-72/+96
2021-01-13radv: Do dst invalidations for write accesses.Bas Nieuwenhuizen1-1/+7
2021-01-13radv: Invalidate CB on SHADER_WRITE for meta operations.Bas Nieuwenhuizen1-0/+12
2021-01-13radv: Remove redundant WB_L2 flush.Bas Nieuwenhuizen1-1/+0
2021-01-13panfrost: Implement alpha testing nativelyAlyssa Rosenzweig4-3/+12
2021-01-13panfrost: Add alpha reference to XMLAlyssa Rosenzweig1-0/+1
2021-01-13panfrost: Handle explicit primitive restartAlyssa Rosenzweig1-10/+14
2021-01-13radv: disable VK_EXT_sample_locations again on GFX10+Samuel Pitoiset1-1/+1
2021-01-13panfrost: Fix panfrost_afbc_format_needs_fixup()Boris Brezillon1-1/+9
2021-01-13radv: enable DCC for mipmaps on GFX10+Samuel Pitoiset1-7/+2
2021-01-13radv: do not enable DCC for 3D images with mipmaps on GFX10+Samuel Pitoiset1-0/+6
2021-01-13radv: add support for fast-clearing DCC levels on GFX10+Samuel Pitoiset1-5/+4
2021-01-13radv: prevent fast-clearing uncompressed DCC levelsSamuel Pitoiset1-0/+4
2021-01-13ac/surface: store DCC mip info into the surfaceSamuel Pitoiset2-0/+11
2021-01-13pan/bi: Implement TEXS for cube mapsAlyssa Rosenzweig1-30/+54
2021-01-13aco/tests: don't rely on argument evaluation orderRhys Perry1-21/+21
2021-01-13v3d: add fast-path tile-based blit for depth/stencil buffersJuan A. Suarez Romero2-31/+51
2021-01-13v3d: check blit mask inside blit subpathsJuan A. Suarez Romero1-39/+42
2021-01-13radv: skip fast-clear eliminate for CMASK based on a predicateSamuel Pitoiset1-1/+3
2021-01-13radv: update the FCE predicate for fast clears using CMASKSamuel Pitoiset1-4/+8
2021-01-13radv: allocate and initialize the FCE predicate value for CMASK tooSamuel Pitoiset2-4/+6
2021-01-13radv: only use predication if the FCE value is allocatedSamuel Pitoiset1-1/+1
2021-01-13turnip: implement indirect dispatchDanylo Piliaiev2-3/+36
2021-01-13turnip: remove unused IR3_DP_LOCAL_GROUP_SIZE_* from cs paramsDanylo Piliaiev1-4/+3
2021-01-13st/mesa: use the correct src format in ReadPixelsPierre-Eric Pelloux-Prayer1-1/+1
2021-01-13mesa/fbo: don't check_end_texture_render on fb read changePierre-Eric Pelloux-Prayer1-3/+0
2021-01-13st/mesa: consider texture view format for fbo blitsPierre-Eric Pelloux-Prayer1-1/+1
2021-01-13r600/nir: use "unreachable" instead of "assert"Gert Wollny1-2/+2
2021-01-13radv: fix clearing DCC on GFX9Samuel Pitoiset1-1/+5
2021-01-13v3d: mark some variables static constChristian Gmeiner1-3/+3
2021-01-13v3d: update fallthrough commentsChristian Gmeiner1-2/+2
2021-01-13v3d: drop not use function parameterChristian Gmeiner1-2/+2
2021-01-12nv50/ir: Initialize CodeEmitterGM107 members in constructor.Vinson Lee1-1/+4
2021-01-13panfrost: Fix size assertion in bi_alu_src_indexIcecream951-1/+1
2021-01-13dri: Restrict glthread for CS:GO to radeonsiNanley Chery1-4/+1
2021-01-13pan/bi: Add some zero bytes after shaders on BifrostIcecream951-0/+4
2021-01-13pan/bi: Add a define for the Bifrost shader prefetch sizeIcecream951-0/+4
2021-01-12radeonsi: Only set modifier creation function for GFX9+ & with kernel support.Bas Nieuwenhuizen3-5/+14
2021-01-12panfrost: Re-enable AFBC on 3D, 2D arraysBoris Brezillon1-6/+2
2021-01-12panfrost: Fix estimate_texture_payload_size() on BifrostBoris Brezillon3-12/+21
2021-01-12panfrost: Pass the resource dimension to panfrost_compression_tag()Boris Brezillon1-1/+4
2021-01-12panfrost: Get layer stride of level 0 on staging resourcesBoris Brezillon1-1/+5
2021-01-12vulkan/overlay: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+1
2021-01-12panfrost: Dual-source blending on BifrostIcecream952-6/+23