[g3dvl] fix idct matrix upload

This commit is contained in:
Christian König 2010-12-09 22:27:03 +01:00
parent 1e3f5e9520
commit 7c4887f5ae

View 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
};