aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/gallium/auxiliary/util/u_format.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-09-14 14:47:07 +0200
committermarha <marha@users.sourceforge.net>2011-09-14 14:47:07 +0200
commite066f54c99aecce620158fe7f31589242df55677 (patch)
treef914574daeee09dafd33fa910d9c05cb2bdc7a3d /mesalib/src/gallium/auxiliary/util/u_format.h
parent49659ef96348cc1bb20813abf7578acdb3cfe3d1 (diff)
downloadvcxsrv-e066f54c99aecce620158fe7f31589242df55677.tar.gz
vcxsrv-e066f54c99aecce620158fe7f31589242df55677.tar.bz2
vcxsrv-e066f54c99aecce620158fe7f31589242df55677.zip
mesa git update 14 sep 2011
Diffstat (limited to 'mesalib/src/gallium/auxiliary/util/u_format.h')
-rw-r--r--mesalib/src/gallium/auxiliary/util/u_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/src/gallium/auxiliary/util/u_format.h b/mesalib/src/gallium/auxiliary/util/u_format.h
index 566fa79e7..352710310 100644
--- a/mesalib/src/gallium/auxiliary/util/u_format.h
+++ b/mesalib/src/gallium/auxiliary/util/u_format.h
@@ -119,9 +119,9 @@ enum util_format_colorspace {
struct util_format_channel_description
{
- unsigned type:6;
+ unsigned type:6; /**< UTIL_FORMAT_TYPE_x */
unsigned normalized:1;
- unsigned size:9;
+ unsigned size:9; /**< bits per channel */
};