platform/upstream/Vulkan-Tools.git
2016-06-30 Jon Ashburnlayers: Fix GetDisplayModePropertiesKHR unique_objects...
2016-06-30 Jon Ashburnlayers: Finish add support to validation for VK_KHR_dis...
2016-06-30 Petros BantolasAdded WSI KHR_display support to validation
2016-06-30 Mark YoungRevert "loader: GH370 - re-enable allocator usage"
2016-06-30 Mark Youngloader: GH370 - re-enable allocator usage
2016-06-29 Chris ForbesRevert "loader: GH370 - re-enable allocator usage"
2016-06-29 Mun Gwan-gyeongdemos: GH692 Added a supporting of wayland wsi
2016-06-29 Chris Forbeslayers: Don't produce spurious validation errors for...
2016-06-29 Mark Youngloader: GH370 - re-enable allocator usage
2016-06-29 Karl Schultzmisc: GH691 Remove duplicated line.
2016-06-29 Mark Lobodzinskilayers: Update layer details doc
2016-06-29 Mark Lobodzinskilayers: Take care of DevLimits cleanup items
2016-06-29 Mark Lobodzinskilayers: Move QueueFamilyProp Query checks into CV
2016-06-29 Mark Lobodzinskilayers: Moved devlimits UpdateDescrSets to PV
2016-06-29 Mark Lobodzinskilayers: Move devlimits validation into PV
2016-06-29 Mark Lobodzinskilayers: Add GetPhysDevQueueFamilyProps to CV
2016-06-29 Mark Lobodzinskilayers: Add EnumeratePhysicalDevices to CV
2016-06-29 Mark Lobodzinskilayers: Add DevLimits error codes to CV.h
2016-06-29 Mark Lobodzinskilayers: Move phys dev call state structs to CV
2016-06-29 Mark Lobodzinskilayers: Add phyDevProps call to Param Validation
2016-06-29 Mark Lobodzinskilayers: GH618, Correct WSI exension flag usage
2016-06-28 Tobin Ehlislayers: Unify invalid command buffer handling
2016-06-28 Tobin Ehlislayers: Update cb_bindings to hold CB_NODE ptr
2016-06-28 Tobin Ehlislayers: Refactor framebuffer look-up
2016-06-28 Tobin Ehlislayers: Make FB node inherit from BASE_NODE
2016-06-28 Tobin Ehlislayers: Refactor command buffer look-up
2016-06-28 Tobin Ehlislayers: Refactor image/buffer memory fetch
2016-06-28 Tobin Ehlislayers: BUFFER_NODE clean-up
2016-06-27 Tobin Ehlislayers: GH616 Improve descriptor set invalid binding...
2016-06-24 Cody Northroptoolchain: Simplify shaderc setup for Windows too,...
2016-06-23 Chris Forbeslayers: Inline away markCommandBuffersInFlight
2016-06-23 Chris Forbeslayers: More use of getFenceNode / getQueueNode helpers
2016-06-23 Chris Forbeslayers: Make CB_SUBMISSION 1:1 with VkSubmitInfo
2016-06-23 Chris Forbeslayers: Clean up around semaphore flagging
2016-06-23 Chris Forbeslayers: Slightly simplify logic in CreateRenderPass
2016-06-23 Chris Forbeslayers: misc minor tidying
2016-06-23 Chris Forbeslayers: Fix locking in ResetCommandPool
2016-06-23 Chris Forbeslayers: Fix ResetFences validation vs update
2016-06-23 Chris Forbeslayers: Fix remaining direct uses of commandPoolMap
2016-06-23 Chris Forbeslayers: Untangle check & update in FreeCommandBuffers
2016-06-23 Chris Forbeslayers: Untangle check from update around pool reset...
2016-06-23 Chris Forbeslayers: Move CMD_POOL_INFO to header, rename, add helper
2016-06-23 Chris Forbeslayers: Split check from clear of CB global inflight...
2016-06-23 Tobin Ehlislayers: Clean up frameBufferMap unique_ptr use
2016-06-23 Tobin Ehlislayers: Add Framebuffer dimension limits check
2016-06-23 Tobin Ehlislayers: Add FB attachment swizzle check
2016-06-23 Tobin Ehlislayers: Add Framebuffer dimensions check
2016-06-23 Tobin Ehlislayers: Add INVALID_FRAMEBUFFER_CREATE_INFO error
2016-06-23 Tobin Ehlislayers: Add sample count check at CreateFramebuffer...
2016-06-23 Tobin Ehlislayers: Add format check between renderpass and framebuffer
2016-06-23 Tobin Ehlistests: Added FramebufferCreateErrors test
2016-06-23 Tobin Ehlislayers: Add framebuffer attachmentCount check
2016-06-23 Tobin Ehlislayers: Refactor CreateFramebuffer
2016-06-23 Tobin Ehlislayers: Refactor CreateFramebuffer
2016-06-23 Tobin Ehlislayers: Clean up frameBuffer map
2016-06-23 Mark Youngdocs: Fix broken link in LoaderAndLayerInterface
2016-06-23 Ian ElliottLayers: GH674: Improve locking in swapchain layer.
2016-06-22 Mark Youngwinsdk: Fix multiple RT uninstall issue
2016-06-22 Rene Lindsaydemos: Check global extensions before creating surface
2016-06-22 Tony Barbourlayers: Update json files - VK_EXT_debug_report v3
2016-06-22 Mark Youngloader: Fix version info on manifest string.
2016-06-22 David Pinedowindowsbuild: chmod -x update_external_sources.bat
2016-06-21 Rene Lindsaydemos: Add Format properties heading to vulkaninfo
2016-06-21 Rene Lindsaydemos: Put back the XSync, removed by previous commit
2016-06-21 Mark LobodzinskiRevert "layers: Add debug report header"
2016-06-21 Mark LobodzinskiRevert "layers: Make vklayer_utils a shared library"
2016-06-21 Mark LobodzinskiRevert "layers: Update docs for shared utils DLL"
2016-06-21 Rene Lindsaydemos: LX535 Remove deprecated device layers.
2016-06-21 Rene Lindsaydemos: Use XSync to fix intermittent xlib crash.
2016-06-21 Chris Forbeslayers: Fix CmdBeginRenderPass after non-inline renderp...
2016-06-21 Mark Lobodzinskilayers: GH669, Fix clearValueCount errors
2016-06-21 Rene Lindsaydemos: Fix intermittent crash on xlib
2016-06-21 Tony Barboursmoke: Remove references to device layers
2016-06-21 David Pinedowindowsbuild: +x of update_external_sources.bat
2016-06-21 Mark Lobodzinskilayers: Fix Windows crash in Dota2
2016-06-21 Karl Schultzdemos: remove deprecated device layer code
2016-06-20 Jeremy Hayesloader: update so version
2016-06-20 Chris Forbeslayers: Get rid of fence->swapchain link
2016-06-20 Chris Forbeslayers: Untangle validate+update in QueuePresentKHR
2016-06-20 Chris Forbeslayers: Fix AcquireNextImageKHR handling of sync objects
2016-06-20 Chris Forbeslayers: Add getSemaphoreNode helper
2016-06-20 Chris Forbeslayers: Rework fence state tracking
2016-06-20 Chris Forbeslayers: Tidy decrementResources a bit
2016-06-20 Chris Forbeslayers: use getFenceNode in decrementResources
2016-06-20 Chris Forbeslayers: Pass layer_data to verifyWaitFenceState
2016-06-20 Chris Forbeslayers: use getFenceNode in verifyWaitFenceState
2016-06-20 Chris Forbeslayers: Remove some MT leftovers
2016-06-20 Karl Schultzmisc: Update VK_EXT_DEBUG_REPORT_SPEC_VERSION to 3
2016-06-20 Tobin Ehlislayers: Add DSAspectBitsErrors test to documentation
2016-06-20 Tobin Ehlislayers: GH644 Validate DS image aspect bit restriction
2016-06-20 Tobin Ehlistests: Update documentation with RenderPassIncompatible...
2016-06-20 Tobin Ehlislayers: Add bug fix to handle NULL attachment case
2016-06-20 Tobin Ehlislayers: Remove output paren from android update script
2016-06-20 Tobin Ehlisloader: Increase error message length
2016-06-20 Tobin Ehlislayers: Add PSO render pass compability check
2016-06-20 Tobin Ehlistests: Update doc to note BindImageInvalidMemoryType...
2016-06-20 Mark Lobodzinskilayers: GH656, Fix CreateRenderpass validation
2016-06-20 Tobin Ehlislayers: Fix dynamic descriptor count
2016-06-20 Tony Barbourdemos: Add semaphore between queue and present
2016-06-20 Tony Barbourdemos: Rename presentComplete semaphore
next