diff options
author | Brian Paul <[email protected]> | 2014-02-08 09:51:14 -0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-02-14 08:21:44 -0700 |
commit | f84c830b144fd4d53f862fc6ad05541e5bf60a3b (patch) | |
tree | faf33d8578c4fed38058e337898d32b9e73beb2d /src/gallium/drivers/svga/svga_tgsi.h | |
parent | 2f1fc8db108eb771414aa5440d4c439f63f4e7c1 (diff) |
svga: update shader code for GBS
Reviewed-by: Thomas Hellstrom <[email protected]>
Cc: "10.1" <[email protected]>
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; }; |