aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-11-28 01:21:41 +0100
committerChristian König <[email protected]>2010-11-28 01:21:41 +0100
commit336c7735ae97ddc0a177562375136297c2de3d19 (patch)
tree95969246f76f1de323d9267f86c4377703b84109 /src/gallium/auxiliary/vl/vl_idct.h
parente742a1043dbd56fe11f0490cb74b7a738bab2238 (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.h6
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;