freedreno: Allow UBWC on textures with multiple mipmap levels.
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_image.c
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-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2019-12-11 Eric Anholtfreedreno: Move UBWC layout into a slices array like...
2019-11-26 Rob Clarkfreedreno: switch to layout helper
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-21 Jonathan Marekfreedreno/regs: update UBWC related bits
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UWC-compatible image views
2019-05-04 Rob Clarkfreedreno: add ubwc_enabled helper
2019-05-04 Rob Clarkfreedreno: move UBWC color offset to fd_resource_offset()
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC support for images
2019-03-07 Rob Clarkfreedreno/a6xx: refactor fd6_tex_swiz()
2019-02-22 Rob Clarkfreedreno/a6xx: cube image fix
2019-02-21 Rob Clarkfreedreno/a6xx: enable tiled images
2019-02-20 Rob Clarkfreedreno/a6xx: 3d and cube image fixes
2019-02-16 Rob Clarkfreedreno/a6xx: image/ssbo state emit
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Update headers
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Add format argument to fd6_tex_swiz()
2019-01-18 Kristian H. Kristensenfreedreno/a6xx: Turn on texture tiling by default
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend