commit | 1bf06df9ee358832d6a014618f19ddc8c6b200de | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Sat Aug 16 12:33:13 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Sat Aug 16 13:15:35 2014 +0800 |
tree | 354365031b3cdc5f1f0476ff6a483b89688420bc | |
parent | b5a1add0e858fdb58f2756cacc1818ec71e38007 [diff] [blame] |
intel: add some format helpers
diff --git a/icd/intel/format.c b/icd/intel/format.c index 41d9aae..0a704c4 100644 --- a/icd/intel/format.c +++ b/icd/intel/format.c
@@ -395,7 +395,7 @@ GEN6_FORMAT_BC7_UNORM_SRGB, }, }; -static int intel_format_translate_color(XGL_FORMAT format) +int intel_format_translate_color(XGL_FORMAT format) { int fmt;