[g3dvl] fix idct matrix upload
authorChristian König <deathsimple@vodafone.de>
Thu, 9 Dec 2010 21:27:03 +0000 (22:27 +0100)
committerChristian König <deathsimple@vodafone.de>
Thu, 9 Dec 2010 21:27:03 +0000 (22:27 +0100)
src/gallium/auxiliary/vl/vl_idct.c

index 0a81134..087ac6e 100644 (file)
@@ -496,7 +496,7 @@ vl_idct_upload_matrix(struct pipe_context *pipe)
    struct pipe_box rect =
    {
       0, 0, 0,
-      BLOCK_WIDTH,
+      BLOCK_WIDTH / 4,
       BLOCK_HEIGHT,
       1
    };