From 17e96718946486ef77927fcf3bb299d8bff32b98 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 9 May 2010 19:28:10 -0600 Subject: mesa: added unsigned 16-bit/channel tex format --- src/mesa/main/formats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/formats.h') diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h index bfd4f20337..c744688122 100644 --- a/src/mesa/main/formats.h +++ b/src/mesa/main/formats.h @@ -146,6 +146,7 @@ typedef enum MESA_FORMAT_SIGNED_RG_16, /* ushort[0]=R, ushort[1]=G */ MESA_FORMAT_SIGNED_RGB_16, /* ushort[0]=R, ushort[1]=G, ushort[2]=B */ MESA_FORMAT_SIGNED_RGBA_16, /* ... */ + MESA_FORMAT_RGBA_16, /* ... */ /*@}*/ MESA_FORMAT_COUNT -- cgit v1.2.3