platform/upstream/Vulkan-Tools.git
2016-06-02 Tobin Ehlislayers: Update swapchainMap to use unique_ptr
2016-06-02 Tobin Ehlislayers: Added getSwapchainNode() helper
2016-06-02 Tobin Ehlislayers: Add getSwapchainFromImage() helper
2016-06-02 Tobin Ehlislayers: Remove unneeded layout_map
2016-06-02 Tobin Ehlislayers: Add getImageNode() helper
2016-06-02 Tobin Ehlislayers: Add getImageViewData() helper
2016-06-02 Tobin Ehlislayers: Add getSamplerNode() helper
2016-06-02 Tobin Ehlislayers: Add getBufferViewInfo() helper
2016-06-02 Tobin Ehlislayers: Update getMemObjInfo helper
2016-06-02 Tobin Ehlislayers: Add getBufferNode() helper
2016-06-02 Tobin Ehlislayers: Make layer_data visible to DescriptorSet
2016-06-02 Karl SchultzUpdate BUILD.md
2016-06-02 Dustin Gravescmake: Fix MSVCRT override
2016-06-02 Tobin Ehlislayers: Comment update
2016-06-02 Tobin Ehlislayers: Pass common data between pre/post AllocDescript...
2016-06-02 Tobin Ehlislayers: Add DescriptorSet interface for allocation
2016-06-02 Tobin Ehlislayers: Migrate DESCRIPTOR_POOL_NODE to type header
2016-06-02 iostrowslayers: GH611 Fix dynamic offset indexing
2016-06-01 Chia-I Wulayers: simplify v0 function implementations
2016-06-01 Dustin Graveslayers: More noautovalidity processing for structs
2016-06-01 Mark Muellerlayers: LX506 fix vkFlushMappedMemoryRanges validation...
2016-06-01 David Pinedowinrtinstaller: update signature on powershell config...
2016-05-31 Mark Youngwinrt: Disable temp log in RT install.
2016-05-31 Mark Youngwinrt: Add more Powershell logging to RT install
2016-05-31 Tobin Ehlistests: Add test for new renderpass clearValue check
2016-05-31 Tobin Ehlislayers: Kill redundant check
2016-05-31 Tobin Ehlislayers: GH601 Add check for clearValueCount
2016-05-31 Cody Northropdocs: Improve OSX steps for Android
2016-05-31 Cody Northroptoolchain: Simplify setup for shaderc, use https instea...
2016-05-31 Tobin Ehlistests: Add descriptor usage bit tests
2016-05-31 Tobin Ehlislayers: DescriptorSet class indentation fixes
2016-05-31 Tobin Ehlislayers: Improve descriptor copy update validation
2016-05-31 Tobin Ehlislayers: Remove unneeded else block
2016-05-31 Tobin Ehlislayers: Add usage bit validation for buffer descriptors
2016-05-31 Tobin Ehlislayers: Add usage bit validation for image descriptors
2016-05-31 Tobin Ehlislayers: Update freeDescriptorSet() comment
2016-05-31 Tobin Ehlislayers: Refactor FreeDescriptorSets()
2016-05-31 Tobin Ehlislayers: Make layer_data const in getPoolNode()
2016-05-31 Chris Forbeslayers: take better advantage of emplace_back in descri...
2016-05-31 Chia-I Wuadd vk-layer-introspect
2016-05-31 Chris Forbeslayers: Remove old hacks for imprecise descriptor track...
2016-05-31 Chris Forbeslayers: Do accurate draw-time validation of descriptors...
2016-05-31 Chris Forbeslayers: Make precise DS validation work for both bind...
2016-05-31 Chris Forbeslayers: Wire up validation of compute pipelines
2016-05-31 Tobin Ehlistests: Update doc for dynamic state tests
2016-05-30 Mark Youngwinrt: Add more error logic to Powershell script
2016-05-26 Chris Forbeslayers: Fix safe struct codegen of static arrays
2016-05-25 Tobin Ehlislayers: Handle static arrays in codegen
2016-05-24 Tobin Ehlislayers: Fix ImageSampler immut sampler check
2016-05-24 Mark Lobodzinskilayers: Use correct log_msg calls in swapchain
2016-05-24 Karl Schultzbuild: Fix Windows compilation warnings
2016-05-24 Jon Ashburnlayers: lvlgh 548, remove obsolete RPATH
2016-05-24 Michael LentineMerge pull request #583 from lentinem/mlentine-clearpri...
2016-05-24 Michael LentineClear priorFences on reset.
2016-05-24 Chia-I Wuthreading: avoid invalid GIPA call in vkCreateDevice
2016-05-24 Chia-I Wuthreading: handle device commands in GetInstanceProcAddr
2016-05-24 Chia-I Wuthreading: no interface functions in layer functions
2016-05-24 Chia-I Wuthreading: assert valid instance/device in vkGet*ProcAddr
2016-05-24 Chia-I Wuthreading: improve EnumerateDeviceExtensionProperties
2016-05-24 Chia-I Wuthreading: add threading::layerProps
2016-05-24 Chia-I Wuthreading: drop vk prefix for layer functions
2016-05-24 Chia-I Wuthreading: put layer functions into a namespace
2016-05-24 Chia-I Wuthreading: decorate Vulkan commands with VKAPI_ATTR
2016-05-24 Chia-I Wuthreading: move vkEnumerate*Properties around
2016-05-24 Chia-I Wuunique_objects: avoid invalid GIPA call in vkCreateDevice
2016-05-24 Chia-I Wuobject_tracker: avoid invalid GIPA call in vkCreateDevice
2016-05-24 Chia-I Wuvk-layer-generate.py: handle device commands in GetInst...
2016-05-24 Chia-I Wuvk-layer-generate.py: assert valid instance/device...
2016-05-24 Chia-I Wuvk-layer-generate.py: drop vk prefix for layer functions
2016-05-24 Chia-I Wuvk-layer-generate.py: no interface functions in layer...
2016-05-24 Chia-I Wuvk-layer-generate.py: put layer functions into a namespace
2016-05-24 Chia-I Wuvk-layer-generate.py: simplify vkEnumerate*Properties...
2016-05-24 Chia-I Wuvk-layer-generate.py: add intercept_<ext>_command
2016-05-24 Chia-I Wuvk-layer-generate.py: add intercept_core_*_command
2016-05-23 Tobin Ehlislayers: Display accessMask in HEX
2016-05-23 Michael LentineMark fence in use after the check.
2016-05-23 Rene Lindsayvulkaninfo: Display apiVersion and driverVersion in...
2016-05-23 Michael Lentinelayers: Fix query tracking across multiple command...
2016-05-23 Michael Lentinelayers: Fix event tracking to differentiate reading...
2016-05-22 Chris Forbeslayers: Move and rename validate_descriptor_availabilit...
2016-05-22 Chris Forbeslayers: Add getPipelineLayout helper, use it
2016-05-22 Chris Forbeslayers: Use pipeline layout -> ds layout direct map
2016-05-22 Chris Forbeslayers: Use getDescriptorSetLayout helper in more places
2016-05-22 Chris Forbeslayers: Remove more AllocateDescriptorSets noise
2016-05-22 Chris Forbeslayers: Further rework to AllocateDescriptorSets
2016-05-22 Chris Forbeslayers: Get rid of pre-call updates in AllocateDescript...
2016-05-21 Chia-I Wuparameter_validation: avoid invalid GIPA call in vkCrea...
2016-05-21 Chia-I Wuparameter_validation: handle device commands in GetInst...
2016-05-21 Chia-I Wuparameter_validation: no interface functions in layer...
2016-05-21 Chia-I Wuparameter_validation: refactor GetInstanceProcAddr
2016-05-21 Chia-I Wuparameter_validation: add intercept_core_device_command
2016-05-21 Chia-I Wuparameter_validation: improve EnumerateDeviceExtensionP...
2016-05-21 Chia-I Wuparameter_validation: add parameter_validation::global_...
2016-05-21 Chia-I Wuparameter_validation: drop vk prefix for layer functions
2016-05-21 Chia-I Wuparameter_validation: put layer functions into a namespace
2016-05-21 Chia-I Wuparameter_validation: move vkEnumerate*Properties around
2016-05-20 David Pinedowinrtinstaller: remove dependency on msvcrt redistribu...
2016-05-20 Mark Lobodzinskilayers: GH7, Replace bad var names in obj_tracker
2016-05-20 Mark Lobodzinskilayers: GH7, Fix bad var names in layer utils
2016-05-20 Mark Lobodzinskidemos: GH7, Fix invalid variable names
next