diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index f75fac5a1cc..71d4014170d 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -347,8 +347,7 @@ struct svga_context } swtnl; /* Bitmask of used shader IDs */ - struct util_bitmask *fs_bm; - struct util_bitmask *vs_bm; + struct util_bitmask *shader_id_bm; struct { unsigned dirty[SVGA_STATE_MAX]; |