Skip to content

[Dawn] Update code to catch up with dawn changes#579

Merged
sarahM0 merged 11 commits intogoogle:masterfrom
sarahM0:update2
Jul 19, 2019
Merged

[Dawn] Update code to catch up with dawn changes#579
sarahM0 merged 11 commits intogoogle:masterfrom
sarahM0:update2

Conversation

@sarahM0
Copy link
Contributor

@sarahM0 sarahM0 commented Jul 15, 2019

fixes #552, #559

@sarahM0 sarahM0 marked this pull request as ready for review July 18, 2019 19:26
@sarahM0 sarahM0 changed the title [WIP] [Dawn] Update code to catch up with dawn changes [Dawn] Update code to catch up with dawn changes Jul 18, 2019
@sarahM0 sarahM0 requested a review from dneto0 July 18, 2019 19:47
// point to &cAttributes[2]. Likewise, if cBuffers[1] has 3 attributes,
// then cBuffers[2].attributes should point to &cAttributes[5].

// In amber-dawn, it is the vertex input descriptor is always created
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: In amber-dawn, the vertex …

@sarahM0 sarahM0 merged commit e7035ef into google:master Jul 19, 2019
@dj2 dj2 mentioned this pull request May 19, 2020
dj2 added a commit that referenced this pull request May 20, 2020
Roll third_party/clspv/ c4579bb1d..1c32720c4 (10 commits)

google/clspv@c4579bb...1c32720

