diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_tgsi.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_tgsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_tgsi.h b/src/gallium/drivers/svga/svga_tgsi.h index 9a0c7b8f41e..4fe88b3b70d 100644 --- a/src/gallium/drivers/svga/svga_tgsi.h +++ b/src/gallium/drivers/svga/svga_tgsi.h @@ -106,6 +106,9 @@ struct svga_shader_variant */ unsigned id; + /* GB object buffer containing the bytecode */ + struct svga_winsys_gb_shader *gb_shader; + /** Next variant */ struct svga_shader_variant *next; }; |