platform/upstream/Vulkan-Tools.git
2017-01-23 Mark Lobodzinskilayers: Fixup cmake for new generated file deps
2017-01-23 Mark Lobodzinskicmake: Add common targets/rules for helper files
2017-01-23 Mark Lobodzinskicmake: Move common xml-gen macro to root file
2017-01-20 Mike Weiblenexternal: Update glslang/spirv-tools revisions
2017-01-20 Tobin Ehlislayers:Synch validation updates
2017-01-20 Jeremy Hayescontrib: Update style guide and add Git rules
2017-01-19 Mark Lobodzinskitests: Add checks for ClearAttachment validation
2017-01-19 Mark Lobodzinskilayers: Refactor ClearAttachments to pre/post form
2017-01-19 Mark Lobodzinskilayers: Fixup ClearAttachments variable names
2017-01-19 Mark Lobodzinskilayers: Remove redundant CV ClearAttachments check
2017-01-19 Mark Lobodzinskilayers: GH398, CmdClearAttachments validation
2017-01-19 Arda CoskunsesVulkaninfo: Vulkaninfo crashes when DISPLAY is invalid
2017-01-19 Thomas Louislayers: GH1355, Fix bad swapchain image accesses
2017-01-18 Lenny Komowdocs: Update runtime installer license copyright
2017-01-18 Mark Lobodzinskiscripts: GH1383, Fix Dota2 issue with safe_structs
2017-01-17 Mark Lobodzinskilayers: Fixup CreateImage paramter list
2017-01-17 Mark Lobodzinskilayers: Move CreateImage recording to buf/img module
2017-01-17 Mark Lobodzinskilayers: Move image struct into cv_types header
2017-01-17 Mark Lobodzinskilayers: Add physical device props init to CV
2017-01-17 Mark Lobodzinskilayers: Add error message header to CV header
2017-01-17 Mark Lobodzinskilayers: Create buffer/image validation module
2017-01-17 Alex Smithlayers: PR1381, Fix vkCmdCopyImage intersection check
2017-01-16 Lenny Komowwinsdk: Fix RT not reading versions from registry
2017-01-14 Karl Schultzloader: Fix static analysis warnings
2017-01-13 Mark Youngloader: Improve loader logging
2017-01-13 Lenny Komowwinsdk: Allow Configuring layers for older SDKs
2017-01-13 Tony Barbourdemos: Add uniform buffer per swapchain image to cube
2017-01-13 Tony Barbourdemos: Cube quit ignoring NULL fence errors
2017-01-13 Tony Barbourdemos: Cube updated to use triple buffering
2017-01-13 Tobin Ehlisscripts:Stop printing dbg stats scrip debug info
2017-01-13 Tobin Ehlisscripts:Add stats for implicit checks
2017-01-13 Tobin Ehlisscripts:Add implicit check count to spec.py
2017-01-12 Lenny Komowloader: Fix phys device error message
2017-01-12 Mark Youngloader: Modify EnumPhysDev functions
2017-01-12 Jamie Madillloader: Fix variable shadowing warning.
2017-01-11 Karl Schultzdemos: Fix static analysis warnings in vulkaninfo
2017-01-11 joey-lunargdemos: smoketest: Add --flush option for tracing
2017-01-11 Mark Lobodzinskilayers: Update CV authors
2017-01-11 Mark Lobodzinskilayers: Plumb function name/idx through swapchain
2017-01-11 Mark Lobodzinskilayers: Refactor CreateSharedwapChains for recording
2017-01-11 Mark Lobodzinskilayers: Refactor CreateSwapChain for recording
2017-01-11 Mark Lobodzinskilayers: GH1199, Validate SharedSwapchains
2017-01-11 Mark Youngloader: Add more logging messages
2017-01-11 Mark Lobodzinskiscripts: Remove vulkan.py
2017-01-11 Mark Lobodzinskiscripts: Remove vk_helper.py
2017-01-11 Mark Lobodzinskiandroid: Switch safe_struct over to new codegen
2017-01-11 Mark Lobodzinskilayers: Update cmake for safe_struct codegen
2017-01-11 Mark Lobodzinskiscripts: Update copyright notice dates for 2017
2017-01-11 Mark Lobodzinskiscripts: Initial version of safe_struct cpp gen
2017-01-11 Mark Lobodzinskiscripts: Update comments in helper generator
2017-01-11 Mark Lobodzinskiscripts: Complete safe_struct header generation
2017-01-11 Mark Lobodzinskiscripts: Remove blank lines from end of helper files
2017-01-11 Mark Lobodzinskiscripts: Stub in safe_struct generator source
2017-01-11 Mark Lobodzinskiscripts: Add generator options for safestruct files
2017-01-11 Mark Lobodzinskilayers: Remove lock held across down-chain call
2017-01-10 Mike Weiblenlayers: Reset Valid Usage database check status
2017-01-10 Mark Lobodzinskiandroid: Fix typos in android-generate script
2017-01-10 Cody Northropbuild: Update travis config to catch build errors on...
2017-01-10 Alex Smithlayers: Transition each aspect individually in Transiti...
2017-01-10 Mark Lobodzinskiscripts: Remove unused code from vk_helper.py
2017-01-10 Mark Lobodzinskiandroid: Add codegen for struct_size_helpers
2017-01-10 Mark Lobodzinskilayers: Update build dependency target name
2017-01-10 Mark Lobodzinskilayers: Change struct_size_helper to use new codegen
2017-01-10 Mark Lobodzinskilayers: Remove unused header from core_validation
2017-01-10 Mark Lobodzinskiscripts: Handle vk.xml latexmath in helper files
2017-01-10 Mark Lobodzinskiscripts: Include chain_size helper in struct_size
2017-01-10 Mark Lobodzinskiscripts: Complete struct_size_helper source gen
2017-01-10 Mark Lobodzinskiscripts: Add gen for struct_size_helper source file
2017-01-10 Mark Lobodzinskiscripts: Add generation of struct_size_helper header
2017-01-10 Mark Lobodzinskiscripts: Add struct_size options for source, header
2017-01-10 Mark Lobodzinskiscripts: Mod helper generator for multiple files
2017-01-10 Mark Lobodzinskiscripts: Pass parameters to helper file generator
2017-01-09 Mike Schuchardtlayers: Add valid usage enums to core_validation (VL-60)
2017-01-09 Jeremy Hayeslayers: Remove redundant code
2017-01-09 Jeremy Hayeslayers: Update valid usage for Jira VL-59.
2017-01-09 Mike Weiblenlayers: Update Valid Usage enums (VL-69)
2017-01-09 Mike Weiblenlayers: Tag internal helper functions as static
2017-01-09 Mike Weiblenlayers: Canonicalize function names in log_msg()
2017-01-07 Mike Weiblenlayers: Update Valid Usage enums (VL-63)
2017-01-06 Mark Lobodzinskiscripts: Remove debugging code from PV
2017-01-06 Mark Lobodzinskiscripts: Fix handle tracking in parameter validation
2017-01-06 Tony Barbourlayers: CmdDrawIndirect is not an indexed command
2017-01-06 Mark Lobodzinskilayers: GH1342, Correct objecttype in object_tracker
2017-01-05 Lenny Komowloader: gl167 - Remove unknown inst extensions
2017-01-05 Karl Schultzdemos: Make spacebar pause work in cube demo (Linux).
2017-01-05 Karl Schultzbuild: Add libxkbcommon to Travis config
2017-01-04 Karl Schultzdocs: Fix README to show Travis master br status
2017-01-04 Tobin Ehlisscripts:Adding duplicate error id exceptions
2017-01-04 Tobin Ehlislayers:Remove redundant checks
2017-01-04 Tobin Ehlislayers:Remove redundant checks
2017-01-04 Tobin Ehlislayers:Add TODO comments for valid usage updates
2017-01-04 Tobin Ehlislayers:Remove redundant check
2017-01-04 Tobin Ehlislayers:Remove redundant validation check
2017-01-04 Karl Schultzdemos: Fix CMake file to allow WSI selection
2017-01-04 Tony Barbourexternal: Back up one spirv-tools commit
2017-01-04 Mark Lobodzinskiscripts: Fix dynamic array calc in vk_helper.py
2017-01-04 Karl Schultzbuild: Cleanup warnings when compiling with clang
2017-01-04 Tobin Ehlisscripts:Exceptions for duplicate unique ids
2017-01-04 Tobin Ehlislayers:Remove redundant check
2017-01-04 Tobin Ehlislayers:Remove redundant image compatibility check
next