platform/upstream/Vulkan-Tools.git
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 Mark Youngloader: gh971 EnumPhysDev return VK_INCOMPLETE
2016-09-26 Mike Stroyanbuild: Enable parallel windows build
2016-09-26 Mike Stroyanbuild: Make windows build of demos parallel build safe
2016-09-26 Mike Stroyanbuild: Fix parallel build of layers
2016-09-26 Mike Stroyanbuild: Fix ImageMagick_Magick++ search
2016-09-26 Mike Stroyanbuild: UNSET cache variables for FIND_IMAGEMAGICK_API
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-23 Cody Northropandroid: Add Android and C++ support to a couple files
2016-09-23 Cody Northropdemos: Enable arm64 build of Smoke
2016-09-23 Cody Northropdemos: Update Smoke permissions for trace/replay
2016-09-23 Cody Northropdemos: Fix Smoke build for Android
2016-09-23 Cody Northropdemos: Update gradle properties for smoke
2016-09-23 Cody Northropdemos: Update smoke build script to be automatable
2016-09-23 Cody Northroptoolchain: Use multiple processes to build glslang
2016-09-22 Tobin Ehlislayers: Distinguish never-bound from un-bound memory...
2016-09-22 Tony Barbourdemos: Change cube to use FIFO present mode
2016-09-22 Cody Northropdemos: Update Android documentation
2016-09-22 Cody Northropdemos: Give Cube and Tri distinct app names
2016-09-22 Cody Northropdemos: Clean up APK creation for cube and tri
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-20 Tony Barbourdemos: Use ownership barriers for separate queues in...
2016-09-20 Tony Barbourdemos: Use queue search from spec example
2016-09-20 Mark Youngloader: More changes for gh181
2016-09-19 Piers Daniellloader: Fixes for ICD vk{Create|Destroy}SurfaceKHR
2016-09-19 Mark Youngloader: gh181 use ICD for SurfaceKHR
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 Mark Youngbuild: FindImageMagick file needed updating.
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-13 Ian Elliottdemos: Give Android versions permissions for internet...
2016-09-13 Tony Barbourdemos: Fix issue of making Vulkan calls from callback
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-12 Mark Youngloader: Fix compiler warning
2016-09-12 Karl Schultzbuild: Fix CMake coding error
2016-09-12 Karl Schultzdemos: fix vulkaninfo warnings in display-only build
2016-09-12 Norbert NopperFix, that display only build under Linux works
2016-09-09 Derrick Owensloader: Fix another possible memory leak
2016-09-09 Derrick Owensloader: Fixed conformance memory leak.
2016-09-09 Lenny Komowwinsdk: Fix ConfigureRT.exe not being deleted
2016-09-09 Mark Youngloader: Add back func calls
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...
2016-09-09 Chris Forbeslayers: CmdClearAttachments colorAttachment is index...
2016-09-09 Mark Youngloader: Remove extension enable checks
2016-09-08 Mark Youngloader: Add checks for usage of wsi extensions
2016-09-08 Ian Elliottlayers: Remove old/unnecessary FIXME from swapchain...
2016-09-08 Tobin Ehlislayers: Move in_use.store(0) to BASE_NODE constructor
2016-09-08 Tobin Ehlislayers: Update bound object increment and decrement...
2016-09-08 Tobin Ehlislayers: Clarify in-use object error message
2016-09-08 Tobin Ehlislayers: Improve map cleanup on object deletion
2016-09-08 Tobin Ehlislayers: Add detection for in-use query pool & clean...
2016-09-08 Tobin Ehlislayers: Flag error on destroyed pipeline in-use
2016-09-08 Tobin Ehlislayers: Flag error on destroyed sampler in-use
2016-09-08 Arda Coskunseslayers: correct param in vkCmdDebugMarkerEndEXT
2016-09-07 Mark Youngloader: Cleanup 1.0.25 extension work
2016-09-07 Arda Coskunseslayers: correct typo vkExternalMemoryHandleTypeFlagsNV
2016-09-07 Tobin Ehlislayers: Rename pCB to cb_node
2016-09-07 Tobin Ehlislayers: Print framebuffer object type
2016-09-07 Tobin Ehlislayers: Add cmd buffer binding for fb images
2016-09-07 Lenny Komowheader: Bump vulkan.hpp to 1.0.26
2016-09-07 Mark Youngbuild: gh850 support msys
2016-09-07 Chris Forbeslayers: Add error for CmdEndRenderPass before reaching...
2016-09-07 Chris Forbeslayers: Make CmdEndRenderPass more careful about side...
2016-09-07 Chris Forbeslayers: add error to CmdNextSubpass if stepping beyond...
2016-09-07 Chris Forbeslayers: Make CmdNextSubpass more careful about side...
2016-09-07 Tobin Ehlislayers: Add MEMTRACK_INVALID_MEM_REGION error
2016-09-07 Tobin Ehlislayers: Clarify invalid memory message
next