v3dv: remove unused clamp_to_transparent_black_border property
authorMaíra Canal <mcanal@igalia.com>
Tue, 17 Jan 2023 13:20:45 +0000 (10:20 -0300)
committerEric Engestrom <eric@engestrom.ch>
Thu, 26 Jan 2023 15:40:31 +0000 (15:40 +0000)
commit3f75b640be2644b695f78e96c997a2e46e1d79dd
treeb2dea73cecc68ba2c38a74be8f047ccc470edf35
parent04bc00cf2c6846106f27c235b4c803549cbc36e9
v3dv: remove unused clamp_to_transparent_black_border property

Commit e07c5467 ("v3dv/format: use XYZ1 swizzle for three-component formats")
removes the only code that handled the clamp_to_transparent_black_border
variable. Therefore, the variable can be deleted, as it is not currently
being used.

Fixes: e07c5467 ("v3dv/format: use XYZ1 swizzle for three-component formats")
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20746>
(cherry picked from commit 86c9bdcd9adc952654f58329d4d482b7a509f5c7)
.pick_status.json
src/broadcom/vulkan/v3dv_private.h
src/broadcom/vulkan/v3dvx_device.c