llvmpipe: set LP_SETUP_NEW_FS in lp_setup_set_fs()

Fixes progs/trivial/tri-blend.c, but I think we're just getting
lucky in this case.
This commit is contained in:
Brian Paul 2009-12-03 14:25:46 -07:00
parent 3094fc2009
commit 0e042bed49
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ lp_setup_set_fs( struct setup_context *setup,
/* FIXME: reference count */
setup->fs.current.jit_function = fs ? fs->current->jit_function : NULL;
setup->dirty |= LP_SETUP_NEW_FS;
}
void