summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_renderer.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-10-24 01:05:40 -0400
committerZack Rusin <zackr@vmware.com>2009-10-26 08:15:48 -0400
commita9f8baf00b264a9b370ecb611334af3063674ce5 (patch)
tree487fcef2fb9805db33c913b1c53bd9d6d070509d /src/gallium/state_trackers/xorg/xorg_renderer.h
parent6b8ce4cc4f9acdd9227e26a812dd911f45b623a5 (diff)
st/xorg: add yuv vertex shader
plus some general fixes
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_renderer.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_renderer.h b/src/gallium/state_trackers/xorg/xorg_renderer.h
index 3e37c9aa93..f86ef670be 100644
--- a/src/gallium/state_trackers/xorg/xorg_renderer.h
+++ b/src/gallium/state_trackers/xorg/xorg_renderer.h
@@ -16,7 +16,7 @@ struct xorg_renderer {
struct pipe_constant_buffer vs_const_buffer;
struct pipe_constant_buffer fs_const_buffer;
- /* we should combine these two */
+ /* we should combine these three */
float vertices2[4][2][4];
float vertices3[4][3][4];
};