diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_state_fs.c')
-rw-r--r-- | src/gallium/drivers/svga/svga_state_fs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_state_fs.c b/src/gallium/drivers/svga/svga_state_fs.c index bf452163049..5e568993fed 100644 --- a/src/gallium/drivers/svga/svga_state_fs.c +++ b/src/gallium/drivers/svga/svga_state_fs.c @@ -25,6 +25,7 @@ #include "util/u_inlines.h" #include "pipe/p_defines.h" +#include "util/u_format.h" #include "util/u_math.h" #include "util/u_memory.h" #include "util/u_bitmask.h" @@ -234,6 +235,8 @@ make_fs_key(const struct svga_context *svga, */ key->fs.white_fragments = svga->curr.blend->need_white_fragments; + key->fs.alpha_to_one = svga->curr.blend->alpha_to_one; + #ifdef DEBUG /* * We expect a consistent set of samplers and sampler views. |