aboutsummaryrefslogtreecommitdiff
path: root/layers/swapchain.cpp
AgeCommit message (Expand)Author
2016-01-06Bug 15392 (Swapchain): Don't check VkPresentInfoKHR's waitSemaphoreCount & pW...Ian Elliott
2016-01-06Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL.Ian Elliott
2016-01-06Swapchain: Change way p*Count is checked--make sure not bigger than should be.Ian Elliott
2016-01-06Swapchain: Only check that queueFamilyIndexCount is greater than 0.Ian Elliott
2016-01-06Swapchain: Update my authorship to include Google.Ian Elliott
2016-01-06Swapchain: No longer validate VkSwapchainKHR (object_track will do) ...Ian Elliott
2016-01-06Swapchain: No longer validate VkDevice (object_track will do).Ian Elliott
2016-01-06Swapchain: No longer validate VkPhysicalDevice (object_track will do).Ian Elliott
2016-01-06Swapchain: No longer validate VkInstance (object_track will do).Ian Elliott
2016-01-06Swapchain: Remove tracking/validation of VkSurfaceKHR object.Ian Elliott
2016-01-06Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it.Ian Elliott
2016-01-06Swapchain: Track/use enablement of the WSI platform extensions.Ian Elliott
2016-01-06Swapchain: Fixes and improvements validating vkCreate*SurfaceKHR().Ian Elliott
2016-01-06Swapchain: Fixes and improvements validating vkAcquireNextImageKHR().Ian Elliott
2016-01-06Swapchain: Fixes and improvements validating vkQueuePresentKHR().Ian Elliott
2016-01-06Swapchain: Fixes and improvements validating vkCreateSwapchainKHR().Ian Elliott
2016-01-06Swapchain: Rework the way that pCount is dealt with.Ian Elliott
2016-01-06Swapchain: Added NULL_POINTER checks & pCount checks.Ian Elliott
2016-01-06Swapchain: Update TODOsIan Elliott
2016-01-06Swapchain: Support vkGetPhysicalDevice*PresentationSupportKHR().Ian Elliott
2016-01-06Swapchain: Port to latest (v217) WSI & VK_EXT_debug_report extensions.Ian Elliott
2016-01-06Swapchain: Enhance validation of vkCreateSwapchainKHR().Ian Elliott
2016-01-06Swapchain: Replace implementation of presentModeStr()Ian Elliott
2016-01-06Swapchain: Rename deviceSwapchainExtensionEnabled->swapchainExtensionEnabledIan Elliott
2016-01-06Swapchain: Rename swapchainExtensionEnabled->surfaceExtensionEnabledIan Elliott
2016-01-06Swapchain: Start validating the new VkSurfaceKHR object.Ian Elliott
2016-01-04layers: Enable fine-grained filtering of swapchain log messagesMark Lobodzinski
2015-12-30layers: Rename Layer/library/json files for consistencyMark Lobodzinski
2015-12-17debug_report: Update extension nameCourtney Goeltzenleuchter
2015-12-17debug_report: rename object type and error bitsCourtney Goeltzenleuchter
2015-12-17layers: Add support for DebugReportMessageLUNARGCourtney Goeltzenleuchter
2015-12-17layers: export debug_report extensionCourtney Goeltzenleuchter
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-17debug_report: Rename VkDbgMsgCallback objectCourtney Goeltzenleuchter
2015-12-15layers: Add allocator to layer init functionsCourtney Goeltzenleuchter
2015-12-15layers: Rename DebugReport flagsCourtney Goeltzenleuchter
2015-12-11layers: LX229, Fix swapchain layer imageArrayLayers caps checkMark Lobodzinski
2015-12-01layers: Fix swapchain layer errorsMark Lobodzinski
2015-12-01wsi: Various fixes and Windows build issuesMark Lobodzinski
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