tu: Move UBWC layout into fdl6_layout() and use that function.
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_resource.c
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 Anholtfreedreno: Move UBWC layout into a slices array like...
2019-12-11 Eric Anholtfreedreno: Drop the extra offset field for mipmap slices.
2019-12-10 Rob Clarkfreedreno/a6xx: enable LRZ by default
2019-12-10 Rob Clarkfreedreno/a6xx: fix LRZ layout
2019-12-10 Rob Clarkfreedreno/a5xx+a6xx: split LRZ layout to per-gen
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno/a6xx: Log the tiling mode in resource layout...
2019-11-26 Eric Anholtfreedreno: Convert the slice struct to the new resource...
2019-11-26 Eric Anholtfreedreno: Introduce a fd_resource_tile_mode() helper.
2019-11-26 Rob Clarkfreedreno: use rsc->slice accessor everywhere
2019-11-08 Kristian H. Kristensenfreedreno/a6x: Rename z/s formats
2019-09-10 Rob Clarkfreedreno/a6xx: fix 3d tex layout
2019-06-17 Rob Clarkfreedreno/a6xx: disallow UBWC for x24s8
2019-06-15 Rob Clarkfreedreno/a6xx: re-enable UBWC for depth/stencil
2019-06-11 Rob Clarkfreedreno/a6xx: disallow UBWC for z24s8
2019-06-11 Rob Clarkfreedreno/a6xx: disable UBWC for some formats
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UBWC-compatible texture...
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC fixes
2019-03-01 Fritz Koenigfreedreno: UBWC allocator
2019-01-10 Rob Clarkfreedreno/a6xx: fix 3d+tiled layout
2018-12-22 Rob Clarkfreedreno/a6xx: fix 3d texture layout
2018-12-22 Rob Clarkfreedreno/a6xx: improve setup_slices() debug msgs
2018-12-22 Rob Clarkfreedreno/a6xx: simplify special case for 3d layout
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend