Skip to content

d3d12: dirty scissor-state when dirtying the rasterizer-state

Erik Faye-Lund requested to merge d3d12-scissor-fixup into msclc-d3d12

The rasterizer state contains the enable-flag for the scissor-state, so we need to dirty both of these states here.

Fixes the piglit "spec@!opengl 1.0@gl-1.0-scissor-bitmap".

Merge request reports