diff options
author | José Fonseca <[email protected]> | 2009-12-11 14:14:03 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-12-11 14:14:03 +0000 |
commit | ffae1f938d61165fce620bfd76ea7ae74dc63289 (patch) | |
tree | a9acadc0049bede4f8a0a2d12b22625e6276881e /src/gallium | |
parent | 8469baf41bd4775eab2403ecf08ed013343943a5 (diff) |
svga: Add a missing dependency from the prescale state.
Thanks for Keith to finding this.
Fixes Jedi Knight 2 menus.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/svga/svga_state_constants.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_state_constants.c b/src/gallium/drivers/svga/svga_state_constants.c index 18cce7dde1a..a5777d4fbdc 100644 --- a/src/gallium/drivers/svga/svga_state_constants.c +++ b/src/gallium/drivers/svga/svga_state_constants.c @@ -231,7 +231,8 @@ static int emit_vs_consts( struct svga_context *svga, struct svga_tracked_state svga_hw_vs_parameters = { "hw vs params", - (SVGA_NEW_VS_CONST_BUFFER | + (SVGA_NEW_PRESCALE | + SVGA_NEW_VS_CONST_BUFFER | SVGA_NEW_ZERO_STRIDE | SVGA_NEW_VS_RESULT), emit_vs_consts |