platform/upstream/Vulkan-Tools.git
2017-07-28 Tobin Ehlislayers:Delay barrier validation for secondary CB
2017-07-28 Tony Barbourdemos: Fix cube to use correct pipeline stage for barrier
2017-07-28 Tony Barbourtests: Update VALIDATION_ERROR_1b800942
2017-07-27 Tobin Ehlislayers:Verify dstAccessMask supported by stageMask
2017-07-27 Tobin Ehlistests:Test srcAccessMask/srcStageMask conflict
2017-07-27 Tobin Ehlislayers:Verify accessMask supported by stageMask
2017-07-27 Tobin Ehlistests:Test queueFamilyIndex for image barrier
2017-07-27 Tobin Ehlislayers:Verify image barrier queueFamilyIndices
2017-07-27 Mark Lobodzinskiscripts: Exclude disable extension enums
2017-07-26 Mark Lobodzinskilayers: Add VUID for LogicOp validation check
2017-07-26 Mark Lobodzinskilayers: Remove PV dead code, fixup comments
2017-07-26 Mark Lobodzinskiscripts: Generate PV calls to ranged_enum_array fcn
2017-07-26 Mark Lobodzinskilayers: Add new ranged_enum_array val routine
2017-07-26 Mark Lobodzinskiscripts: Generate calls to new enum PV function
2017-07-26 Mark Lobodzinskilayers: Add new PV ranged enum validation function
2017-07-26 Mark Lobodzinskiscripts: Generate param_validation valid enum lists
2017-07-25 Mark Lobodzinskilayers: GH1924, Improve unavailable feature msg
2017-07-25 Mark Lobodzinskiscripts: Add PDevFeature index print helper
2017-07-25 Mike Schuchardtscripts: Switch codegen to use structextends
2017-07-24 Mark Lobodzinskiheader: Update to version 1.0.56 of the Vulkan hdr
2017-07-24 Tobin Ehlislayers:Refactor image barrier validation
2017-07-24 Tobin Ehlislayers:Minor refactor for clarity
2017-07-24 Tobin Ehlistests:Add image mis-matched layout test
2017-07-24 Tobin Ehlislayers:Refactor barrier check order
2017-07-24 Tobin Ehlislayers:Check image barrier layout vs attachment
2017-07-24 Tobin Ehlislayers:Check barrier image vs subpass attachments
2017-07-24 Tobin Ehlislayers:Only deref active subpass once
2017-07-24 Tobin Ehlislayers:Migrate image barrier check
2017-07-24 Tobin Ehlistests:Test invalid image in VkImageMemoryBarrier
2017-07-24 Tobin Ehlislayers:Add image barrier image check
2017-07-24 Chris Forbestests: Add test for #1910
2017-07-24 Chris Forbeslayers: Resolve TODO about actual layouts
2017-07-24 Chris Forbeslayers: Implement check for binding of maint1 slice...
2017-07-24 Chris Forbeslayers: Fix mismatched new[] / delete
2017-07-24 Mark Lobodzinskilayers: Remove now-redundant OT hdr prototypes
2017-07-24 Mark Lobodzinskibuild: Switch to generated object_tracker.cpp
2017-07-24 Mark Lobodzinskiscripts: Create object_tracker generator
2017-07-24 Mark Lobodzinskiscripts: Add OT generator to main script
2017-07-24 Mark Lobodzinskiscripts: Update vuid_mapping script
2017-07-24 Mark Lobodzinskilayers: Remove flags checks from OT
2017-07-24 Mark Lobodzinskilayers: Remove erroneous checks from OT/DB
2017-07-24 Mark Lobodzinskilayers: Update API for vulkan parameter def change
2017-07-24 Mark Lobodzinskilayers: Move GetSwaphchainImages func in OT
2017-07-24 Mark Lobodzinskilayers: Move GetDeviceQueue func in OT
2017-07-24 Mark Lobodzinskilayers: Move CreateComputePipelines in OT
2017-07-21 Lenny Komowloader: Remove executable stack from libvulkan.so
2017-07-20 Lenny Komowdemos: Fix pointer cast warning in vulkaninfo
2017-07-20 Chris Forbeslayers: adjust naming style
2017-07-20 Chris Forbeslayers: Don't complain about missing FS outputs if...
2017-07-20 Chris Forbeslayers: Pass entire pipeline state down to FS output...
2017-07-20 Jeremy KniagerLVL: Add validation check for CreateImageView
2017-07-20 Jeremy Kniagerdemos: Add extension support to vulkaninfo
2017-07-20 Tobin Ehlislayers:Update descriptor state earlier
2017-07-19 Tobin Ehlistests:Test invalid renderPass bufferMemoryBarrier
2017-07-19 Tobin Ehlistests:Test barrier dependencyFlags mis-match
2017-07-19 Tobin Ehlislayers:Add image mem barrier access mask checks
2017-07-19 Tobin Ehlislayers:Validate bufferMemoryBarrierCount
2017-07-19 Tobin Ehlislayers:Validate barrier dependencyFlags
2017-07-19 Lenny Komowwinsdk: Hide runtime in programs and features
2017-07-18 Mark Youngloader: Fix vkEnumerateDeviceLayerProperties
2017-07-18 Mark Lobodzinskilayers: Update object_tracker var/func names
2017-07-18 Mark Lobodzinskilayers: Reorganize ObjectTracker for future codegen
2017-07-18 Tobin Ehlislayers:Handle ALL_*_BIT pipe stage barrier validation
2017-07-18 Tobin Ehlistests:Update self-dependency tests
2017-07-18 Tobin Ehlistests:Update RenderPassBarrierConflicts
2017-07-18 Tobin Ehlislayers:Add barrer access mask checks
2017-07-18 Tobin Ehlislayers:Fix copy-paste dstStageMask print bug
2017-07-18 Tobin Ehlislayers:Refactor barrier validation
2017-07-17 Mark Lobodzinskiheader: Update to version 1.0.55 of the Vulkan hdr
2017-07-17 Jean-Francois Royloader: Do not enumerate extensions from disabled impli...
2017-07-17 Tobin Ehlislayers:Add checks for barrier stage masks
2017-07-17 Tobin Ehlisscripts:Update VUID Database
2017-07-17 Tobin Ehlislayers:Add subpass barrier self-dependency VUID
2017-07-17 Tobin Ehlislayers:Handle deleted image view in descriptor
2017-07-17 Mark Lobodzinskilayers: GH1933, Check for mutually exclusive exts
2017-07-14 Joey Bzdekdemos: Add Wayland input handling to smoketest
2017-07-14 Joey Bzdekdemos: Clang-format Wayland and cube.cpp refactor
2017-07-14 Joey Bzdekdemos: Add Wayland input handling to cube
2017-07-14 Joey Bzdekdemos: Refactored Demo class in cubepp
2017-07-14 Cortexternal: Update commit IDs: spirv-tools
2017-07-13 Mark Youngbuild: Fix loader/layer fallthrough warning
2017-07-13 Mike Schuchardtlayers: Update PV codegen for Windows warning
2017-07-13 Mark Youngheader: Update to 1.0.54 Vulkan release
2017-07-11 Tobin Ehlislayers:Refactor CmdUpdateBuffer to Pre/Post
2017-07-10 Gabríel Arthúr... layers: Remove spammy debug output in vkCmdBindDescript...
2017-07-07 Tobin Ehlislayers:Identify layout from pipelineLayout
2017-07-07 Mike Weiblenexternal: Update commit IDs: glslang
2017-07-06 Mark Lobodzinskilayers: Clarify MaxAnisotropy not enabled message
2017-07-06 Mike Weiblenexternal: Update commit IDs: glslang,tools,header
2017-07-05 Mike WeiblenRevert "external: Update commit IDs: glslang,tools...
2017-07-05 Lenny Komowloader: Rename files to better reflect their use
2017-07-05 Lenny Komowloader: Fix unknown device trampolines on Windows
2017-07-05 Lenny Komowloader: Fix unknown device trampolines on Linux
2017-07-05 Lenny Komowloader: Fix unknown phys dev terms on Linux
2017-07-05 Lenny Komowloader: Fix unknown phys dev terms on Windows
2017-07-05 Mike Weiblenexternal: Update commit IDs: glslang,tools,header
2017-07-04 Mark Lobodzinskilayers: GH1922, Fix out-of-tree builds
2017-07-03 Mark Lobodzinskilayers: Add VUIDS to allocator checks
2017-07-03 Mark Lobodzinskilayers: Add VUs to more PV struct-type_array checks
2017-07-03 Mark Lobodzinskilayers: Output VUIDS for PV required_pointer checks
next