mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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:
parent
85338ceaf2
commit
d8f16144d8
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue