mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
[g3dvl] fix idct matrix upload
This commit is contained in:
parent
1e3f5e9520
commit
7c4887f5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue