summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-08-26 12:50:14 -0400
committerZack Rusin <zackr@vmware.com>2009-08-26 12:50:47 -0400
commita0966c41a913666f0a6b04bde63162a30b1a1879 (patch)
treef4a2ad459fd3dcb7d8dee7154bd77483c68fb7aa /src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
parentb324aacf139bc88fa268057158af88f725c50c63 (diff)
st/xorg: create basic vertex shader
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa_tgsi.h')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa_tgsi.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h b/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
index f87f035267..003e5d8caf 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
@@ -5,8 +5,9 @@
enum xorg_vs_traits {
VS_COMPOSITE = 1 << 0,
- VS_FILL = 1 << 1
- /*VS_TRANSFORM = 1 << 2*/
+ VS_MASK = 1 << 1,
+ VS_FILL = 1 << 2
+ /*VS_TRANSFORM = 1 << 3*/
};
enum xorg_fs_traits {