Re: [Mesa-dev] [PATCH] isl/format: Correct ASTC entries of format info table

2016-10-24 Thread Nanley Chery
On Fri, Oct 21, 2016 at 10:47:53PM -0700, Jason Ekstrand wrote: > Are there separate formats for HDR? I'm not seeing any. I guess since the > HDR is a strict superset of LDR, it doesn't make much sense to have > separate enums. In any case, thanks for fixing this! > Correct. > Reviewed-by:

Re: [Mesa-dev] [PATCH] isl/format: Correct ASTC entries of format info table

2016-10-21 Thread Jason Ekstrand
Are there separate formats for HDR? I'm not seeing any. I guess since the HDR is a strict superset of LDR, it doesn't make much sense to have separate enums. In any case, thanks for fixing this! Reviewed-by: Jason Ekstrand Helper functions are so much better... On Fri,

[Mesa-dev] [PATCH] isl/format: Correct ASTC entries of format info table

2016-10-21 Thread Nanley Chery
With the isl_format_supports* helpers, we can now conveniently report support for this format on Cherry View. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92925 Signed-off-by: Nanley Chery --- src/intel/isl/isl_format.c | 70