freedreno: Rename the UBWC layer size field and store it as bytes.
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_texture.c
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
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 Rob Clarkfreedreno: use rsc->slice accessor everywhere
2019-11-21 Jonathan Marekfreedreno/regs: update UBWC related bits
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-28 Eric Anholtfreedreno/a6xx: Fix non-mipmap filtering selection.
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UBWC-compatible texture...
2019-05-31 Rob Clarkfreedreno/a6xx: add 'type' to shader state key
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
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 fixes
2019-05-04 Rob Clarkfreedreno: update generated headers
2019-04-30 Rob Clarkfreedreno/a6xx: pre-bake UBWC flags in texture-view
2019-04-30 Rob Clarkfreedreno/a6xx: small texture emit cleanup
2019-03-07 Rob Clarkfreedreno/a6xx: refactor fd6_tex_swiz()
2019-03-07 Rob Clarkfreedreno/a6xx: remove astc_srgb workaround
2019-03-01 Fritz Koenigfreedreno/a6xx: UBWC support
2019-02-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-16 Rob Clarkfreedreno/a6xx: image/ssbo state emit
2019-02-16 Rob Clarkfreedreno/a6xx: border-color offset helper
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Clean up mixed use of swap and swizzle...
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
2019-01-10 Rob Clarkfreedreno/a6xx: move tile_mode to sampler-view CSO
2018-12-22 Rob Clarkfreedreno/a6xx: fix 3d texture layout
2018-12-07 Rob Clarkfreedreno/a6xx: MSAA
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-17 Rob Clarkfreedreno/a6xx: texture state obj
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend