diff options
author | Christian König <[email protected]> | 2010-11-26 19:14:55 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-26 19:14:55 +0100 |
commit | 7408a6ab89e0bc87209b50334604fae93277fdc6 (patch) | |
tree | 17dec54f4327adb6144c0dffcf1131ddbbb2f2ed /src/gallium/auxiliary/vl/vl_idct.h | |
parent | 3dd7bf7d39781f3ef4c0b53732945674c9924cdf (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.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 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; |