diff options
author | marha <marha@users.sourceforge.net> | 2011-02-28 12:47:32 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-28 12:47:32 +0000 |
commit | 717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed (patch) | |
tree | 1512dddc255b89d5d3ec35bfc541a357184a7d7f /mesalib/src/mesa/main/formats.h | |
parent | 46ff5affddfec90a099d55945ab2f857a5a75e57 (diff) | |
parent | feee2b5ceb37101bd1c4162e49805e6ad63e28ae (diff) | |
download | vcxsrv-717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed.tar.gz vcxsrv-717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed.tar.bz2 vcxsrv-717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed.zip |
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/src/mesa/main/formats.h')
-rw-r--r-- | mesalib/src/mesa/main/formats.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/formats.h b/mesalib/src/mesa/main/formats.h index cd7e0e25e..b32829145 100644 --- a/mesalib/src/mesa/main/formats.h +++ b/mesalib/src/mesa/main/formats.h @@ -179,6 +179,12 @@ typedef enum MESA_FORMAT_RGBA_16, /* ... */
/*@}*/
+ /*@{*/
+ MESA_FORMAT_RED_RGTC1,
+ MESA_FORMAT_SIGNED_RED_RGTC1,
+ MESA_FORMAT_RG_RGTC2,
+ MESA_FORMAT_SIGNED_RG_RGTC2,
+ /*@}*/
MESA_FORMAT_COUNT
} gl_format;
|