radeonsi: use shader_info::cs::local_size_variable to clean up some code
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_texture.c
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-05-22 Eric Anholtfreedreno/a5xx: Set MIN_LAYERSZ on 3D textures like...
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-03-17 Eric Anholtfreedreno/a5xx: Fix min-vs-mag filtering decisions...
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-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2018-06-21 Rob Clarkfreedreno/a5xx: MSAA
2018-01-14 Rob Clarkfreedreno/a5xx: texture tiling
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-11-17 Rob Clarkfreedreno/a5xx: stencil texturing support
2017-11-12 Rob Clarkfreedreno/a5xx: image support
2017-07-04 Ilia Mirkina5xx: improve 3d texture sampling
2017-07-04 Ilia Mirkina5xx: remove one of the MIPFILTER_LINEAR bits
2017-05-23 Rob Clarkfreedreno/a5xx: remove copapasta from a4xx
2017-01-11 Rob Clarkfreedreno/a5xx: add texture MIPLVLS
2016-12-27 Rob Clarkfreedreno/a5xx: texture layout
2016-12-18 Rob Clarkfreedreno/a5xx: misc fix
2016-11-30 Rob Clarkfreedreno/a5xx: initial support