aboutsummaryrefslogtreecommitdiff
path: root/layers/swapchain.cpp
AgeCommit message (Expand)Author
2015-12-01swapchain: Can build after major updates for new WSI (works?)Ian Elliott
2015-12-01WSI: sed-generated changes to WSI code (not all that's needed).Ian Elliott
2015-11-06bug 15068: Use hardfp calling convention on Android for 32-bit ARM targetsChia-I Wu
2015-11-05layers: Fix printf formatsMichael Lentine
2015-11-05layers: Fix GPA and debug output in swapchain layerMark Lobodzinski
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-11-02bug 14921 part 1: sed renamesChia-I Wu
2015-11-02bug 12921: Memory callback (WIP)Chia-I Wu
2015-11-02bug 14892: 'count' parameters and members named inconsistently in many cases ...Chia-I Wu
2015-11-02layers: Fix Swapchain include dependency for Windows build breakTobin Ehlis
2015-11-02layers: Migrate Swapchain dispatch tables and global data into layer_data structTobin Ehlis
2015-10-30bug 14362: VK_NULL_HANDLE does not work in C (WIP)Chia-I Wu
2015-10-08layers: Fix Windows compile warningsCourtney Goeltzenleuchter
2015-10-08layers: Add DEBUG_OUTPUT support to swapchainCourtney Goeltzenleuchter
2015-10-08WSI Validation: Ported better logging approach from generic layer.Ian Elliott
2015-10-08WSI Validation: Move some things between .h and .cpp files.Ian Elliott
2015-09-28layers: Add constructors for layer_dataCody Northrop
2015-09-28WSI Validation: Removed 2 checks that are driver-specific.Ian Elliott
2015-09-25WSI Validation: Add error enum and document Swapchain layer.Ian Elliott
2015-09-25Change ERROR -> PERF_WARN in vkAcquireNextImageKHR().Ian Elliott
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott