cell: updated assertion
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Sep 2008 19:30:46 +0000 (13:30 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Sep 2008 19:35:06 +0000 (13:35 -0600)
src/gallium/drivers/cell/ppu/cell_surface.c

index d9e3b51..995ae34 100644 (file)
@@ -45,7 +45,7 @@ cell_surface_copy(struct pipe_context *pipe,
                   unsigned srcx, unsigned srcy,
                   unsigned width, unsigned height)
 {
-   assert( dst->cpp == src->cpp );
+   assert( dst->format == src->format );
 
    pipe_copy_rect(pipe_surface_map(dst, PIPE_BUFFER_USAGE_CPU_WRITE),
                   &dst->block,