Home
last modified time | relevance | path

Searched refs:UBWC (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-bypass-flakes.txt6 # interaction of use of a UBWC buffer as both a render target and a
8 # and the UBWC updates don't get synced. The current a650 blob also
/third_party/mesa3d/docs/relnotes/
D22.2.3.rst53 - freedreno/fdl: Increase alignment for UBWC images
D20.0.0.rst1061 - freedreno: Refactor the UBWC flags registers emission.
1062 - freedreno: Move UBWC layout into a slices array like the non-UBWC
1067 - tu: Move UBWC layout into fdl6_layout() and use that function.
1093 - turnip: Disable UBWC on images used as storage images.
1790 - freedreno/regs: update UBWC related bits
1791 - turnip: implement UBWC
D20.1.0.rst1121 - tu: Properly set UBWC flags in RB_RENDER_CNTL
1541 - freedreno: Rename the UBWC layer size field and store it as bytes.
1544 - freedreno: Blit all array levels when uncompressing UBWC.
1545 - freedreno: Disable UBWC on Z24S8 if not TEXTURE_2D.
1546 - freedreno: Allow UBWC on textures with multiple mipmap levels.
1643 - freedreno: Work around UBWC flakiness.
2024 - freedreno: allow FMT6_8_UNORM as a UBWC format
D19.1.0.rst1760 - freedreno/a6xx: UBWC support
1761 - freedreno: UBWC allocator
1762 - freedreno/a6xx: Enable UBWC modifier
4159 - freedreno/a6xx: pre-bake UBWC flags in texture-view
4177 - freedreno/a6xx: UBWC fixes
4178 - freedreno/a6xx: UBWC support for images
4181 - freedreno: move UBWC color offset to fd_resource_offset()
D20.2.0.rst1137 - tu: Add noubwc debug flag to disable UBWC
1689 - freedreno/a6xx: Improve layout testcase logging for UBWC fails.
1690 - freedreno/a6xx: Add a testcase for UBWC buffer sharing.
1692 - freedreno/a6xx: Fix UBWC blockheight for RG8.
1693 - freedreno/a6xx: Fix UBWC mipmap sizing.
1694 - freedreno/a6xx: Fix UBWC mipmapping height alignment.
1717 - freedreno/a5xx: Define the 2D blit UBWC pitch fields
2788 - freedreno/regs: add extra bits for UBWC array pitch
D21.1.0.rst4866 - freedreno/a6xx: Add helper to check if UBWC is supported
4867 - freedreno: Add perf_warn() for missed UBWC opportunities
4926 - freedreno/a6xx: Move UBWC demotion to first sampler view bind
5023 - turnip: disable UBWC on Z24_S8 MSAA images on A630
D21.3.0.rst933 - freedreno, turnip: Disable 8bpp UBWC on a650
1464 - freedreno/a6xx: Enable UBWC for RGBA5551 (and 1555) textures.
D22.0.0.rst2303 - freedreno/layout: Fix the UBWC block size for the Y plane
2304 - turnip: enable UBWC for NV12
D20.3.0.rst1421 - freedreno/layout: Move hard-coded minimum width for UBWC to a macro
1597 - turnip: Detect Qualcomm gralloc and its UBWC flag on gralloc surfaces.
D21.2.0.rst4593 - freedreno/a6xx: Handle non-UBWC surface views
4594 - freedreno/a6xx: Improve UBWC demotion logic
D21.0.0.rst1201 - freedreno: Disable UBWC on z24s8 on a630.
D22.2.0.rst1232 - turnip: disable UBWC for SNORM formats
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1146 UBWC, enumerator
1199 return UBWC; in get_best_layout()
1268 if (layout == UBWC) in fd_resource_allocate_and_resolve()