tests: Fix LayoutFromPresentWithoutAccessMemoryRead
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / layers /
2016-10-05 Tony Barbourlayers: Only validate access masks if layout changes
2016-10-05 Tony Barbourlayers: Check for srcAccess in present barriers
2016-10-04 Mark Lobodzinskilayers: Clean up Windows build warnings
2016-10-04 Chris Forbeslayers: Tweak object_tracker for 32bit some more
2016-10-03 Mike Stroyanbuild: hide symbols from SPIRV in layers.
2016-10-03 Mike StroyanRevert "build: Restore default symbol visibility to...
2016-10-03 Mike Stroyanlayers: mark exported functions in layer utils
2016-10-03 Chris Forbeslayers: Be careful about casts. ptr -> uint64_t& isnt...
2016-10-03 Mark Lobodzinskilayers: Update changed extension names for 1.0.29
2016-10-03 Mark Lobodzinskilayers: Move Linux json files to version 1.0.29
2016-10-03 Mark Lobodzinskilayers: Move Windows json files to version 1.0.29
2016-10-03 Mark Lobodzinskilayers: Add VK_AMD_draw_indirect_count ext to OT
2016-10-03 Mark Lobodzinskilayers: Add VK_NV_external_memory_win32 ext to OT
2016-10-03 Mark Lobodzinskilayers: Add VK_NV_external_memory_caps ext to OT
2016-10-03 Mark Lobodzinskilayers: Add debug marker extension support to OT
2016-10-03 Chris Forbeslayers: Fix ResetDescriptorPool in OT
2016-10-03 Chris Forbeslayers: Merge Validate{Non,}DispatchableObject in OT
2016-10-03 Chris Forbeslayers: Merge Create{Non,}DispatchableObject in OT
2016-10-03 Chris Forbeslayers: Combine Destroy{Non,}DispatchableObject
2016-10-03 Chris Forbeslayers: Remove allocator consistency check from swapchain
2016-10-03 Chris Forbeslayers: Wire up INCONSISTENT_ALLOCATOR object tracker...
2016-10-03 Chris Forbeslayers: Track whether any object was created with a...
2016-10-03 Chris Forbeslayers: Hold device dispatch table by value too
2016-10-03 Chris Forbeslayers: Hold instane dispatch table by value
2016-10-03 Chris Forbeslayers: Rename my_data->instance_data
2016-10-03 Chris Forbeslayers: Split CV device and instance data
2016-10-03 Chris Forbeslayers: Move queue_family_properties into PHYSICAL_DEVI...
2016-10-03 Chris Forbeslayers: Dont pretend this is phy_dev_data in
2016-10-03 Chris Forbeslayers: Get rid of remaining use of single physical_dev...
2016-10-03 Chris Forbeslayers: Store ptr from device data to instance data
2016-10-03 Chris Forbeslayers: Pull enabled_features out into layer_data,...
2016-10-03 Chris Forbeslayers: Stop pretending phys devices have their own...
2016-10-03 Chris Forbeslayers: Rename my_data -> instance_data in EnumeratePhy...
2016-10-03 Chris Forbeslayers: Use member initialization for CV state
2016-10-03 Chris Forbeslayers: Delete some dead structs in CV
2016-10-03 Chris Forbeslayers: Get rid of duplication of logic op test between...
2016-10-03 Chris Forbeslayers: Use safe_VkSwapchainCreateInfoKHR in CV
2016-10-03 Karl Schultzlayers: Clean up layer settings file comments.
2016-10-03 Karl Schultzbuild: gh52-CMake changes to enable make install on...
2016-09-30 Mark Lobodzinskilayers: Add VK_NV_external_memory_win32 ext to PV
2016-09-30 Mark Lobodzinskilayers: Add VK_NV_external_memory_caps ext to PV
2016-09-30 Mark Lobodzinskilayers: Add debug marker extension support to PV
2016-09-29 Karl Schultzlayers: gh965 Reading undefined memory is now a warning
2016-09-29 Mark Lobodzinskilayers: Whitelisted new extensions for 1.0.28
2016-09-29 Mark Lobodzinskilayers: Move Windows json files to version 1.0.28
2016-09-29 Mark Lobodzinskilayers: Move Linux json files to version 1.0.28
2016-09-29 Chris Forbeslayers: Complain about subpass mismatch between CB...
2016-09-29 Chris Forbeslayers: Use cmd buffer as src object in callback
2016-09-29 Karl Schultzbuild: gh27 Allow builds in paths with spaces
2016-09-28 Tobin Ehlislayers: Added flags for in_use checks
2016-09-28 Tobin Ehlislayers: Update DestroyBufferView to use Pre/Post paradigm
2016-09-28 Tobin Ehlislayers: Add binding between cmd buffer and bufferView
2016-09-28 Tobin Ehlislayers: Add in-use detection for VkBufferView
2016-09-28 Tobin Ehlislayers: Add bool to guard command buffer state check
2016-09-28 Tobin Ehlislayers: Indicate correct source for validateCommandBuff...
2016-09-27 Chris Forbeslayers: Convert RENDER_PASS_NODE::pCreateInfo to use...
2016-09-27 Chris Forbeslayers: Don't accidentally copy safe_VkFramebufferCreat...
2016-09-26 Chris Forbeslayers: Don't add VK_SUBPASS_EXTERNAL edges to subpass...
2016-09-26 Chris Forbeslayers: Trim out some more old MT renderpass junk
2016-09-26 Chris Forbeslayers: Remove unnecessary constructors from new _STATE...
2016-09-26 Chris Forbeslayers: Tweak naming of enums moved from SwapChain...
2016-09-26 Chris Forbeslayers: Move image-not-acquired etc from swapchain...
2016-09-26 Chris Forbeslayers: Add tracking of acquired state to Core Validation
2016-09-26 Chris Forbeslayers: Add IMAGE_NODE::acquired flag
2016-09-26 Chris Forbeslayers: Move ACQUIRE_NO_SYNC check from Swapchain to...
2016-09-26 Mike Stroyanbuild: Fix parallel build of layers
2016-09-25 Chris Forbeslayers: Remove spurious using BASE_NODE::*.
2016-09-25 Chris Forbeslayers: Get rid of some junk in RENDER_PASS_NODE::ctor
2016-09-25 Chris Forbeslayers: Explicitly delete IMAGE_NODE, BUFFER_NODE copy...
2016-09-23 Alex Smithlayers: Fix VerifyCopyUpdateContents on combined image...
2016-09-23 Józef Kucialayers: Prevent reading uninitialized "count" when...
2016-09-22 Tobin Ehlislayers: Distinguish never-bound from un-bound memory...
2016-09-22 Tobin Ehlislayers: Clean up no memory bound checks
2016-09-22 Tobin Ehlislayers: Verify memory is bound to images used to update...
2016-09-22 Tobin Ehlislayers: A few minor clean-ups from code review
2016-09-22 Tobin Ehlislayers: Add in-use check at DestroyImage() time
2016-09-22 Tobin Ehlislayers: Add in-use check for renderPass
2016-09-22 Tobin Ehlislayer: Add in-use validation for imageView
2016-09-22 Tobin Ehlislayers: Add in-use check for imageView
2016-09-22 Tobin Ehlislayers: Add binding for framebuffer children
2016-09-22 Tobin Ehlislayers: Add support code to handle in_use for missing...
2016-09-22 Tobin Ehlislayers: Update BufferView state tracking
2016-09-22 Tobin Ehlislayers: Update ImageView state tracking
2016-09-22 Tobin Ehlislayers: Clean up in-use decrement for bound objects
2016-09-22 Tobin Ehlislayers: Clean up in-use increment for bound objects
2016-09-21 Chris Forbeslayers: Fix tracking of WSI fence retirement
2016-09-21 Chris Forbeslayers: Extract RetireFence helper from WaitForFences...
2016-09-19 Mark Youngunique_object: Remove unneccessary code.
2016-09-19 Gregory MitranoGH-951 Fixed consistency issue with mip size calculations
2016-09-19 Gregory MitranoGH-951 - Improve validation for minImageTransferGranularity
2016-09-18 Chris Forbeslayers: Get rid of old CBSTATUS-based dynamic viewport...
2016-09-16 Karl Schultzlayers: Cleanup unexpected push_constants msgs
2016-09-14 Tony Barbourlayers: Only save p-devices if call was successful
2016-09-12 Chris Forbeslayers: Require VkGraphicsPipelineCreateInfo::pDepthSte...
2016-09-12 Chris Forbeslayers: tweak comments from review feedback
2016-09-12 Chris Forbeslayers: Don't do cross-stage validation if individual...
2016-09-12 Chris Forbeslayers: Don't bother continuing after missing entrypoint
2016-09-09 Chris Forbeslayers: make CmdClearAttachments messages errors again...
2016-09-09 Chris Forbeslayers: Make d/s CmdClearAttachments without d/s attach...
2016-09-09 Chris Forbeslayers: Add VK_ATTACHMENT_UNUSED warning case for CmdCl...
next