zink: stop enabling EXT_conservative_rasterization

this isn't used

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27882>
(cherry picked from commit 532d43881f)
This commit is contained in:
Mike Blumenkrantz 2024-02-29 09:24:39 -05:00 committed by Eric Engestrom
parent 85338ceaf2
commit d8f16144d8
2 changed files with 1 additions and 5 deletions

View file

@ -3304,7 +3304,7 @@
"description": "zink: stop enabling EXT_conservative_rasterization",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -145,10 +145,6 @@ EXTENSIONS = [
Extension("VK_EXT_sample_locations",
alias="sample_locations",
properties=True),
Extension("VK_EXT_conservative_rasterization",
alias="cons_raster",
properties=True,
conditions=["$props.fullyCoveredFragmentShaderInputVariable"]),
Extension("VK_KHR_shader_draw_parameters"),
Extension("VK_KHR_sampler_mirror_clamp_to_edge"),
Extension("VK_EXT_descriptor_buffer", alias="db", features=True, properties=True),