freedreno/layout: layout simplifications and pitch from level 0 pitch
[mesa.git] / src / gallium / drivers / freedreno / a4xx / fd4_texture.c
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
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-10-17 Neil Robertsfreedreno: Remove the Emacs mode lines
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-11-25 Ilia Mirkinfreedreno/a4xx: add stencil texturing support
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-06-02 Rob Clarkfreedreno/a4xx: only update/emit bordercolor state...
2016-04-24 Rob Clarkfreedreno/a4xx: better workaround for astc+srgb
2016-04-24 Rob ClarkRevert "freedreno/a4xx: lower srgb in shader for astc...
2016-04-19 Rob Clarkfreedreno/a4xx: lower srgb in shader for astc textures
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Serge Martinfreedreno: fix bind_sampler_states when hwcso is NULL
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Ilia Mirkinfreedreno/a4xx: only compute texture offset once for...
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_view support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_buffer_range support
2015-11-21 Ilia Mirkinfreedreno/a4xx: fix 3d texture setup
2015-11-21 Ilia Mirkinfreedreno/a4xx: use hardware RGTC texture samplers
2015-11-20 Ilia Mirkinfreedreno/a4xx: allow seamless cubemap filtering to...
2015-11-20 Ilia Mirkinfreedreno/a4xx: support lod_bias
2015-11-18 Rob Clarkfreedreno/a4xx: add fake RGTC support (required for...
2015-11-18 Rob Clarkfreedreno/a4xx: add compressed texture formats
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-15 Rob Clarkfreedreno/a4xx: border-color support
2015-09-15 Rob Clarkfreedreno/a4xx: wire up texture clamp lowering
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-15 Ilia Mirkinfreedreno/a4xx: add cube map array support
2015-08-12 Rob Clarkfreedreno/a3xx+a4xx: add texture buffer object support
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-21 Rob Clarkfreedreno: remove int sampler shader variants
2015-04-22 Rob Clarkfreedreno/a4xx: wire up integer texture sampling
2015-04-22 Rob Clarkfreedreno/a4xx: formats updates/fixes
2015-04-05 Ilia Mirkinfreedreno: remove tex_resource
2015-02-24 Rob Clarkfreedreno/a4xx: aniso filtering
2014-12-13 Rob Clarkfreedreno/a4xx: mipmaps
2014-12-09 Rob Clarkfreedreno/a4xx: texture fixes
2014-12-04 Rob Clarkfreedreno/a4xx: fd4_util -> fd4_format
2014-12-03 Rob Clarkfreedreno/a4xx: rect textures
2014-11-30 Ilia Mirkinfreedreno: allow each generation to hook into sampler...
2014-11-15 Rob Clarkfreedreno: add adreno 420 support