Re: [Mesa-dev] [PATCH] anv_device: Set the compressed texture feature flags correctly

2016-04-22 Thread Kenneth Graunke
On Monday, April 18, 2016 2:33:38 PM PDT Nanley Chery wrote: > From: Nanley Chery > > Sampling from an ETC2 texture is supported from Gen8 onwards. > While ASTC_LDR is supported on Gen9, the logic to handle such > formats has not yet been implemented in the driver. > > Fixes dEQP-VK.api.info.for

[Mesa-dev] [PATCH] anv_device: Set the compressed texture feature flags correctly

2016-04-18 Thread Nanley Chery
From: Nanley Chery Sampling from an ETC2 texture is supported from Gen8 onwards. While ASTC_LDR is supported on Gen9, the logic to handle such formats has not yet been implemented in the driver. Fixes dEQP-VK.api.info.format_properties.compressed_formats. Bugzilla: https://bugs.freedesktop.org/