Re: [Mesa-dev] [PATCH 5/5] anv: Enable textureCompressionASTC_LDR on Gen9+

2016-05-19 Thread Nanley Chery
On Wed, May 18, 2016 at 10:18:30PM -0700, Jason Ekstrand wrote: > Do we pass all the ASTC CTS tests? If so, > > Reviewed-by: Jason Ekstrand > We do. Thanks! > That wasn't nearly as much work as we'd feared it would be. Hooray for ISL! Yes, ISL made this work quite simple. - Nanley > On Ma

Re: [Mesa-dev] [PATCH 5/5] anv: Enable textureCompressionASTC_LDR on Gen9+

2016-05-18 Thread Jason Ekstrand
Do we pass all the ASTC CTS tests? If so, Reviewed-by: Jason Ekstrand That wasn't nearly as much work as we'd feared it would be. Hooray for ISL! On May 18, 2016 5:33 PM, "Nanley Chery" wrote: > From: Nanley Chery > > Signed-off-by: Nanley Chery > --- > src/intel/vulkan/anv_device.c | 2

[Mesa-dev] [PATCH 5/5] anv: Enable textureCompressionASTC_LDR on Gen9+

2016-05-18 Thread Nanley Chery
From: Nanley Chery Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_device.c | 2 +- src/intel/vulkan/anv_formats.c | 56 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device