diff options
author | Christian König <[email protected]> | 2010-11-28 01:21:41 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-28 01:21:41 +0100 |
commit | 336c7735ae97ddc0a177562375136297c2de3d19 (patch) | |
tree | 95969246f76f1de323d9267f86c4377703b84109 /src/gallium/auxiliary/vl/vl_idct.h | |
parent | e742a1043dbd56fe11f0490cb74b7a738bab2238 (diff) |
[g3dvl] join empty blocks to get larger slices
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 7234382196f..c26f5cb8c09 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -83,6 +83,12 @@ struct vl_idct } vertex_bufs; unsigned num_blocks; + + struct + { + unsigned l_x, l_y, r_x, r_y; + } next_empty_block; + unsigned num_empty_blocks; struct pipe_transfer *tex_transfer; |