aboutsummaryrefslogtreecommitdiff
path: root/layers
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: Update vk_validation_layer_details.md for new errors.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-06layers: Add documentation for new INVALID_ALIASING check in mem_trackerTobin Ehlis
2016-01-06layers: Complete make-dependency fixMark Lobodzinski
2016-01-05layers: Fix circular make depencyMark Lobodzinski
2016-01-05layers: MR105, Add aliasing check for buffer/image overlapMichael Lentine
2016-01-05layers: LX260, Clean up AccessMask validation message in DrawStateMark Lobodzinski
2016-01-05layers: LX255, Print readable version of VkAccessFlagsMark Lobodzinski
2016-01-05layers: LX249, Remove MSAA coherency checks from BeginRenderPassMark Lobodzinski
2016-01-04loader: Convert getenv on Windows to use GetEnvironmentVariableJon Ashburn
2016-01-04layers: Enable fine-grained filtering of swapchain log messagesMark Lobodzinski
2016-01-04layers: Enable fine-grained filtering of generated layer log messagesMark Lobodzinski
2016-01-04layers: Enable fine-grained filtering of param_checker log messagesMark Lobodzinski
2016-01-04layers: Enable fine-grained filtering of mem_tracker log messagesMark Lobodzinski
2016-01-04layers: Enable fine-grained filtering of image layer log messagesMark Lobodzinski
2016-01-04layers: Enable fine-grained filtering of device_limits log messagesMark Lobodzinski
2016-01-04layers: Enable fine-grained filtering of draw_state log messagesMark Lobodzinski
2016-01-04layers: LX258, Fix draw_state infinite loop in ResetDescriptorPoolMark Lobodzinski
2015-12-31misc: For header vers 220, fix BOTTOM_OF_PIPE typoJon Ashburn
2015-12-31misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219Jon Ashburn
2015-12-31layers: LX254, Fix typos in Image Layer error messagesMark Lobodzinski
2015-12-31misc: rename descriptorSetlayout pBinding; update to header vers 217Jon Ashburn
2015-12-31misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216Jon Ashburn
2015-12-31misc: Changes to go to header v215 including vulkan.h version updateJon Ashburn
2015-12-31misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissorJon Ashburn