summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-08-28 17:19:23 -0400
committerZack Rusin <zackr@vmware.com>2009-08-31 13:26:01 -0400
commitf315c0128b5f6317f910f6c54119fea97256254c (patch)
tree4b15cbc5cb945d7e2bf78e6af2a5a0d848f59abe /src/gallium/state_trackers/xorg/xorg_exa.h
parent9ccbadb22d74c649a634c515cd1123fe96781357 (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.h2
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 0a93fa0bd7..90ad8400ff 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];
};