platform/upstream/Vulkan-Tools.git
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
2015-11-16 Mark Lobodzinskilayers: Add validation for object pools
2015-11-16 Jon Ashburnheader: bump to vers 210 only changes were to WSI
2015-11-12 David PinedoVersion change from 0.9 to 1.0
2015-11-12 Mark Lobodzinskilayers: Add missing null-check in DrawState
2015-11-12 Tony Barbourdemos: Fix access masks in layout transitions in tri
2015-11-12 Chia-I Wuv209: bump API minor version
2015-11-12 Chia-I Wubug 15120: rename vkCmdPushConstants "values" to "pValues"
2015-11-12 Chia-I WuMR671: Rename VK_STRUCTURE_TYPE_LAYER_* to ..LOADER_*
2015-11-12 Mark Lobodzinskilayers: LX194, Change 'fence already signaled' warning...
2015-11-11 Chia-I Wuv208: bump API minor version
2015-11-11 Chia-I Wubug 15089: Does "Across Command Buffer Boundaries"...
2015-11-11 Chia-I Wuv207: bump API minor version
2015-11-11 Chia-I WuMR640: Alloc -> Allocate naming fixes
2015-11-11 Chia-I WuMR632: Valid usage xml global changes
2015-11-11 Chia-I Wubug 12998 part 9: add back explicit enum values
2015-11-11 Chia-I Wubug 12998 part 8: add new formats
2015-11-11 Chia-I Wubug 12998 part 7: drop unwanted USCALED formats
2015-11-11 Chia-I Wubug 12998 part 6: add missing formats to icd and demos
2015-11-11 Chia-I Wubug 12998 part 5: reorder formats
2015-11-11 Chia-I Wubug 12998 part 4: drop explicit enum values temporarily
2015-11-11 Chia-I Wubug 12998 part 3: append _PACK* to remaining packed...
2015-11-11 Chia-I Wubug 12998 part 2: append _PACK* to packed formats that...
2015-11-11 Chia-I Wubug 12998 part 1: append _BLOCK to compressed formats
2015-11-10 Mark Lobodzinskilayers: LX190, Image layer doe snot recognize swapchain...
2015-11-09 Piers DaniellReset the "access_flags" for each loop iteration
2015-11-06 Jon Ashburnvulkan: Bump header to API version 206
2015-11-06 Jon Ashburnloader: Compile fixes to instance extension from rebase...
2015-11-06 Chia-I Wubug 15086: maxDrawIndirectInstanceCount?
next