$ git log c4579bb1d..1c32720c4 --date=short --no-merges --format='%ad %ae %s'
2020-05-19 alanbaker Update llvm (#589)
2020-05-11 48454132+sjw36 SPIRVProducerPass refactor - phase2.1 (#579)
2020-05-08 jrprice Fix trunc removal in UndoTruncatedSwitchCondition (#584)
2020-05-08 alanbaker Switch to docker image based linux bots (#582)
2020-05-06 alanbaker Add output file to successful tests
2020-05-06 jrprice Fix check for module-scope push constants (#581)
2020-05-06 alanbaker Add fine-grained storage restrictions (#580)
2020-05-05 48454132+sjw36 SPIRVProducerPass refactor - phase2 (#565)
2020-05-04 alanbaker Add ability to generate global offset as spec constant (#576)
2020-05-04 alanbaker Fix local arg spec id assignment (#578)

Roll third_party/clspv-llvm/ 9671f6e8d..7cefd1b4c (2068 commits)

llvm/llvm-project@9671f6e...7cefd1b

$ git log 9671f6e8d..7cefd1b4c --date=short --no-merges --format='%ad %ae %s'
2020-05-19 flo [LV] Remove duplicated return stmt (NFC).
2020-05-05 jay.foad [InstCombine] Remove hasNoInfs check for pow(C,y) -> exp2(log2(C)*y)
2020-05-18 maskray [ELF] Make --trace-symbol track preempted shared definitions
2020-05-19 mydeveloperday [clang-format] @lefticus just taught the world how to use [[unlikely]] but we forgot to teach clang-format
2020-05-19 mydeveloperday [clang-format] [PR45614] Incorrectly indents [[nodiscard]] attribute funtions after a macro without semicolon
2020-05-19 mydeveloperday [clang-format] [PR44476] Add space between template and attribute
2020-05-19 mydeveloperday [clang-format] [PR45942] [[nodiscard]] causes && to be miss interpreted as BinaryOperators
2020-05-19 jezng Revert "[lld-macho] Support .subsections_via_symbols"
2020-05-19 jezng Revert "[lld-macho] Support X86_64_RELOC_UNSIGNED"
2020-05-19 kbobyrev [clangd-remote] Replace YAML serialization with proper Protobuf messages
2020-05-04 ehsan.nadjaran_toosi [MLIR] Update the FunctionAndBlockSignatureConverter and NonVoidToVoidReturnOpConverter of Buffer Assignment
2020-04-14 dkszelethus [analyzer][Nullability] Don't emit under the checker name NullabilityBase
2020-05-19 jasonliu.development [clang][AIX] Implement ABIInfo and TargetCodeGenInfo for AIX
2020-05-19 dkszelethus [analyzer] Don't print the config count in debug.ConfigDumper
2020-05-19 sam.mccall [clangd] Avoid StringRef entirely with gmock
2020-05-19 sam.mccall [clangd] findExplicitReferences supports goto labels
2020-05-15 jezng [lld-macho] Support X86_64_RELOC_UNSIGNED
2020-05-11 jezng [lld-macho] Support .subsections_via_symbols
2020-05-05 jezng [lld-macho] Support -order_file
2020-05-19 flo [VPlan] Fix comment for User in VPWidenSelectRecipe (NFC).
2020-05-19 zinenko [mlir] scf::ForOp: provide builders with callbacks for loop body
2020-05-19 gkm [lld] Remove unused lld/test/Driver/Inputs/**/libtest.a
2020-05-19 llvm-dev MCTargetOptionsCommandFlags.h - remove unnecessary includes. NFC.
2020-05-19 llvm-dev CommandLine.h - remove unnecessary raw_ostream forward declaration. NFC.
2020-05-19 llvm-dev MachineBasicBlock.h - remove unnecessary includes. NFC.
2020-05-19 vsavchenko [analyzer] SATestBuild.py: Optionally override compiler
2020-05-19 flo [VPlan] Add & use VPValue operands for VPReplicateRecipe (NFC).
2020-05-19 sam.mccall [clangd] Delete regex assertion, breaking on windows too...
2020-05-19 flo [VPlan] Remove unique_ptr from VPBranchOnRecipeMask (NFC).
2020-05-19 Matthew.Arsenault GlobalISel: Fix IRTranslator for constantexpr selects
2020-04-14 dkszelethus [analyzer][DirectIvarAssignment] Turn DirectIvarAssignmentForAnnotatedFunctions into a checker option
2020-05-19 hokein.wu [AST] Fix an assertion violation in FieldDecl::getParent.
2020-05-19 hokein.wu [clangd] Add a flag to preserve type for recovery expression.
2020-05-19 hokein.wu [AST] Fix the PrintQualifiedName for ObjC instance variable in class extension.
2020-05-19 gemiti Added a TanOp to SPIR-V dialect GLSL ops
2020-05-19 hokein.wu [AST][RecoveryExpr] Fix an assertion crash on openMP.
2020-05-19 sam.parker [NFC][ARM] Add more tail predication tests
2020-05-18 a.bataev [OPENMP50]Add initial support for 'affinity' clause.
2020-05-19 jay.foad [IR] Revert r119493
2020-05-19 llvm-dev Fix "not all control paths return a value" warning on MSVC builds.
2020-05-19 llvm-dev ObjectCache.h - replace unnecessary MemoryBuffer.h include with forward declarations. NFC.
2020-05-19 llvm-dev GlobalVariable.h - remove unused PointerUnion.h include. NFC
2020-05-05 dkszelethus [analyzer][MallocChecker] When modeling realloc-like functions, don't early return if the argument is symbolic
2020-05-18 csigg Unrank mcuMemHostRegister tensor argument.
2020-05-19 sam.mccall [clangd] Squash GCC error with StringRef + gtest MatchesRegex()
2020-05-18 frgossen [MLIR] Add helper functions for common integer types
2020-05-09 sam.mccall [clangd] Add CSV export for trace metrics
2020-05-06 sam.mccall [clangd] Complete filenames after < / ".
2020-05-19 kirankumar.tp [MLIR, OpenMP] Support for flush operation, and translating the same to LLVM IR
2020-05-19 carl.ritson [AMDGPU] Add more VMEM to SALU WAR hazard tests. NFC
(...)
2020-04-27 wei.huang [PowerPC][Future] Remove "unskipableSimplifyCode()" in PPCMIPeephole.cpp
2020-04-26 spatel [InstCombine] add tests for set/clear masked bits; NFC
2020-04-27 pifon [MLIR] Add getBody() method to SingleImplicitBlockTerminator op trait.
2020-02-13 wmi Recommit "Generate Callee Saved Register (CSR) related cfi directives like .cfi_restore"
2020-04-27 mydeveloperday [clang-format] NFC clang-format the clang-format sources
2020-02-02 l.lunak make sure to not warn about unused macros from -D
2020-04-27 ndesaulniers [MachineVerifier] retrofit iterators with range for. NFC
2020-04-27 craig.topper [X86][CostModel] Update costs for vector truncate with avx512f/avx512bw.
2020-04-21 ianlevesque [xray] Preserve x8 in trampoline on AArch64
2020-04-27 ditaliano [GlobalISel] Remove debug locations when emitting constants.
2020-04-23 maskray [llvm-objcopy] Don't specialize the all zero p_paddr case
2020-04-27 aeubanks Strip -showIncludes in getClangStripDependencyFileAdjuster()
2020-04-27 thakis remove temporary logging again now that things are figured out
2020-04-01 hoy [lld] Support --lto-emit-asm and --plugin-opt=emit-asm
2020-04-27 thakis Add a comment to TarWriterTest.LongFilename
2020-04-23 stefanp [PowerPC][Future] Implement PC Relative Tail Calls
2020-04-27 llvm-dev [X86][SSE] Regenerate oddsubvector.ll test checks
2020-04-27 lhames [JITLink] Fix endianness bug fedd32e2fa36.
2020-04-27 ldionne [libc++] Properly handle --no-execute in the new format
2020-04-27 maskray Reland D78945 TarWriter: Only use 137 of the 155 prefix bytes.
2020-04-27 craig.topper [X86][CostModel] Improve costs for fp_to_uint/fp_to_sint for vXi8/vXi16/v2i32 results.
2020-04-27 thakis Revert "TarWriter: Only use 137 of the 155 prefix bytes."
2020-04-27 wmi Fix a memory link problem in SampleProfTest.cpp.
2020-04-27 Matthew.Arsenault Fix test without built AMDGPU
2020-04-27 antiagainst [mlir][spirv] Fix SPIR-V translation registration
2020-04-27 pavel [lldb] Fix windows build break from 18e96a31
2020-04-27 antiagainst [mlir][linalg] Fix crash in tileAndFuseLinalgOpToParallelLoopsAndSetMarker
2020-04-27 maskray Fix test/Misc/warning-flags.c after 5c03beefa720bddb3e3f53c595a76bce7ad50f37
2020-04-27 llvm-project [Polly] Fix long loop due to unsigned warparound.
2020-04-27 thakis TarWriter: Only use 137 of the 155 prefix bytes.
2020-04-27 ldionne [libc++] Quote path to the Python executable in ShTest
2020-04-27 flo [Matrix] Add draft specification for matrix support in Clang.
2020-04-27 david.truby [flang][NFC] Fix gcc 9 warning in omp combined construct checks.
2020-04-23 maskray [llvm-objdump] Print target address with evaluateMemoryOperandAddress()
2020-04-22 Matthew.Arsenault clang: Allow backend unsupported warnings
2020-04-23 mtrofin [llvm][NFC] Add an explicit 'ComputeFullInlineCost' API
2020-04-27 jay.foad [AMDGPU] Remove odd blank line in debug output.
2020-04-21 wmi [ProfileSummary] Add partial profile annotation on IR.
2020-04-27 pavel [lldb/unittests] Skip IPv6 test on systems which don't have IPv6 configured
2020-04-27 antiagainst [mlir][doc] Add missing ` that breaks rendering
2020-04-27 ntv [mlir][VectorOps] Extend VectorTransfer lowering to n-D memref with minor identity map
2020-04-27 ldionne [libc++abi] Assume that libcxx is checked out in the Apple build script
2020-04-27 david.sherwood [CodeGen] Use SPLAT_VECTOR for zeroinitialiser with scalable types
2020-04-27 tpopp [MLIR][NFC] Organize the ordering in LLVM.h
2020-04-27 momchil.velikov Fix the check for regparm in FunctionType::ExtInfo
2020-04-27 david.sherwood [CodeGen] Use SPLAT_VECTOR for zeroinitialiser with scalable types
2020-04-27 gribozavr Revert "recommit c77a4078e01033aa2206c31a579d217c8a07569b"
2020-04-27 david.green [ARM] Allow fma in tail predicated loops
2020-04-27 teemperor [lldb][cmake] Move the remove_module_flags call to the right place in debugserver's CMakeLists
2020-04-17 ldionne [libc++] Create a small DSL for defining Lit features and parameters

Roll third_party/cppdap/ 4dcca5775..9e313445b (2 commits)

google/cppdap@4dcca57...9e31344

$ git log 4dcca5775..9e313445b --date=short --no-merges --format='%ad %ae %s'
2020-05-05 bclayton Kokoro Ubuntu: Switch to docker image
2020-04-27 bclayton Update DAP protocol to Version 1.40

Roll third_party/dxc/ a841ddde5..36ecb4320 (26 commits)

microsoft/DirectXShaderCompiler@a841ddd...36ecb43

$ git log a841ddde5..36ecb4320 --date=short --no-merges --format='%ad %ae %s'
2020-05-19 jeffno Move debug counter out of harm's way (#2887)
2020-05-19 40001162+alelenv [spirv] Enforce SPIR-V 1.4 for SPV_KHR_ray_tracing. (#2877)
2020-05-14 mgong Change HLSL_DISABLE_DEBUG_ITERATORS to more natural HLSL_ENABLE_DEBUG_ITERATORS and flip the default value (#2885)
2020-05-14 3507248+vcsharma Update hctdb (#2886)
2020-05-14 31109344+adam-yang Recover lost debug info for returned variable. (#2869)
2020-05-13 jeffno PIX: Rely on debug info for struct packing (#2883)
2020-05-13 mgong Add an option to turn on/off debug iterators (#2879)
2020-05-12 hekotas Unify hctbuild option to all use '-' (#2880)
2020-05-12 grroth Correct Const vector truncation test for debug (#2881)
2020-05-12 hekotas hcttest.cmd: Enable running standalone dxilconv tests (#2878)
2020-05-11 grroth Support constant expression truncation (#2870)
2020-05-11 mgong Fix compiling issues in x86 configuration (#2875)
2020-05-11 hekotas CMake customization and bug fixes (#2874)
2020-05-12 lujiao Implement SPV_KHR_ray_query generation (#2834)
2020-05-07 ehsannas Support for printf intrinsic (#2829)
2020-05-06 texr Add warning group: for-redefinition (#2868)
2020-05-06 grroth Erase dx.break call instruction when replaced (#2867)
2020-05-04 ehsannas [build] Abandon making artifacts by Travis. (#2866)
2020-05-01 python3kgae Mark precise on dxil operations when set Gis. (#2861)
2020-04-30 grroth Correct long loops for wave-sensitive tracing (#2859)
2020-04-30 python3kgae Enable copy-in copy-out for lib profile. (#2858)
2020-04-29 texr Use SmallMapVector for deterministic ordering from GetOpFuncList (#2857)
2020-04-29 grroth Handle more complicated dx.break circumstances (#2825)
2020-04-28 grroth Use Attribute to designate wave-sensitive intrinsics (#2853)
2020-04-28 python3kgae Not copy GEP arg when the ptr is alloca/arg/const global. (#2855)
2020-04-28 31109344+adam-yang Optimized bitcode loading. Added function to only materialize named MD. (#2854)

Roll third_party/glslang/ f03cb290a..0ab78114a (16 commits)

KhronosGroup/glslang@f03cb29...0ab7811

$ git log f03cb290a..0ab78114a --date=short --no-merges --format='%ad %ae %s'
2020-05-18 laddoc Add check for DOUBLE in low versions (#2223)
2020-05-18 greg Flatten all interface variables (#2217)
2020-05-18 cepheus Bump version.
2020-05-15 lryer Reserve unused std140 uniform block in reflection, and fix uniform block matrix layout (#2041)
2020-05-15 cepheus Bump version.
2020-05-14 duke.acacia Move to newer version of SPIRV-Tools
2020-05-12 cepheus Address #2211: Improve the copy constructor of TVarLivePair.
2020-05-11 xilefmai Fix Web build
2020-05-08 sebastian.neubauer Explicitly mark some enums as unsigned
2020-05-01 cepheus Fix #2191: Error check for indexing reference containing unsize array.
2020-05-01 cepheus GLSL: Separate out swizzle handling (potentially fixing bugs).
2020-04-21 pmistry Add support for es extension GL_EXT_blend_func_extended * Introduces builtin variables gl_SecondaryFragColorEXT and gl_SecondaryFragDataEXT * Introduces builtin constant gl_MaxDualSourceDrawBuffersEXT * enables support for layout qualifier "index" in es profile
2020-04-30 63069047+pmistryNV Add support for extension GL_EXT_shader_integer_mix (#2203)
2020-04-26 pmistry Add support for extension GL_EXT_shader_implicit_conversions Updated extension management in TIntermediate class.
2020-04-30 cepheus Fix #2201: Improve const and copy constructor for TVarLivePair.
2020-04-29 63069047+pmistryNV Add support for extension GL_ARB_vertex_attrib_64bit (#2193)

Roll third_party/googletest/ dcc92d0ab..011959aaf (26 commits)

google/googletest@dcc92d0...011959a

$ git log dcc92d0ab..011959aaf --date=short --no-merges --format='%ad %ae %s'
2020-05-13 absl-team Googletest export
2020-05-13 absl-team Googletest export
2020-05-11 absl-team Googletest export
2020-05-08 martin Remove an explicit include of debugapi.h
2020-05-08 martin Revert "Googletest export"
2020-05-07 absl-team Googletest export
2020-05-04 absl-team Googletest export
2020-04-30 absl-team Googletest export
2020-04-28 absl-team Googletest export
2020-04-27 absl-team Googletest export
2020-04-24 absl-team Googletest export
2020-04-23 absl-team Googletest export
2020-04-20 absl-team Googletest export
2020-04-20 absl-team Googletest export
2020-04-17 absl-team Googletest export
2020-05-01 56075233+keshavgbpecdelhi Removed a typo in README.md
2020-03-28 arthur.j.odwyer Add -Wdeprecated to the build configuration.
2020-04-16 arthur.j.odwyer Fix a -Wdeprecated warning.
2020-04-16 arthur.j.odwyer Fix a -Wdeprecated warning.
2020-04-16 arthur.j.odwyer Fix a -Wdeprecated warning.
2020-04-16 arthur.j.odwyer Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.
2020-04-19 igor.n.nazarenko Enable protobuf printing for open-source proto messages.
2020-04-16 arthur.j.odwyer VariadicMatcher needs a non-defaulted move constructor for compile-time performance.
2020-04-05 jijyunneng Remove duplicate codes existed in get-nprocessors.sh
2020-03-29 verdoialaurent Fix --gtest_print_time coloring
2020-03-18 calum.robinson Add GTEST_BRIEF option

Roll third_party/shaderc/ 41f271e61..00ac5d821 (5 commits)

google/shaderc@41f271e...00ac5d8

$ git log 41f271e61..00ac5d821 --date=short --no-merges --format='%ad %ae %s'
2020-05-11 rharrison Rolling 4 dependencies (#1062)
2020-05-11 chinmaygarde Only add -fPIC if supported by the compiler. (#1061)
2020-05-06 rharrison Remove Singleton pattern around access to glslang (#1059)
2020-05-05 rharrison Add .NET bindings to README.md (#1060)
2020-05-04 rharrison Rolling 5 dependencies and fixing build (#1057)

Roll third_party/spirv-tools/ d0a87194f..18ba3d9a3 (20 commits)

KhronosGroup/SPIRV-Tools@d0a8719...18ba3d9

$ git log d0a87194f..18ba3d9a3 --date=short --no-merges --format='%ad %ae %s'
2020-05-19 vladimir.davidovich allow cross compiling for Windows Store, UWP, etc. (#3330)
2020-05-19 vasniktel spirv-fuzz: Remove FuzzerPassAddUsefulConstructs (#3341)
2020-05-19 vasniktel Add support for StorageBuffer (#3348)
2020-05-19 462213+sl1pkn07 Prevent Effcee install his things when build spirv-tools with testing enabled (#3256)
2020-05-19 stevenperron Don't register edges twice in merge return (#3350)
2020-05-14 stevenperron Revert "Revert "[spirv-opt] refactor inlining pass (#3328)" (#3342)" (#3345)
2020-05-14 afdx spirv-reduce: Remove unused struct members (#3329)
2020-05-14 andreperezmaselco.developer Add adjust branch weights transformation (#3336)
2020-05-13 stevenperron Revert "[spirv-opt] refactor inlining pass (#3328)" (#3342)
2020-05-13 jaebaek [spirv-opt] refactor inlining pass (#3328)
2020-05-13 afdx spirv-reduce: Remove unused uniforms and similar (#3321)
2020-05-13 afdx spirv-fuzz: Fix to fact manager (#3339)
2020-05-13 afdx spirv-fuzz: Get rid of unnecessary template method (#3340)
2020-05-12 stevenperron Do merge return if the return is not at the end of the function. (#3337)
2020-05-06 jaebaek Preserve debug info for wrap-opkill (#3331)
2020-05-05 jbolz Validate ShaderCallKHR memory scope (#3332)
2020-05-01 afdx spirv-fuzz: Do not allow adding stores to read-only pointers (#3316)
2020-04-30 paulthomson reduce: increase default step limit (#3327)
2020-04-30 afdx Generalize IsReadOnlyVariable() to apply to pointers (#3325)
2020-04-28 stevenperron Delete nullptr in function bb list immedietly (#3326)

Roll third_party/swiftshader/ 941293d51..b6e8c3f0f (40 commits)

https://swiftshader.googlesource.com/SwiftShader.git/+log/941293d512fe..b6e8c3f0f483

$ git log 941293d51..b6e8c3f0f --date=short --no-merges --format='%ad %ae %s'
2020-05-01 capn Encapsulate the RValue<T> value field
2020-05-01 capn Add type-safe Reference<T> load method
2020-05-01 capn Add type-safe LValue<T> load and store methods
2020-05-01 capn Retrieve Variable type through an abstract method
2020-05-08 capn Rename Reactor static getType() methods to type()
2020-05-15 capn Fix processing OpExecutionMode for the requested entry point
2020-05-13 capn Regres: Reverse full test run order
2020-03-20 srisser Fix asserts due to missing texture formats
2020-05-08 sugoi Fix missing border update after Image blit
2020-05-11 jonahr Wrap Xcb reply call for error handling
2020-05-12 sugoi Fix sRGB color clear
2020-05-04 amaiorano Add high precision filtering extension
2020-05-08 capn Regres: Limit the Gerrit comment message length
2020-05-07 nicolascapens Revert "Produce MSVC error when virtual class misses virtual destructor"
2020-05-04 capn Remove typeinfo from Vulkan exported symbols
2020-05-05 capn Produce MSVC error when virtual class misses virtual destructor
2020-05-06 sugoi Also use out of bound detection for image stores
2020-05-06 bclayton CMakeLists: Fix building of llvm-with-cov
2020-05-04 jrprice Insert __msan_unposion for masked/scattered stores
2020-04-15 sugoi Detect out of bounds image pointers
2020-05-05 swiftshader.regress Regres: Update test lists @ 6ce626b4
2020-05-05 bclayton Regres: Don't nuke the daily test dir before using the test results
2020-05-05 bclayton CMake: Only build turbo-cov with clang + llvm 10
2020-05-04 capn Remove typeinfo from GLES exported symbols
2020-04-29 capn Enable the shaderStorageImageArrayDynamicIndexing feature
2020-04-29 capn Enable the shaderStorageBufferArrayDynamicIndexing feature
2020-04-29 capn Enable the shaderSampledImageArrayDynamicIndexing feature
2020-04-29 capn Enable the shaderUniformBufferArrayDynamicIndexing feature
2020-01-31 capn Implement dynamic descriptor array indexing
2020-04-06 capn Skip image sampling if no SIMD lanes are active
2020-04-30 capn Move the OFFSET() macro to Reactor
2020-05-01 amaiorano Regres: use Subzero backend by default
2020-04-30 bclayton Squashed 'third_party/marl/' changes from 748d3c161..3c643dd4c
2020-04-30 bclayton Vulkan/Debug: Don't step for column updates
2020-04-30 bclayton Vulkan/Debug: Fix build with clang-10.
2020-04-12 bclayton Device: Use std::unique_ptr instead of raw pointers
2020-04-09 amaiorano CMake: add graphviz generation scripts
2020-04-29 jrprice Fix null dereference in OFFSET macro
2020-04-29 capn Fix JIT on separate thread
2020-04-28 capn Avoid implicitly destructing thread-locals

Roll third_party/vulkan-headers/ 4c19ae6b9..09531f279 (3 commits)

KhronosGroup/Vulkan-Headers@4c19ae6...09531f2

$ git log 4c19ae6b9..09531f279 --date=short --no-merges --format='%ad %ae %s'
2020-05-15 oddhack Update for Vulkan-Docs 1.2.141
2020-05-04 devrel Remove advanced notice of header change
2020-05-04 oddhack Update for Vulkan-Docs 1.2.140

Roll third_party/vulkan-loader/ 3336e65e8..3e390a159 (4 commits)

KhronosGroup/Vulkan-Loader@3336e65...3e390a1

$ git log 3336e65e8..3e390a159 --date=short --no-merges --format='%ad %ae %s'
2020-05-12 charles loader: Preload ICD use its own mutex
2020-05-05 shannon build: Fix `loader_genvk.py` error logging
2020-05-04 shannon build: Update known-good for 1.2.140 header
2020-04-28 petr_kraus docs: Fix typo

Roll third_party/vulkan-validationlayers/ a977d6557..67eac5116 (101 commits)

KhronosGroup/Vulkan-ValidationLayers@a977d65...67eac51

$ git log a977d6557..67eac5116 --date=short --no-merges --format='%ad %ae %s'
2020-05-14 tony tests: Add test for validation features
2020-05-13 tony layers: Validate validation features
2020-05-15 s.fricke tests: Add AHB MemoryReq VUIDs
2020-05-14 s.fricke layers: Add AHB MemoryReq VUIDs
2020-05-12 mark docs: Update khronos validation layer doc for form and content
2020-05-05 mark tests: Add spec URL tests
2020-05-05 mark cmake: Add spec build option to tests build
2020-05-04 mark cmake: Add layer option to create annotated spec vuid links
2020-05-02 mark logging: Construct either khronos or annotated spec links
2020-05-05 mark scripts: Use apiversion from json file instead of hardcoded
2020-05-01 mark scripts: Update val stats script to generate 1.2 errormsg URLs
2020-05-13 s.fricke layers: Add attachment index to message
2020-05-13 s.fricke layers: Label YCbCr VUIDs
2020-05-14 mark practices: Warn that debug_report is deprecated
2020-05-14 mark tests: Add deprecated extension test cases
2020-05-14 mark practices: Repair deprecated extension version checks
2020-05-13 tony layers: Fix custom border color check
2020-04-15 tony tests: Tests for custom border color
2020-04-15 tony layers: Validation for VK_EXT_custom_border_color
2020-05-12 jan-harald.fredriksen tests: Add VK_EXT_fragment_density_map validation tests
2020-05-12 jan-harald.fredriksen layers: Validate VK_EXT_fragment_density_map
2020-05-12 mark stateless: Fix unchanged parameter-validation line
2020-05-06 souravp tests: handling for various Ray tracing VUID
2020-05-12 mark layers: Fix local variable name style
2020-05-06 souravp layers: handles multiple ray tracing VUID
2020-05-11 s.fricke tests: Add HOST_STAGE VUIDs
2020-05-07 s.fricke layers: Add HOST_STAGE VUIDs
2020-05-09 karl travis: Improve ccache efficiency on Travis-CI builds
2020-05-08 s.fricke tests: Add VK_EXT_sampler_filter_minmax VUID
2020-05-08 s.fricke layers: Add VK_EXT_sampler_filter_minmax VUID
2020-05-07 s.fricke layers: Add VUID 00829
2020-05-08 s.fricke layers: Label VUID 04006
2020-05-11 jbolz tests: Add null descriptor validation tests
2020-05-08 jbolz layers: Validate VK_EXT_robustness2
2020-05-11 mark practices: Change non-success warnings to infos
2020-05-08 mark corechecks: Fix unused function assert in clang release builds
2020-05-08 mark docs: Update BUILD.md for the new SPIRV-headers dependency
2020-05-02 mark tests: Audit use of locks in ErrorMonitor
2020-05-08 mark tests: Added CmdBindIndexBuffer TYPE_UINT8_EXT test case
2020-05-08 mark stateless: Fixed null check for uint8_feature validation
2020-05-07 mark layers: Avoid state updates if QueueSubmit doesn't succeed
2020-05-06 tony layers: Move logging into ValidateDescriptorSetBindingData
2020-05-05 tony tests: Test gpu-av aborts
2020-05-01 tony gpu: Initialize layout handles
2020-05-07 shannon build: Modify tests for VUID changes for 1.2.140
2020-05-07 mikes travis: Remove devsim from validation cloud CI
2020-05-06 shannon scripts: Modify scripts to output UNIX line ending
2020-05-06 mark lifetimes: Fixed code generator to ignore new param attribs
2020-05-01 shannon build: Update known-good files for 1.2.140 header
2020-05-06 mark tests: Fix an END_RANGE use that slipped through code review
(...)
2020-05-05 tony layers: Don't validate QueueFamilyIndices if !CONCURRENT
2020-05-05 tony docs: Add debug printf to settings file
2020-05-04 s.fricke tests: Add drawIndirectCount VUIDs
2020-05-02 s.fricke layers: Add drawIndirectCount VUIDs
2020-05-02 s.fricke layers: Add drawIndirectCount parameterValidation
2020-05-04 s.fricke tests: Add feature12 extension VUIDs
2020-05-04 s.fricke layers: Add feature12 extension VUIDs
2020-04-28 mark build: Install SPIRV-Headers for validation layers build
2020-05-04 s.fricke tests: Add VK_EXT_sample_locations VUIDs
2020-05-03 s.fricke layers: Add VK_EXT_sample_locations VUIDs
2020-05-02 s.fricke tests: Add VUID 02243 and 02245
2020-05-02 s.fricke layers: Add VUID 02243 and 02245
2020-05-02 s.fricke layers: Label RenderPass2 VUIDs
2020-05-03 spang Don't validate initial layout on external resource acquire
2020-04-30 s.fricke tests: Add extra support for VUID 01549
2020-04-23 s.fricke layers: Add support for VUID 01549
2020-04-11 s.fricke tests: Add extra test for multi-plane format Compatibility
2020-05-01 tony tests: Set 1.1 target api for gpu tests
2020-04-25 s.fricke tests: Add Query VUIDs
2020-04-25 s.fricke layers: Add Query VUIDs
2020-04-25 s.fricke tests: Add VUID 00431 and 00432
2020-04-25 s.fricke layers: Add VUID 00431
2020-04-28 mark tests: Add test for Qfamilyindices in EXCLUSIVE sharing mode
2020-04-28 mark safe_structs: Ignore pQueueFamilyIndices if NOT CONCURRENTMODE
2020-05-01 tony gpu: Blacklist Nexus Player in OOBGraphicsShaders
2020-04-25 s.fricke tests: Add GetDeviceQueue VUIDs
2020-04-25 s.fricke layers: Add GetDeviceQueue VUIDs
2020-04-29 tony tests: Make api checks consistent
2020-04-29 mark tests: Add BP tests for non-success return code warnings
2020-04-29 mark practices: Fix messages for non-success return codes
2020-04-29 greg Add shader usage to debug printf doc
2020-04-29 tony tests: Use IsPlatform to detect Mock ICD
2020-04-23 tony tests: Move skip decision from blacklist to test
2020-04-23 tony tests: Add physical device properties retrieval
2020-04-25 souravp tests:AccelarationStructure tests
2020-04-25 souravp layers: ray tracing validation
2020-04-28 s.fricke tests: Add Support for RP Attachment VUIDs
2020-04-28 s.fricke layers: Add Support for RP Attachment VUIDs
2020-04-29 s.fricke tests: Add support for vkBindImageMemory2 VUID
2020-04-29 s.fricke layers: Add support for vkBindImageMemory2 VUID
2020-04-27 souravp tests: VK_NV_device_diagnostic_checkpoints
2020-04-27 souravp layers: VK_NV_device_diagnostic_checkpoints
2020-04-23 s.fricke tests: Add support for VUID 02634
2020-04-23 s.fricke layers: Add support for VUID 02634
2020-04-25 s.fricke tests: Add VUID 01658 and 01659
2020-04-25 s.fricke layers: Add VUID 01658 and 01659
2020-04-28 tony layers: Fix ValidateClearAttachmentExtent
2020-04-29 mark practices: Fix ValidateReturnCodes parameters
2020-04-25 s.fricke tests: Add VUID 02682 and 02683
2020-04-25 s.fricke layers: Add VUID 02682 and 02683

Created with:
  roll-dep third_party/clspv third_party/clspv-llvm third_party/cppdap third_party/dxc third_party/glslang third_party/googletest third_party/json third_party/lodepng third_party/shaderc third_party/spirv-headers third_party/spirv-tools third_party/swiftshader third_party/vulkan-headers third_party/vulkan-loader third_party/vulkan-validationlayers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants