diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c index c2ace3d1711..0127a251612 100644 --- a/src/gallium/frontends/lavapipe/lvp_device.c +++ b/src/gallium/frontends/lavapipe/lvp_device.c @@ -944,7 +944,7 @@ lvp_get_properties(const struct lvp_physical_device *device, struct vk_propertie .maxTessellationEvaluationInputComponents = 128, .maxTessellationEvaluationOutputComponents = 128, .maxGeometryShaderInvocations = device->pscreen->caps.max_gs_invocations, - .maxGeometryInputComponents = 64, + .maxGeometryInputComponents = 128, .maxGeometryOutputComponents = 128, .maxGeometryOutputVertices = device->pscreen->caps.max_geometry_output_vertices, .maxGeometryTotalOutputComponents = device->pscreen->caps.max_geometry_total_output_components, diff --git a/src/virtio/ci/venus-fails.txt b/src/virtio/ci/venus-fails.txt index 5232be12555..1ff604c8a9b 100644 --- a/src/virtio/ci/venus-fails.txt +++ b/src/virtio/ci/venus-fails.txt @@ -10,9 +10,6 @@ dEQP-VK.pipeline.pipeline_library.multisample.sample_rate_a2c.static_a2c,Fail dEQP-VK.pipeline.fast_linked_library.multisample.sample_rate_a2c.static_a2c,Fail # New fails in 1.4.3.3 -dEQP-VK.draw.dynamic_rendering.complete_secondary_cmd_buff.multiple_interpolation.structured.with_sample_decoration.4_samples,Fail -dEQP-VK.draw.dynamic_rendering.partial_secondary_cmd_buff.multiple_interpolation.structured.with_sample_decoration.4_samples,Fail -dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.multiple_interpolation.structured.with_sample_decoration.4_samples,Fail dEQP-VK.glsl.builtin.precision_fp16_storage16b.asinh.compute.scalar,Crash dEQP-VK.glsl.builtin.precision_fp16_storage16b.asinh.compute.vec3,Crash dEQP-VK.glsl.builtin.precision_fp16_storage16b.atanh.compute.vec4,Crash