svga: Add a missing dependency from the prescale state.

Thanks for Keith to finding this.

Fixes Jedi Knight 2 menus.
This commit is contained in:
José Fonseca 2009-12-11 14:14:03 +00:00
parent 8469baf41b
commit ffae1f938d
1 changed files with 2 additions and 1 deletions

View File

@ -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