lavapipe: remove initialization override
These are duplicates from a few lines up Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11703>
This commit is contained in:

committed by
Marge Bot

parent
349f169756
commit
8795501cef
@@ -429,7 +429,6 @@ VKAPI_ATTR void VKAPI_CALL lvp_GetPhysicalDeviceFeatures(
|
||||
.shaderFloat64 = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_DOUBLES) == 1),
|
||||
.shaderInt64 = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_INT64) == 1),
|
||||
.shaderInt16 = (min_shader_param(pdevice->pscreen, PIPE_SHADER_CAP_INT16) == 1),
|
||||
.alphaToOne = true,
|
||||
.variableMultisampleRate = false,
|
||||
.inheritedQueries = false,
|
||||
};
|
||||
|
@@ -47,7 +47,6 @@ static enum pipe_format format_to_vk_table[VK_FORMAT_ASTC_12x12_SRGB_BLOCK + 1]
|
||||
COMMON_NAME(R8G8B8A8_SRGB),
|
||||
|
||||
COMMON_NAME(B8G8R8A8_UNORM),
|
||||
COMMON_NAME(R8G8B8A8_SRGB),
|
||||
COMMON_NAME(B8G8R8A8_SRGB),
|
||||
|
||||
COMMON_NAME(R8_UINT),
|
||||
|
@@ -490,7 +490,6 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
|
||||
.stencil_export = true,
|
||||
.post_depth_coverage = true,
|
||||
.transform_feedback = true,
|
||||
.geometry_streams = true,
|
||||
.device_group = true,
|
||||
.draw_parameters = true,
|
||||
.shader_viewport_index_layer = true,
|
||||
|
Reference in New Issue
Block a user