diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index 71a8eea3fe1..0daab0b3229 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -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; |