diff options
author | Keith Whitwell <[email protected]> | 2010-02-08 16:35:43 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-02-08 17:17:59 +0000 |
commit | a23357ca60947e3e8541098d8284d9868a14856b (patch) | |
tree | 25b29da89c0b6254882a37aa042f9d8ff285f00e /src/gallium/drivers/cell/ppu | |
parent | 6447b20ce078f057cc5a5a2d6255df45afe8b30d (diff) |
gallium: remove softpipe references in other drivers
Diffstat (limited to 'src/gallium/drivers/cell/ppu')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state.h b/src/gallium/drivers/cell/ppu/cell_state.h index b193170f9ce..7adedcde57c 100644 --- a/src/gallium/drivers/cell/ppu/cell_state.h +++ b/src/gallium/drivers/cell/ppu/cell_state.h @@ -50,7 +50,7 @@ extern void -cell_update_derived( struct cell_context *softpipe ); +cell_update_derived( struct cell_context *cell ); extern void |