platform/upstream/Vulkan-Tools.git
2015-12-01 Cody Northroptoolchain: Add option to only build glslang
2015-12-01 Jon Ashburnloader: Add initialization of loader dispatch table...
2015-12-01 Mark Lobodzinskilayers: Disable image layout transition validation...
2015-12-01 Mark Lobodzinskilayers: Fix swapchain layer errors
2015-12-01 Jon Ashburnloader: Fix WSI compilation error if not XCB
2015-12-01 Jon Ashburnloader: Add documentation fo loader handling of VK_surf...
2015-12-01 Mark Lobodzinskiwsi: Various fixes and Windows build issues
2015-12-01 Jon Ashburnloader: Add terminator functions for Create*SurfaceKHR...
2015-12-01 Mark Lobodzinskivktrace: Renable trace/replay builds by default
2015-12-01 Ian Elliottloader: Convert vkDestroySurfaceKHR() to have a terminator.
2015-12-01 Mark Lobodzinskiwsi: Moved definition of CreateXxxSurface extension...
2015-12-01 Mark Lobodzinskilayers: WSI extension fixes for APIDump
2015-12-01 Mark Lobodzinskilayers: Add WSI extensions to autogen code
2015-12-01 Mark Lobodzinskivulkan: Add win32 and xcb extensions to vulkan.py
2015-12-01 Jon Ashburnlayers: Fix documentation file for new wsi surface ext
2015-12-01 Mark Lobodzinskiloader: Fix typo in wsi file
2015-12-01 Ian Elliottloader: Add vkGetPhysicalDevice*PresentationSupportKHR()
2015-12-01 Jon Ashburnvulkan: Fix parameter name for GetSwapchainImagesKHR
2015-12-01 Mark Lobodzinskiwsi: Fix windows build issues
2015-12-01 Mark Lobodzinskilayers: Fix build issue and fence warnings in ObjectTracker
2015-12-01 Jon Ashburnlayers: add DestroySurfaceKHR to instance dispatch...
2015-12-01 Jon Ashburnmisc: Add DestroySurfaceKHR to the codegen WSI surface...
2015-12-01 Ian ElliottWSI-ICD: Fix Windows compilation error.
2015-12-01 Ian ElliottTEMPORARY: TURN OFF COMPILATION OF TRACE/REPLAY .....
2015-12-01 Ian Elliottobject_track: Remove some obsolete code
2015-12-01 Ian Elliottdemos: Some cleanup, including calling GIPA.
2015-12-01 Ian Elliottloader: Address Jon Ashburn's review comments.
2015-12-01 Ian Elliottswapchain: Can build after major updates for new WSI...
2015-12-01 Ian Elliottlayers: Convert most of the layers to the new WSI.
2015-12-01 Ian Elliottdemos: Enabled the appropriate platform-specific WSI...
2015-12-01 Ian Elliottdemos: Get compiling with new WSI extensions.
2015-12-01 Ian Elliottloader: Add WSI "device" trampoline funcs (e.g. vkCreat...
2015-12-01 Ian Elliottloader: Add new vkGetPhysicalDeviceSurface*KHR() functions.
2015-12-01 Ian Elliottloader: Wrote vk{Create|Destroy}*SurfaceKHR() trampolin...
2015-12-01 Ian Elliottloader: Export the trampoline code for vkGetPhysicalDev...
2015-12-01 Ian Elliottloader: Create defaults for which platforms WSI is...
2015-12-01 Ian Elliottloader: Started plumbing the platform extensions.
2015-12-01 Ian Elliottloader: Started porting loader to new WSI (GIPA missing).
2015-12-01 Ian Elliottnulldrv: Get compiling.
2015-12-01 Ian Elliottloader: Get loader compiling.
2015-12-01 Ian ElliottWSI: Eliminate a lot of references to WSI header files.
2015-12-01 Ian ElliottWSI-ICD: Created per-platform structs for platform...
2015-12-01 Ian ElliottWSI-debug_report: Add VK_OBJECT_TYPE_SURFACE_KHR
2015-12-01 Ian Elliottvulkan.py: Changes in previous WSI functions.
2015-12-01 Ian Elliottnulldrv: WSI hand-edits
2015-12-01 Ian Elliottloader: Hand-edits
2015-12-01 Ian ElliottWSI: sed-generated changes to WSI code (not all that...
2015-12-01 Ian ElliottWSI: Remove old WSI headers (content now in "vulkan...
2015-12-01 Ian ElliottWSI: Add WSI content to "vulkan.h" and "vk_platform.h".
2015-11-30 Mark Lobodzinskilayers: LX195, Drawstate ignores compute pipelines
2015-11-30 Mark Lobodzinskilayers: Update README file for new SDK releases
2015-11-27 Chris Forbeslayers/SC: Fix location counting for stages which take...
2015-11-26 Jeremy Hayeslayers: Fix path for vulkan header.
2015-11-26 Chris Forbeslayers/SC: LX187: compute size of array and matrix...
2015-11-26 Chris Forbeslayers/SC: consider types larger than vec4 when collect...
2015-11-26 Chris Forbeslayers/SC: fix a bogus leftover comment in descriptor...
2015-11-26 Chris Forbeslayers: Use spirv.hpp from colocated glslang tree
2015-11-26 Chris Forbeslayers/SC: Delete disabled FS broadcast checking code
2015-11-26 Michael LentineUpdate param checker.
2015-11-26 Michael Lentinelayers: Remove mem/object deletion ordering
2015-11-26 Michael LentineUpdate access bits for 210 header.
2015-11-25 Jon Ashburndemos: Fix layer names for cube
2015-11-24 David PinedoLayers: changed layer names to conform to spec
2015-11-23 GregFlayers: port ShaderChecker layer to SPIR-V 1.0
2015-11-23 GregFicd compiler, glslang: move to SPV 1.0
2015-11-23 Cody Northroplayers: Add link to example vk_layer_settings.txt
2015-11-23 Mark Lobodzinskilayers: Fix image layer issue validating aspectMasks
2015-11-20 Jon AshburnRevert "icd compiler, glslang: move to SPV 1.0"
2015-11-20 Michael LentineFix build in master
2015-11-20 Mark Lobodzinskilayers: MemTracker cleanup, remove redundant object...
2015-11-20 GregFicd compiler, glslang: move to SPV 1.0
2015-11-20 Michael Lentinetests: Make some of the validation tests work on android
2015-11-20 Mark Lobodzinskilayers: Fix thread-safety issues found in rendersystemtests
2015-11-20 Jon Ashburnloader: Don't use ICD's VkDevice after it has been...
2015-11-20 Mark Lobodzinskilayers: Temporarily disable memory barrier validation...
2015-11-20 Mark Lobodzinskilayers: LX196, validate createImage paramters against...
2015-11-19 Mark Lobodzinskilayers: Add null-check in MemTracker to prevent layer...
2015-11-19 Mark Lobodzinskilayers: Additional MapMemory validation checks in MemTr...
2015-11-19 Mark Lobodzinskilayers: LX206, properly restore command buffer level...
2015-11-19 Mark Lobodzinskilayers: LX205, fix BeginCommandBuffer log messages
2015-11-19 Mark Lobodzinskilayers: Fix memory barrier validation issues
2015-11-19 Jon Ashburnloader: Don't init icds if CreateInstance() from ICD...
2015-11-19 Tobin Ehlislayers: Add DrawState checks for incompatible layouts...
2015-11-19 Mark Lobodzinskilayers: Fix windows build errors in MemTracker
2015-11-19 David Pinedomem_tracker: Return VK_SUCCESS in vkCreateCommandPool...
2015-11-19 Jon Ashburnloader: Make version in layer JSON files consistent
2015-11-19 Jon Ashburnloader: Add parsing of api_version in ICD JSON
2015-11-19 Jon Ashburnloader: Add dynamic dispatch for unknown device extensi...
2015-11-19 Jon Ashburndemos: Change tri to use GetInstanceProcAddr for WSI...
2015-11-18 Mark Lobodzinskilayers: Add CommandBufferPool validation to MemTracker
2015-11-18 Mark Lobodzinskilayers: Add command pool validation to DrawState
2015-11-18 Mark Lobodzinskilayers: Fix infinite loop in DrawState
2015-11-18 Jeremy Hayeslayers: Fix error messages.
2015-11-18 Jeremy Hayeslayers: Validate barrier subresource range.
2015-11-18 Mark Lobodzinskilayers: Fix CreateImageView depth/stencil aspect validation
2015-11-18 Mark Lobodzinskilayers: Remove invalid depth/stencil validation check
2015-11-17 Mark Lobodzinskilayers: Fix invalid depth/stencil attachment index...
2015-11-17 Mark Lobodzinskilayers: Fix Dota 2 crash in draw_state layer
2015-11-17 Jeremy Hayeslayers: Check compareEnable.
2015-11-17 David PinedoChange version 1.0 to 0.10
next