Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit e7573c5

Browse files
committed
Fixed 8 deqp cts failures.
The dEQP-VK.image.extended_usage_bit_compatibility.image_format_list test cases failed. This is because the corresponding format is not a Supported Typed Surface Write Format on ADL/RPl. According to the specification, update the support status of the format on ADL/RPl. Tracked-On: OAM-130799 Signed-off-by: Li,Gaoshun gaoshun.li@intel.com
1 parent 7883b6a commit e7573c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/intel/isl/isl_format.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static const struct surface_format_info format_info[] = {
158158
SF( Y, x, x, x, Y, x, Y, x, x, 70, 125, 110, x, R10G10B10A2_UINT)
159159
SF( Y, Y, x, x, x, x, Y, x, x, x, x, x, x, R10G10B10_SNORM_A2_UNORM)
160160
SF( Y, Y, x, x, Y, Y, Y, x, 60, 70, 110, 90, x, R8G8B8A8_UNORM)
161-
SF( Y, Y, x, x, Y, Y, x, x, 60, x, x, 110, x, R8G8B8A8_UNORM_SRGB)
161+
SF( Y, Y, x, x, Y, Y, x, x, 60, 120, x, 110, x, R8G8B8A8_UNORM_SRGB)
162162
SF( Y, Y, x, x, Y, 60, Y, x, x, 70, 110, 90, x, R8G8B8A8_SNORM)
163163
SF( Y, x, x, x, Y, x, Y, x, x, 70, 90, 90, x, R8G8B8A8_SINT)
164164
SF( Y, x, x, x, Y, x, Y, x, x, 70, 75, 90, x, R8G8B8A8_UINT)
@@ -235,7 +235,7 @@ static const struct surface_format_info format_info[] = {
235235
SF( x, x, x, x, x, x, Y, x, x, x, x, x, x, R16_USCALED)
236236
SF( 50, 50, x, x, x, x, x, x, x, x, x, x, x, P8A8_UNORM_PALETTE0)
237237
SF( 50, 50, x, x, x, x, x, x, x, x, x, x, x, P8A8_UNORM_PALETTE1)
238-
SF(120, 120, x, x, 120, 120, x, x, x, x, x, 120, x, A1B5G5R5_UNORM)
238+
SF(120, 120, x, x, 120, 120, x, x, x, 120, x, 120, x, A1B5G5R5_UNORM)
239239
/* According to the PRM, A4B4G4R4_UNORM isn't supported until Sky Lake
240240
* but empirical testing indicates that at least sampling works just fine
241241
* on Broadwell.

0 commit comments

Comments
 (0)