freedreno/a3xx: reinstate rgb10_a2ui texture format
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_format.c
index a62223ee8ebda402745747f4990dd0a22d97cea8..b5a5bb1bffce26119ee347ae5f65f9064a5787a6 100644 (file)
@@ -189,7 +189,7 @@ static struct fd3_format formats[PIPE_FORMAT_COUNT] = {
        _T(B10G10R10X2_UNORM,   10_10_10_2_UNORM, R10G10B10A2_UNORM, WXYZ),
        V_(R10G10B10A2_SNORM,   10_10_10_2_SNORM, NONE,              WZYX),
        V_(B10G10R10A2_SNORM,   10_10_10_2_SNORM, NONE,              WXYZ),
-       V_(R10G10B10A2_UINT,    10_10_10_2_UINT,  NONE,              WZYX),
+       VT(R10G10B10A2_UINT,    10_10_10_2_UINT,  NONE,              WZYX),
        V_(B10G10R10A2_UINT,    10_10_10_2_UINT,  NONE,              WXYZ),
        V_(R10G10B10A2_USCALED, 10_10_10_2_UINT,  NONE,              WZYX),
        V_(B10G10R10A2_USCALED, 10_10_10_2_UINT,  NONE,              WXYZ),