aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/fdl
Commit message (Expand)AuthorAgeFilesLines
* 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