svga: add SVGA_NEW_PRESCALE to the tracked dirty mask for gs
[mesa.git] / src / gallium / drivers / svga / svga_state_constants.c
index 2a61e8e3d02c3d4008829fed9f1846650479b2f6..2c749c93383c6d45f69c294b82a50a1063916725 100644 (file)
@@ -810,7 +810,8 @@ emit_gs_consts(struct svga_context *svga, unsigned dirty)
 struct svga_tracked_state svga_hw_gs_constants =
 {
    "hw gs params",
-   (SVGA_NEW_GS_CONST_BUFFER |
+   (SVGA_NEW_PRESCALE |
+    SVGA_NEW_GS_CONST_BUFFER |
     SVGA_NEW_RAST |
     SVGA_NEW_GS_VARIANT),
    emit_gs_consts