mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
lvp: raise LVP_MAX_PLANE_COUNT to 3 and update ci expectations
Reviewed-by: Lucas Fryzek <lfryzek@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40426>
This commit is contained in:
parent
0aa6d727c9
commit
21bac93406
2 changed files with 1 additions and 8 deletions
|
|
@ -11,17 +11,11 @@ x86_64 CtsGraphicsTestCases android.graphics.fonts.SystemFontsTest#testAvailable
|
|||
# New flakes with Android 16
|
||||
x86_64 CtsGraphicsTestCases android.graphics.cts.DynamicColorsTest
|
||||
|
||||
# Fail because LVP_MAX_PLANE_COUNT is limited at 1. Will crash if raised up.
|
||||
x86_64 CtsGraphicsTestCases android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering
|
||||
x86_64 CtsGraphicsTestCases android.graphics.cts.CameraVulkanGpuTest#testCameraImportAndRendering
|
||||
x86_64 CtsGraphicsTestCases android.graphics.cts.MediaVulkanGpuTest#testMediaImportAndRendering
|
||||
|
||||
### CtsSkQPTestCases
|
||||
|
||||
# Failures
|
||||
x86_64 CtsSkQPTestCases org.skia.skqp.SkQPRunner#UnitTest_BulkTextureRectTest
|
||||
x86_64 CtsSkQPTestCases org.skia.skqp.SkQPRunner#UnitTest_ES2BlendWithNoTexture
|
||||
x86_64 CtsSkQPTestCases org.skia.skqp.SkQPRunner#UnitTest_VkYCbcrSampler_DrawImageWithYcbcrSampler
|
||||
|
||||
# New failures with VK_EXT_blend_operation_advanced
|
||||
x86_64 CtsSkQPTestCases org.skia.skqp.SkQPRunner#UnitTest_BlendRequiringDstReadWithLargeCoordinates
|
||||
|
|
|
|||
|
|
@ -106,8 +106,7 @@ extern "C" {
|
|||
#define MAX_PER_STAGE_DESCRIPTOR_UNIFORM_BLOCKS 8
|
||||
#define MAX_DGC_STREAMS 16
|
||||
#define MAX_DGC_TOKENS 16
|
||||
/* Currently lavapipe does not support more than 1 image plane */
|
||||
#define LVP_MAX_PLANE_COUNT 1
|
||||
#define LVP_MAX_PLANE_COUNT 3
|
||||
|
||||
#define LVP_MAX_TLAS_DEPTH 24
|
||||
#define LVP_MAX_BLAS_DEPTH 29
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue