summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-10-17 21:53:43 +0000
committerIan Romanick <idr@us.ibm.com>2004-10-17 21:53:43 +0000
commit40e852271b1a2f6a41e335c2089e683b24afe57c (patch)
tree2bf648c36c71890e142b864e016f934c31bd37c5 /src/mesa/tnl/t_vertex.h
parentadd38812f0b878e083419027fa451eaa24893867 (diff)
Add ARGB modes to support big-endian systems.
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r--src/mesa/tnl/t_vertex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 6e0813e79c..f2bd145d9e 100644
--- a/src/mesa/tnl/t_vertex.h
+++ b/src/mesa/tnl/t_vertex.h
@@ -53,6 +53,7 @@ enum tnl_attr_format {
EMIT_3UB_3F_BGR, /* for specular color */
EMIT_4UB_4F_RGBA, /* for color */
EMIT_4UB_4F_BGRA, /* for color */
+ EMIT_4UB_4F_ARGB, /* for color */
EMIT_4CHAN_4F_RGBA, /* for swrast color */
EMIT_PAD, /* leave a hole of 'offset' bytes */
EMIT_MAX