aboutsummaryrefslogtreecommitdiff
path: root/layers/swapchain.cpp
AgeCommit message (Expand)Author
2017-03-21layers: swapchain queue family count trackingMike Schuchardt
2017-03-21layers: swapchain post call record refactorMike Schuchardt
2017-02-08layers:Rename get_my_data_ptr to GetLayerDataPtrTobin Ehlis
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski
2017-01-26repo: Clang-format c/cpp/h LVL files using LLVMMark Lobodzinski
2017-01-24loader: Update the loader to 1.0.39Mark Young
2016-12-15layers: Update Valid Usage enums (VL-70)Mike Weiblen
2016-11-29layers: Move surface format tracking to CVChris Forbes
2016-11-29layers: Move present modes tracking to CVChris Forbes
2016-11-29layers: Remove bogus CreateSharedSwapchainsKHR impl in swapchainChris Forbes
2016-11-28layers: Remove handrolled clipped / sharingMode validation fromChris Forbes
2016-11-22layers: Remove husk of capabilities tracking from swapchainChris Forbes
2016-11-22layers: Remove remaining bits of image tracking from swapchainChris Forbes
2016-11-22layers: Remove husks of Acquire/Present from swapchainChris Forbes
2016-11-22layers: Move too many images case to CVChris Forbes
2016-11-22layers: Move most of remaining swapchain creation checks to CVChris Forbes
2016-11-22layers: Move complaints about presenting on bad queues to CVChris Forbes
2016-11-22layers: Move caps query / swapchain creation interaction to CVChris Forbes
2016-11-07layers: Do extension checks for KHR_display in PVChris Forbes
2016-11-07layers: Move swapchain and surface extension enable checks to PVChris Forbes
2016-11-07layers: Move enable checks for KHR_surface to PVChris Forbes
2016-11-07layers: Remove dead plumbing for platform extension enablesChris Forbes
2016-11-07layers: Move platform WSI extension checks from swapchain to PVChris Forbes
2016-10-06layers: Migrate surface/swapchain interaction from swapchain to CVChris Forbes
2016-10-04layers: Remove allocator consistency check from swapchainChris Forbes
2016-09-27layers: Move image-not-acquired etc from swapchain to core validationChris Forbes
2016-09-27layers: Move ACQUIRE_NO_SYNC check from Swapchain to Core ValidationChris Forbes
2016-09-08layers: Remove old/unnecessary FIXME from swapchain layerIan Elliott
2016-09-01loader: gh888 Add KHR/EXT extensions in vulkan.hMark Young
2016-08-24layers: GH849: Defend against poorly-written applicationsIan Elliott
2016-08-18layers: VT59, Change query count errors to warningsMark Lobodzinski
2016-08-16layers: Run swapchain source through clang-formatMark Lobodzinski
2016-08-16layers: Some simple style tweaks for swapchainMark Lobodzinski
2016-08-16layers: Removed swapchain pNext validationMark Lobodzinski
2016-08-16layers: Fixed swapchain layer warning messagesMark Lobodzinski
2016-08-16layers: Moved swapchain QFI checks into functionMark Lobodzinski
2016-08-16layers: Removed swapchain ZERO_VALUE checkMark Lobodzinski
2016-08-16layers: Remove swapchain WRONG_STYPE checksMark Lobodzinski
2016-08-16layers: In-line swapchain zero_prior_count macroMark Lobodzinski
2016-08-16layers: Remove swapchain INVALID_COUNT macroMark Lobodzinski
2016-08-16layers: Remove swapchain NULL_POINTER checksMark Lobodzinski
2016-08-16layers: Removed LOG_ERROR_NON_VALID_OBJ macroMark Lobodzinski
2016-08-16layers: Replace swapchain LOG_ERROR macrosMark Lobodzinski
2016-08-05GH 818: Improve swapchain error for vkCreateSwapchainKHR()Ian Elliott
2016-07-21layers : gh682 move gipa dispatch table initMark Young
2016-07-01layers: Fix swapchain GetDisplayPlanePropertyCount count checkJon Ashburn
2016-06-30layers: Add some comments to swapchain for more KHR_display validationJon Ashburn
2016-06-30layers: Finish add support to validation for VK_KHR_display extensionJon Ashburn
2016-06-30Added WSI KHR_display support to validationPetros Bantolas
2016-06-23Layers: GH674: Improve locking in swapchain layer.Ian Elliott