diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_tgsi.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_tgsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_tgsi.h b/src/gallium/drivers/svga/svga_tgsi.h index cb40560242a..e7a2a134ca5 100644 --- a/src/gallium/drivers/svga/svga_tgsi.h +++ b/src/gallium/drivers/svga/svga_tgsi.h @@ -50,6 +50,7 @@ struct svga_vs_compile_key unsigned need_prescale:1; unsigned allow_psiz:1; unsigned adjust_attrib_range:16; + unsigned adjust_attrib_w_1:16; }; struct svga_fs_compile_key |