Add ARGB modes to support big-endian systems.

This commit is contained in:
Ian Romanick
2004-10-17 21:53:43 +00:00
parent add38812f0
commit 40e852271b
2 changed files with 57 additions and 0 deletions

View File

@@ -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