commit | 40ee55be7b6086ad3f4cc3d67fcf7af2a981bfb1 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Wed Oct 08 09:12:58 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Wed Oct 08 10:23:27 2014 +0800 |
tree | c3204b82d9a396c894f2006e420077e5bdac3ab2 | |
parent | 4680978cb0e4397421a26a7b65e100f4c1c394e5 [diff] [blame] |
icd: add icd_format_get_channel_count
diff --git a/icd/common/icd-format.h b/icd/common/icd-format.h index ebf7d5d..5bb5dc9 100644 --- a/icd/common/icd-format.h +++ b/icd/common/icd-format.h
@@ -91,6 +91,8 @@ return (icd_format_is_compressed(format)) ? 4 : 1; } -unsigned int icd_format_get_size(XGL_FORMAT format); +XGL_SIZE icd_format_get_size(XGL_FORMAT format); + +XGL_UINT icd_format_get_channel_count(XGL_FORMAT format); #endif /* ICD_FORMAT_H */