cell: call cell_flush_int() at end of cell_create_context()
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Oct 2008 18:38:27 +0000 (12:38 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Oct 2008 18:38:27 +0000 (12:38 -0600)
commit02931db3117cd064175a07412b860e8051d9ed58
treed92657d50df66435ed1526887aa4c779c2251096
parenta13f61d34d40475a6f12fb8696b6e7d58aaa78b7
cell: call cell_flush_int() at end of cell_create_context()

Ensures that SPUs are initialized/ready before proceeding.
This fixes a spurious assertion failure when the SPU-side shader function info
hasn't been returned to the PPU before shader codegen.
src/gallium/drivers/cell/ppu/cell_context.c