diff options
author | Christian König <[email protected]> | 2010-12-03 18:57:23 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-03 19:04:01 +0100 |
commit | 9af3c243d958dd5b9802dda321ab980c83cb8cb8 (patch) | |
tree | 1888934754e3e55ca82cb99517d61047e74cdec9 /src/gallium/auxiliary/vl/vl_idct.h | |
parent | 29840040af128fe3f3542defd9448e1f66c23f03 (diff) |
move empty block handling back into mc for testing
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 462863b0008..3388d91f353 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -86,7 +86,6 @@ struct vl_idct } vertex_bufs; struct vl_vertex_buffer blocks; - struct vl_vertex_buffer empty_blocks; struct pipe_transfer *tex_transfer; short *texels; |