diff options
author | Christian König <[email protected]> | 2010-11-27 18:20:38 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-27 18:20:38 +0100 |
commit | e742a1043dbd56fe11f0490cb74b7a738bab2238 (patch) | |
tree | 6545a12112ef0ee443c3dde9cccd6d02254d1564 /src/gallium/auxiliary/vl/vl_idct.h | |
parent | 3fd53e6c2a05e65872de4292557d7839cbcf7395 (diff) |
[g3dvl] use 8 zslices for idct
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 5c242bd0602..7234382196f 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -90,10 +90,6 @@ struct vl_idct struct pipe_transfer *vec_transfer; struct vertex2f *vectors; - - struct { - struct pipe_surface *intermediate, *destination; - } surfaces; }; struct pipe_resource *vl_idct_upload_matrix(struct pipe_context *pipe); |