freedreno/layout: layout simplifications and pitch from level 0 pitch
[mesa.git] / src / freedreno / fdl / freedreno_layout.h
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-05-27 Jonathan Marekfreedreno/layout: add explicit offset/pitch argument...
2020-05-22 Eric Anholtfreedreno/a5xx: Move resource layout to fdl.
2020-05-13 Eric Anholtfreedreno/a4xx+: Increase max texture size to 16384.
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Eric Anholtfreedreno: Introduce a "cpp_shift" value for cpp divs...
2020-03-31 Connor Abbottfreedreno/fdl: Add base_align
2020-02-04 Eric Anholtfreedreno: Allow UBWC on textures with multiple mipmap...
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
2020-02-04 Eric Anholtfreedreno: Move the layout debug under FD_MESA_DEBUG...
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-11 Eric Anholtfreedreno: Move a6xx's setup_slices() to a shareable...
2019-12-11 Eric Anholttu: Move our image layout into a freedreno_layout struct.
2019-12-11 Eric Anholtfreedreno: Move UBWC layout into a slices array like...
2019-12-11 Eric Anholtfreedreno: Drop the extra offset field for mipmap slices.
2019-11-26 Eric Anholtfreedreno: Introduce a resource layout header.