OSDN Git Service

vulkan: Add skeleton swapchain support
authorJesse Hall <jessehall@google.com>
Fri, 4 Sep 2015 23:12:33 +0000 (16:12 -0700)
committerJesse Hall <jessehall@google.com>
Mon, 25 Jan 2016 21:49:31 +0000 (13:49 -0800)
commitb1352bce9cd82ceaef287b8b3cd7a5c39703a14c
tree16e774e04c5e2ce23243655b48e6a2180ed44504
parentd02edcbb40d476b6d3b5ae279a6ccef786be8848
vulkan: Add skeleton swapchain support

Loader and driver entry points exist and the call chains are hooked up
properly, but functions are just empty stubs for now.

Change-Id: I6ff95e47d1d09ebed41eda8accb71686c8249546
(cherry picked from commit 038c8a740bbda4650bec776023a26a7fcbf93864)
13 files changed:
vulkan/include/vulkan/vk_ext_android_native_buffer.h [new file with mode: 0644]
vulkan/include/vulkan/vk_ext_khr_device_swapchain.h [new file with mode: 0644]
vulkan/include/vulkan/vk_ext_khr_swapchain.h [new file with mode: 0644]
vulkan/libvulkan/Android.mk
vulkan/libvulkan/entry.cpp
vulkan/libvulkan/entry.cpp.tmpl
vulkan/libvulkan/get_proc_addr.cpp
vulkan/libvulkan/get_proc_addr.cpp.tmpl
vulkan/libvulkan/loader.cpp
vulkan/libvulkan/loader.h
vulkan/libvulkan/swapchain.cpp [new file with mode: 0644]
vulkan/nulldrv/null_driver.cpp
vulkan/nulldrv/null_driver.h