diff options
author | Christian König <[email protected]> | 2011-03-26 02:03:16 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-03-26 02:03:16 +0100 |
commit | c001c393713f36144701f3a61b6c7de7811898ee (patch) | |
tree | 53320d748e54f3719f9b3c89007494ff18bfeb9b /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | adbc9cee0ddf5a542d3e503db673af30e6d8df5b (diff) |
[g3dvl] add blend state to compositor
This seems to get at least mplayer working
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_compositor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h index 59e60ac69f3..aa1e480ed4c 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -45,6 +45,7 @@ struct vl_compositor struct pipe_framebuffer_state fb_state; struct vertex2f fb_inv_size; void *sampler; + void *blend; struct pipe_sampler_view *sampler_view; void *vertex_shader; struct |