anv: dynamic state for polygon mode
Remove 'polygon_mode' from pipeline and read it from dynamic state instead. This affects following packets: 3DSTATE_CLIP 3DSTATE_RASTER Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18879>
This commit is contained in:
@@ -2952,7 +2952,6 @@ struct anv_graphics_pipeline {
|
||||
* rasterization_samples used only with gen < 8.
|
||||
*/
|
||||
VkLineRasterizationModeEXT line_mode;
|
||||
VkPolygonMode polygon_mode;
|
||||
uint32_t patch_control_points;
|
||||
uint32_t rasterization_samples;
|
||||
|
||||
|
Reference in New Issue
Block a user