svga: update shader code for GBS
[mesa.git] / src / gallium / drivers / svga / svga_context.h
index 71a8eea3fe1ff1004965c0826e8dc74d1b9893e9..0daab0b322954010963d7fcb8ddbcf0f307d2350 100644 (file)
@@ -374,6 +374,8 @@ struct svga_context
    struct {
       unsigned rendertargets:1;
       unsigned texture_samplers:1;
+      unsigned vs:1;
+      unsigned fs:1;
    } rebind;
 
    struct svga_hwtnl *hwtnl;