diff options
author | Zack Rusin <[email protected]> | 2009-08-28 17:19:23 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-08-31 13:26:01 -0400 |
commit | f315c0128b5f6317f910f6c54119fea97256254c (patch) | |
tree | 4b15cbc5cb945d7e2bf78e6af2a5a0d848f59abe /src/gallium/state_trackers/xorg/xorg_exa.h | |
parent | 9ccbadb22d74c649a634c515cd1123fe96781357 (diff) |
st/xorg: add code to render textured quads for composite acceleration
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_exa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h index 0a93fa0bd7d..90ad8400ffd 100644 --- a/src/gallium/state_trackers/xorg/xorg_exa.h +++ b/src/gallium/state_trackers/xorg/xorg_exa.h @@ -18,6 +18,8 @@ struct exa_context struct pipe_constant_buffer vs_const_buffer; struct pipe_constant_buffer fs_const_buffer; + + float vertices[4][2][4]; }; |