On 12/11/18 4:33 PM, Lionel Landwerlin wrote:
On 27/11/2018 10:53, Tapani Pälli wrote:
Signed-off-by: Tapani Pälli <tapani.pa...@intel.com>


Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>

Thanks a lot! I've applied all changes you proposed and sent new versions on the ones where r-b was not given. I also pushed a new branch with these changes here:

https://cgit.freedesktop.org/~tpalli/mesa/log/?h=ahw-rebase


---
  src/intel/vulkan/anv_extensions.py | 1 +
  1 file changed, 1 insertion(+)

diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py
index 7c81228f705..ed9b2edef32 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -69,6 +69,7 @@ MAX_API_VERSION = None # Computed later
  # the those extension strings, then tests dEQP-VK.api.info.instance.extensions
  # and dEQP-VK.api.info.device fail due to the duplicated strings.
  EXTENSIONS = [
+    Extension('VK_ANDROID_external_memory_android_hardware_buffer', 3, 'ANDROID'),       Extension('VK_ANDROID_native_buffer',                 5, 'ANDROID'),       Extension('VK_KHR_16bit_storage',                     1, 'device->info.gen >= 8'),       Extension('VK_KHR_8bit_storage',                      1, 'device->info.gen >= 8'),


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to