[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 0a81134a789b33fb03825d1d9f0f2000530174bf..087ac6e71bb431d50f9d6155d0d87d852d7e5835 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
    };