diff options
author | Christian König <[email protected]> | 2011-04-17 13:01:56 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-17 13:01:56 +0200 |
commit | 0a2310b375068694d5700395aededc3fe68a0f3a (patch) | |
tree | 5e365360436f61b4f0ce2356fe08be9a8800f2cd /src/gallium/auxiliary/vl/vl_idct.h | |
parent | ca79aeb91e914ac1a4774d51ca49911406377407 (diff) |
[g3dvl] move blender state into idct code
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 0875f17476c..7f00e3e28b4 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -43,6 +43,7 @@ struct vl_idct unsigned nr_of_render_targets; void *rs_state; + void *blend; void *samplers[2]; |