aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/fdl
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-233-0/+16
* freedreno/a6xx: Set a level's pitch based on minified level0 pitch, not width0.Eric Anholt2020-04-072-13/+274
* freedreno: Add the outline of a test for a6xx texture layout.Eric Anholt2020-04-072-0/+243
* freedreno/a6xx: Drop the "alignment" layout temporary.Eric Anholt2020-04-071-10/+3
* freedreno/a6xx: Remove the "aligned_height" temporary.Eric Anholt2020-04-071-5/+3
* freedreno/a6xx: Sink the per-level size temps inside the loop.Eric Anholt2020-04-071-17/+5
* freedreno/fdl: Add base_alignConnor Abbott2020-03-312-13/+21
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* freedreno: Allow UBWC on textures with multiple mipmap levels.Eric Anholt2020-02-043-18/+19
* freedreno: Rename the UBWC layer size field and store it as bytes.Eric Anholt2020-02-043-10/+9
* freedreno: Include the layer size in layout debug.Eric Anholt2020-02-041-1/+2
* freedreno: Move the layout debug under FD_MESA_DEBUG=layout.Eric Anholt2020-02-043-22/+33
* tu: Move UBWC layout into fdl6_layout() and use that function.Eric Anholt2019-12-112-20/+94
* freedreno: Switch the 16-bit workaround to match what turnip does.Eric Anholt2019-12-111-4/+4
* freedreno: Move a6xx's setup_slices() to a shareable helper function.Eric Anholt2019-12-114-2/+278
* tu: Move our image layout into a freedreno_layout struct.Eric Anholt2019-12-111-2/+4
* freedreno: Move UBWC layout into a slices array like the non-UBWC slices.Eric Anholt2019-12-111-4/+2
* freedreno: Drop the extra offset field for mipmap slices.Eric Anholt2019-12-111-4/+1
* freedreno: Introduce a resource layout header.Eric Anholt2019-11-261-0/+164