aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-11-26 19:14:55 +0100
committerChristian König <[email protected]>2010-11-26 19:14:55 +0100
commit7408a6ab89e0bc87209b50334604fae93277fdc6 (patch)
tree17dec54f4327adb6144c0dffcf1131ddbbb2f2ed /src/gallium/auxiliary/vl/vl_idct.h
parent3dd7bf7d39781f3ef4c0b53732945674c9924cdf (diff)
[g3dvl] use inline constants instead of vs_const for idct
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_idct.h1
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 ed64a308f3b..da9bfef6fe5 100644
--- a/src/gallium/auxiliary/vl/vl_idct.h
+++ b/src/gallium/auxiliary/vl/vl_idct.h
@@ -37,7 +37,6 @@ struct vl_idct
unsigned max_blocks;
struct pipe_viewport_state viewport;
- struct pipe_resource *vs_const_buf;
struct pipe_framebuffer_state fb_state;
struct pipe_resource *destination;