platform/upstream/Vulkan-LoaderAndValidationLayers.git
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 Tony Barbourdemos: Remove tri demo
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-28 Cody Northropdocs: Add CubeWithLayers to Android section
2016-09-28 Cody Northropdemos: Clean up logging for Android
2016-09-28 Cody Northropdemos: Enable validation for Android cube
2016-09-28 Cody Northropdemos: Add APK with layers to cube
2016-09-28 Jan-Harald... loader: gh989 - Fix incorrect array index
2016-09-27 Robert Braggbuild: include tests/layers build dir for vk_dispatch_t...
2016-09-27 Robert Braggdemos: s/X11_INCLUDE_DIRS/X11_INCLUDE_DIR/ typo
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 Mark Youngloader: gh971 EnumPhysDev return VK_INCOMPLETE
2016-09-26 Mike Stroyanbuild: Enable parallel windows build
2016-09-26 Mike Stroyanbuild: Fix parallel build of layers tests
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 Ehlistests: Fix unexpected errors in InvalidMemoryAliasing
2016-09-22 Tobin Ehlistests: Add DescriptorImageUpdateNoMemoryBound test
2016-09-22 Tobin Ehlistests: Update error monitor to handle multiple expected...
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 Ehlistests: Add FramebufferImageInUseDestroyedSignaled test
2016-09-22 Tobin Ehlistests: Make initial renderpass color attachment image...
2016-09-22 Tobin Ehlislayers: Add in-use check at DestroyImage() time
2016-09-22 Tobin Ehlistests: Fix incorrect descriptor type
2016-09-22 Tobin Ehlistests: Add ImageViewInUseDestroyedSignaled test
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 Forbestests: Fix VkLayerTest.InvalidPipeline
2016-09-18 Chris Forbestests: Partially fix VkLayerTest.InvalidCmdBufferPipeli...
2016-09-18 Chris Forbestests: Fix VkLayerTest.BufferMemoryNotBound
2016-09-18 Chris Forbestests: Use CmdFillBuffer to slim down InvalidCmdBufferB...
2016-09-18 Chris Forbeslayers: Get rid of old CBSTATUS-based dynamic viewport...
2016-09-18 Chris Forbestests: Fix VKLayerTest.StencilLoadOp
2016-09-18 Chris Forbestests: Capture unexpected messages before first desired...
2016-09-18 Chris Forbestests: Fix VKTriangleTest to set the usage flags correc...
2016-09-16 Mark Youngbuild: FindImageMagick file needed updating.
2016-09-16 Karl Schultzlayers: Cleanup unexpected push_constants msgs
2016-09-14 Chris Forbestests: Fix VkLayerTest.EnableWsiBeforeUse
2016-09-14 Chris Forbestests: Fix VkLayerTest.CreateBufferViewNoMemoryBoundToB...
2016-09-14 Chris Forbestests: Fix VkLayerTest.FramebufferIncompatible
2016-09-14 Chris Forbestests: Silence spurious error in MapMemWithoutHostVisib...
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-13 Chris Forbestests: Complain about unexpected errors
2016-09-13 Chris Forbestests: Add test for depth/stencil state required in...
2016-09-13 Chris Forbestests: Hold PipelineObj::m_ds_state by ptr.
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
next