aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-05layers: Add CreateImage valid usage checksDave Houlton
2018-02-05build: Move layer_utils build to top-level cmakeMark Lobodzinski
2018-02-05icd: Remove dead code from CMakeLists.txtMark Lobodzinski
2018-02-05scripts: Update android-generate to support UUIDCody Northrop
2018-02-05scripts: Fix error if spirv-tools dir had no .git (#2346)Cort Stratton
2018-02-05layers: Improve validation cache ID parsingCort Stratton
2018-02-05layers: Add err-id/coverage for 'recording state'John Zulauf
2018-02-05layers: Fully normalize/populate CMD_TYPE enumJohn Zulauf
2018-02-05cmake: Move LVL temp/worker targets into subfolderMark Lobodzinski
2018-02-01build: Need to build LVL layers in CI to get utilsKarl Schultz
2018-02-01layers: Add LAYER_EXPORT specifiers to vk_layer_configMark Lobodzinski
2018-01-31demos: Fix output location of smoketestMark Lobodzinski
2018-01-31layers: Pass through bind mem 2 entry point namesMike Schuchardt
2018-01-31layers: Bind mem 2 entry pointsMike Schuchardt
2018-01-31layers: Mem reqs 2 entry pointsMike Schuchardt
2018-01-31tests: Add unit test for push descriptor set VUIDsJohn Zulauf
2018-01-31layers: Add CmdPushDescriptorSet parameter checksJohn Zulauf
2018-01-31layers: Improve doc validation init-list parsingJohn Zulauf
2018-01-31tests: Add test for push descriptor allocationJohn Zulauf
2018-01-31layers: Add check for push descriptor allocationJohn Zulauf
2018-01-26tests: Add tests for push DS layout create VUIDsJohn Zulauf
2018-01-26layers: Add push descriptor set layout create VUIDJohn Zulauf
2018-01-26icd: Add VK_KHR_push_descriptor to blacklistJohn Zulauf
2018-01-26layer: Add utility template for sType initJohn Zulauf
2018-01-26Don't complain about unused vertex buffers being VK_NULL_HANDLEChris Forbes
2018-01-25demos: Update cube/smoke for submodule compatibilityMark Lobodzinski
2018-01-23cmake: Fix glslang validator cmake hint pathMark Lobodzinski
2018-01-23tests: Add barrier queue family index testsJohn Zulauf
2018-01-23layers: Refactor and add image/buffer barrier VUIDJohn Zulauf
2018-01-23cmake: Fix externals for submodule/subtree buildsMark Lobodzinski
2018-01-23scripts: Exit from vuid_mapping.py with status 1 on errorsJean-François Roy
2018-01-22cmake: Fix non-existant cmake variableMark Lobodzinski
2018-01-19loader: Fix static library initializationLenny Komow
2018-01-19loader: Restore pNext data in CreateDeviceJoey Bzdek
2018-01-19travis: fix clang-format nitDave Houlton
2018-01-19tests: add test for new multiplanar VUIDsDave Houlton
2018-01-19layers: Add GetImgSubrscLayout multi-planar VUIDsDave Houlton
2018-01-18loader: Fix enabling extensions from layersLenny Komow
2018-01-18tests: Add validation for layout lifetime issuesJohn Zulauf
2018-01-18layers: Add validation for destroyed layoutsJohn Zulauf
2018-01-18layers: Add printf style formatting of std::stringJohn Zulauf
2018-01-18layers: clang-format parameter_validation_utils.cppDave Houlton
2018-01-18tests: Add tests for CmdDispatch paramsDave Houlton
2018-01-18layers: Add group size param checks to CmdDispatchDave Houlton
2018-01-17layers: Fix doc validation file list checkJohn Zulauf
2018-01-17header: Update to version 1.0.68 of the Vulkan hdrMark Lobodzinski
2018-01-16loader: Clean up mutexes on destructionLenny Komow
2018-01-16Loader: fix open registry handle leakSlawomir Cygan
2018-01-16layers: Add checks for extention DynamicViewportsJeremy Kniager
2018-01-16Revert "MikeW's private development tools."Mike Weiblen