st/mesa: indicate intel extension support for inner_coverage based on cap
if the driver (iris) indicates support for the inner_coverage pipe cap, this will set the necessary states in the driver flags and rasterizer structs Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:

committed by
Kenneth Graunke

parent
1b9041c76a
commit
e00f6a0605
@@ -513,6 +513,7 @@ st_init_driver_flags(struct st_context *st)
|
||||
f->NewViewport = ST_NEW_VIEWPORT;
|
||||
f->NewNvConservativeRasterization = ST_NEW_RASTERIZER;
|
||||
f->NewNvConservativeRasterizationParams = ST_NEW_RASTERIZER;
|
||||
f->NewIntelConservativeRasterization = ST_NEW_RASTERIZER;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user