mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
panfrost: Remove ancient TODO
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
96f6b8a707
commit
47af32b15e
1 changed files with 0 additions and 2 deletions
|
|
@ -2304,11 +2304,9 @@ panfrost_create_sampler_view(
|
|||
.depth = MALI_POSITIVE(u_minify(texture->depth0, first_level)),
|
||||
.array_size = MALI_POSITIVE(array_size),
|
||||
|
||||
/* TODO: Decode */
|
||||
.format = {
|
||||
.swizzle = panfrost_translate_swizzle_4(desc->swizzle),
|
||||
.format = format,
|
||||
|
||||
.srgb = desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB,
|
||||
.type = panfrost_translate_texture_type(template->target),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue