aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-06layers: Invalidate Cmd Buffers on DestroyBufferTobin Ehlis
2016-07-06layers: Invalidate Cmd Buffers on DestroyImageTobin Ehlis
2016-07-06layers: Add binding between images and cmd bufferTobin Ehlis
2016-07-06layers: Add image to IMAGE_NODETobin Ehlis
2016-07-06layers: Add binding between buffer and cmd bufferTobin Ehlis
2016-07-06layers: Bulk rename skipCall -> skip_callTobin Ehlis
2016-07-06loader: Fix 2 warnings detected in VS2015.Jamie Madill
2016-07-06layers: Remove device_limits from Android buildMark Lobodzinski
2016-07-06scripts: Fix device_limits details doc validationMark Lobodzinski
2016-07-06loader: Remove device_limits layerMark Lobodzinski
2016-07-06layers: Deprecate device_limits layerMark Lobodzinski
2016-07-06demos: Remove device_limits layer from cube and triMark Lobodzinski
2016-07-06tests: Add tests for invalid VkDescriptorBufferInfoTobin Ehlis
2016-07-06layers: Add validation for VkDescriptorBufferInfo structTobin Ehlis
2016-07-06layers: Skip UNUSED attachments in pColorAttachments arrayTobin Ehlis
2016-07-06layers: Use VkRenderPassCreateInfo to check compatibilityTobin Ehlis
2016-07-06layers: GH690 Save renderPass create info in PSOTobin Ehlis
2016-07-06layers: Init default safe_* struct ptrs to nullptrTobin Ehlis
2016-07-05demos: Set window minimum size for tri.cRene Lindsay
2016-07-01demos: Set window minimum size on windows.Rene Lindsay
2016-07-01layers: gh376 Verify memory on vkCreateXXXViewMark Young
2016-07-01layers: Use backing memory size rather than buffer size in barrierChris Forbes
2016-07-01layers: Track backing memory offset & size for buffersChris Forbes
2016-07-01layers: Add BUFFER_NODE::mem{Offset,Size}Chris Forbes
2016-07-01layers: Remove unused var to fix android buildTobin Ehlis
2016-07-01layers: Fix swapchain GetDisplayPlanePropertyCount count checkJon Ashburn
2016-07-01Tweaks for review feedbackChris Forbes
2016-07-01layers: Simplify draw-time subpass sample count handlingChris Forbes
2016-07-01layers: Require subpass attachments' sample counts to be consistentChris Forbes
2016-07-01layers: Add validation for subpass multisample resolve rulesChris Forbes
2016-07-01layers: Make TransitionSubpassLayouts work with VK_ATTACHMENT_UNUSEDChris Forbes
2016-07-01layers: Fix crash in ValidateDependencies with VK_ATTACHMENT_UNUSEDChris Forbes
2016-07-01layers: Fix crash in ValidateLayouts with VK_ATTACHMENT_UNUSEDChris Forbes
2016-07-01layers: Apply subpass 0 layout transitions at CmdBeginRenderPassChris Forbes
2016-07-01layers: Fix render pass begin handling of initial layoutChris Forbes
2016-06-30tests: Add missing TODO tests to layer details docKarl Schultz
2016-06-30loader: GH370 - re-enable allocator usageMark Young
2016-06-30layers: Fix compilation errors for KHR_display extJon Ashburn
2016-06-30layers: Add some comments to swapchain for more KHR_display validationJon Ashburn
2016-06-30layers: Fix unique_objects creation of VkDisplayKHRJon Ashburn
2016-06-30layers: FIx object_tracker displayKHR and displayModeKHR creationJon Ashburn
2016-06-30layers: Fix GetDisplayModePropertiesKHR unique_objects codeJon 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-30Revert "loader: GH370 - re-enable allocator usage"Mark Young
2016-06-29loader: GH370 - re-enable allocator usageMark Young
2016-06-30Revert "loader: GH370 - re-enable allocator usage"Chris Forbes
2016-06-29demos: GH692 Added a supporting of wayland wsiMun Gwan-gyeong
2016-06-30layers: Don't produce spurious validation errors for sample countChris Forbes
2016-06-29loader: GH370 - re-enable allocator usageMark Young