summaryrefslogtreecommitdiff
path: root/layers/swapchain.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-02layers: Migrate surface support check to corePetr Kraus1-57/+0
2017-03-21layers: swapchain queue family count trackingMike Schuchardt1-3/+33
2017-03-21layers: swapchain post call record refactorMike Schuchardt1-16/+21
2017-02-08layers:Rename get_my_data_ptr to GetLayerDataPtrTobin Ehlis1-40/+40
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski1-45/+27
2017-01-26repo: Clang-format c/cpp/h LVL files using LLVMMark Lobodzinski1-4/+3
2017-01-24loader: Update the loader to 1.0.39Mark Young1-1/+39
2016-12-15layers: Update Valid Usage enums (VL-70)Mike Weiblen1-39/+74
2016-11-29layers: Move surface format tracking to CVChris Forbes1-133/+0
2016-11-29layers: Move present modes tracking to CVChris Forbes1-107/+0
2016-11-29layers: Remove bogus CreateSharedSwapchainsKHR impl in swapchainChris Forbes1-46/+0
2016-11-28layers: Remove handrolled clipped / sharingMode validation fromChris Forbes1-16/+0
2016-11-22layers: Remove husk of capabilities tracking from swapchainChris Forbes1-45/+1
2016-11-22layers: Remove remaining bits of image tracking from swapchainChris Forbes1-10/+0
2016-11-22layers: Remove husks of Acquire/Present from swapchainChris Forbes1-94/+0
2016-11-22layers: Move too many images case to CVChris Forbes1-24/+0
2016-11-22layers: Move most of remaining swapchain creation checks to CVChris Forbes1-129/+0
2016-11-22layers: Move complaints about presenting on bad queues to CVChris Forbes1-36/+1
2016-11-22layers: Move caps query / swapchain creation interaction to CVChris Forbes1-4/+1
2016-11-07layers: Do extension checks for KHR_display in PVChris Forbes1-133/+0
2016-11-07layers: Move swapchain and surface extension enable checks to PVChris Forbes1-93/+0
2016-11-07layers: Move enable checks for KHR_surface to PVChris Forbes1-36/+0
2016-11-07layers: Remove dead plumbing for platform extension enablesChris Forbes1-80/+0
2016-11-07layers: Move platform WSI extension checks from swapchain to PVChris Forbes1-67/+0
2016-10-06layers: Migrate surface/swapchain interaction from swapchain to CVChris Forbes1-29/+0
2016-10-04layers: Remove allocator consistency check from swapchainChris Forbes1-20/+0
2016-09-27layers: Move image-not-acquired etc from swapchain to core validationChris Forbes1-19/+0
2016-09-27layers: Move ACQUIRE_NO_SYNC check from Swapchain to Core ValidationChris Forbes1-7/+0
2016-09-08layers: Remove old/unnecessary FIXME from swapchain layerIan Elliott1-1/+0
2016-09-01loader: gh888 Add KHR/EXT extensions in vulkan.hMark Young1-2/+64
2016-08-24layers: GH849: Defend against poorly-written applicationsIan Elliott1-4/+20
2016-08-18layers: VT59, Change query count errors to warningsMark Lobodzinski1-3/+3
2016-08-16layers: Run swapchain source through clang-formatMark Lobodzinski1-437/+460
2016-08-16layers: Some simple style tweaks for swapchainMark Lobodzinski1-215/+216
2016-08-16layers: Removed swapchain pNext validationMark Lobodzinski1-35/+0
2016-08-16layers: Fixed swapchain layer warning messagesMark Lobodzinski1-8/+10
2016-08-16layers: Moved swapchain QFI checks into functionMark Lobodzinski1-29/+33
2016-08-16layers: Removed swapchain ZERO_VALUE checkMark Lobodzinski1-3/+0
2016-08-16layers: Remove swapchain WRONG_STYPE checksMark Lobodzinski1-36/+0
2016-08-16layers: In-line swapchain zero_prior_count macroMark Lobodzinski1-6/+14
2016-08-16layers: Remove swapchain INVALID_COUNT macroMark Lobodzinski1-8/+18
2016-08-16layers: Remove swapchain NULL_POINTER checksMark Lobodzinski1-184/+86
2016-08-16layers: Removed LOG_ERROR_NON_VALID_OBJ macroMark Lobodzinski1-4/+0
2016-08-16layers: Replace swapchain LOG_ERROR macrosMark Lobodzinski1-279/+287
2016-08-05GH 818: Improve swapchain error for vkCreateSwapchainKHR()Ian Elliott1-3/+6
2016-07-21layers : gh682 move gipa dispatch table initMark Young1-68/+5
2016-07-01layers: Fix swapchain GetDisplayPlanePropertyCount count checkJon Ashburn1-1/+1
2016-06-30layers: Add some comments to swapchain for more KHR_display validationJon Ashburn1-0/+9
2016-06-30layers: Finish add support to validation for VK_KHR_display extensionJon Ashburn1-8/+6
2016-06-30Added WSI KHR_display support to validationPetros Bantolas1-0/+314