diff options
author | Ian Romanick <[email protected]> | 2004-10-23 00:42:17 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-10-23 00:42:17 +0000 |
commit | 74b00800862e917673a0bf06eace2c5266b531ac (patch) | |
tree | 998dc30fd1c367b7f0ebf1e36b24b38ed20a04ee /src/mesa/tnl/t_vertex.h | |
parent | cb499595aa157254a88b431aee82927e604cf227 (diff) |
Big-endian fixes for R200 sw TCL path.
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r-- | src/mesa/tnl/t_vertex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h index f2bd145d9e2..caa222014c9 100644 --- a/src/mesa/tnl/t_vertex.h +++ b/src/mesa/tnl/t_vertex.h @@ -54,6 +54,7 @@ enum tnl_attr_format { EMIT_4UB_4F_RGBA, /* for color */ EMIT_4UB_4F_BGRA, /* for color */ EMIT_4UB_4F_ARGB, /* for color */ + EMIT_4UB_4F_ABGR, /* for color */ EMIT_4CHAN_4F_RGBA, /* for swrast color */ EMIT_PAD, /* leave a hole of 'offset' bytes */ EMIT_MAX |