From 74b00800862e917673a0bf06eace2c5266b531ac Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 23 Oct 2004 00:42:17 +0000 Subject: Big-endian fixes for R200 sw TCL path. --- src/mesa/tnl/t_vertex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/tnl/t_vertex.h') diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h index f2bd145d9e..caa222014c 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 -- cgit v1.2.3