summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-11-27 18:20:38 +0100
committerChristian König <[email protected]>2010-11-27 18:20:38 +0100
commite742a1043dbd56fe11f0490cb74b7a738bab2238 (patch)
tree6545a12112ef0ee443c3dde9cccd6d02254d1564 /src/gallium/auxiliary/vl/vl_idct.h
parent3fd53e6c2a05e65872de4292557d7839cbcf7395 (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.h4
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);