diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-12 15:24:01 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-12 15:24:01 -0700 |
commit | 708251558c4eb1719a0f73d83c233c7a492f2297 (patch) | |
tree | 97a44cdeb6259e8df68819d7442df4e6ac753a5f /src/mesa/pipe/cell | |
parent | 20eae595faa20dba8a59d8a4bfd01aa6b458cecd (diff) |
PIPE_SCREEN_SURFACE no longer needed
Diffstat (limited to 'src/mesa/pipe/cell')
-rw-r--r-- | src/mesa/pipe/cell/ppu/cell_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.c b/src/mesa/pipe/cell/ppu/cell_context.c index 966f355bb3..eff33da969 100644 --- a/src/mesa/pipe/cell/ppu/cell_context.c +++ b/src/mesa/pipe/cell/ppu/cell_context.c @@ -60,8 +60,6 @@ cell_is_format_supported( struct pipe_context *pipe, case PIPE_SURFACE: /* cell supports all (off-screen) surface formats, XXX for now */ return TRUE; - case PIPE_SCREEN_SURFACE: - return format == cell->winsys->preferredFormat; default: assert(0); return FALSE; |