Commit Graph

3 Commits

Author SHA1 Message Date
David Neto d0bb9b3c02 roll-all: Fix args for GNU find(1)
Change-Id: I004581a42df5bd719819da36f8222b3cd0de8e7f
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34006
Auto-Submit: David Neto <dneto@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
2020-11-25 21:08:37 +00:00
dan sinclair c9a3e47396 Roll Tint dependencies
Roll third_party/spirv-tools/ 8a0ebd40f..7e1825a59 (96 commits)

8a0ebd40f8..7e1825a596

$ git log 8a0ebd40f..7e1825a59 --date=short --no-merges --format='%ad %ae %s'
2020-10-19 afdx spirv-fuzz: Take care of OpPhi instructions when inlining ()
2020-10-16 afdx spirv-fuzz: Fix to TransformationInlineFunction ()
2020-10-16 afdx spirv-fuzz: Wrap early terminators before merging returns ()
2020-10-16 jaebaek Add DebugValue for function param regardless of scope ()
2020-10-16 afdx Temporary fix to make GoogleTest compile. ()
2020-10-15 afdx spirv-fuzz: Lower probability of adding bit instruction synonyms ()
2020-10-15 afdx spirv-fuzz: Fix handling of OpPhi in FlattenConditionalBranch ()
2020-10-13 afdx spirv-fuzz: Avoid creating blocks without parents ()
2020-10-13 afdx spirv-fuzz: Do not allow creation of constants of block-decorated structs ()
2020-10-13 afdx spirv-fuzz: Fixes related to irrelevant ids ()
2020-10-13 afdx spirv-fuzz: Fix to transformation that adds a synonym via a loop ()
2020-10-13 afdx spirv-fuzz: Fix to duplicate region with selection ()
2020-10-09 afdx spirv-fuzz: Do not expose synonym facts for non-existent ids ()
2020-10-08 afdx spirv-fuzz: Do not add synonyms involving irrelevant ids ()
2020-10-08 afdx spirv-fuzz: Do not replace irrelevant ids that are not in blocks ()
2020-10-08 afdx spirv-fuzz: Wrap OpKill and similar in function calls ()
2020-10-08 dj2 Update val to handle reversed instruction sections. ()
2020-10-06 afdx spirv-fuzz: Replace dead-block terminators with OpKill etc. ()
2020-10-06 vasniktel spirv-fuzz: TransformationPropagateInstructionDown ()
2020-10-06 afdx spirv-fuzz: Transformation to add wrappers for OpKill and similar ()
2020-10-06 afdx spirv-fuzz: Use overflow ids when duplicating regions ()
2020-10-06 vasniktel spirv-fuzz: Fix rvalue references ()
2020-10-02 afdx spirv-fuzz: Avoid using block-decorated structs in transformations ()
2020-10-02 afdx spirv-fuzz: Use overflow ids when inlining functions ()
2020-10-02 jaebaek Debug info preservation in convert-local-access-chains pass ()
2020-10-02 vasniktel spirv-fuzz: Refactor fact manager tests ()
2020-10-02 afdx spirv-fuzz: Integrate spirv-reduce with shrinker ()
2020-10-02 afdx spirv-fuzz: Only recommend passes when a pass had an effect ()
2020-10-02 stefano.milizia00 spirv-fuzz: Merge the return instructions in a function ()
2020-10-01 jaebaek Debug info preservation in redundancy-elimination pass ()
2020-10-01 jaebaek Debug info preservation in if-conversion pass ()
2020-10-01 vasniktel spirv-fuzz: Refactor conditions in the fact manager ()
2020-10-01 vasniktel spirv-fuzz: TransformationWrapRegionInSelection ()
2020-10-01 afdx spirv-fuzz: Enable some passes with high probability ()
2020-10-01 afdx spirv-fuzz: Do not add constants for Block-decorated structs ()
2020-10-01 vasniktel spirv-fuzz: Fix to FuzzerPassFlattenConditionalBranches ()
2020-09-30 vasniktel spirv-fuzz: Fix TransformationRecordSynonymousConstants ()
2020-09-30 afdx spirv-fuzz: Fix flatten conditional branch transformation ()
2020-09-29 afdx spirv-fuzz: Report fresh ids in transformations ()
2020-09-28 dj2 [spirv-dis] Add some context comments to disassembly. ()
2020-09-28 emaxx Fix use-after-move in val/validate.cpp ()
2020-09-26 antonikarp spirv-fuzz: Fix bug in TransformationDuplicateRegionWithSelection ()
2020-09-26 andreperezmaselco.developer spirv-fuzz: Support OpNot bit instruction case ()
2020-09-25 afdx spirv-fuzz: Return IR and transformation context after replay ()
2020-09-24 paulthomson spirv-fuzz: fix test ()
2020-09-24 afdx spirv-fuzz: Use unique_ptr<FactManager> in TransformationContext ()
2020-09-24 ehsannas Start SPIRV-Tools v2020.6
2020-09-24 ehsannas Finalize SPIRV-Tools v2020.5
2020-09-24 ehsannas Update CHANGES
2020-09-24 vasniktel spirv-fuzz: Support dead blocks in TransformationAddSynonym ()
2020-09-24 vasniktel spirv-fuzz: Move IRContext parameter into constructor ()
2020-09-24 Simran-B Add missing backticks around <result-id> ()
2020-09-23 rharrison Validate SPIRV Version number when parsing binary header ()
2020-09-23 stefanomil spirv-fuzz: Create synonym of int constant using a loop ()
2020-09-22 58573781+richard-lunarg Fix compiler error on macOS with XCode12 ()
2020-09-22 vasniktel spirv-fuzz: Handle OpPhis in TransformationInlineFunction ()
2020-09-22 stevenperron Update CHANGES
2020-09-22 afdx spirv-fuzz: Refactor fuzzer, replayer and shrinker ()
2020-09-18 afdx spirv-fuzz: Add pass recommendations ()
2020-09-18 stefanomil spirv-fuzz: Consider all ids from dead blocks irrelevant ()
2020-09-18 afdx Fix header guard macros ()
2020-09-18 antonikarp spirv-fuzz: Fix TransformationDuplicateRegionWithSelection ()
2020-09-17 46493288+sfricke-samsung spirv-val: Add DeviceIndex ()
2020-09-16 rharrison Fix missed modification flagging ()
2020-09-16 andreperezmaselco.developer spirv-fuzz: Use an irrelevant id for the unused components ()
2020-09-16 stefanomil spirv-fuzz: Improvements to random number generation ()
2020-09-16 greg Add buffer oob check to bindless instrumentation ()
2020-09-16 vasniktel spirv-fuzz: Remove CanFindOrCreateZeroConstant ()
2020-09-15 andreperezmaselco.developer spirv-fuzz: Add bit instruction synonym transformation ()
2020-09-16 vasniktel spirv-fuzz: Skip unreachable blocks ()
2020-09-15 afdx Fix build errors ()
2020-09-15 vasniktel spirv-fuzz: Handle invalid ids in fact manager ()
2020-09-15 vasniktel spirv-fuzz: Support memory instructions MoveInstructionDown ()
2020-09-15 stefanomil spirv-fuzz: Pass submanagers to other submanagers when necessary ()
2020-09-15 stefanomil spirv-fuzz: Transformation to flatten conditional branch ()
2020-09-14 46493288+sfricke-samsung spirv-val: Add BaseInstance, BaseVertex, DrawIndex, and ViewIndex ()
2020-09-14 dnovillo Properly mark IR changed if instruction folder creates more than one constant. ()
2020-09-11 afdx Add missing file to BUILD.gn ()
2020-09-11 antonikarp spirv-fuzz: Add TransformationDuplicateRegionWithSelection ()
2020-09-11 afdx spirv-reduce: Support reducing a specific function ()
2020-09-10 afdx spirv-reduce: Refactoring ()
2020-09-10 afdx Favour 'integrity' over 'coherence' as a replacement for 'sanity'. ()
2020-09-10 antonikarp spirv-fuzz: Fix header guards in transformations/fuzzer passes ()
2020-09-10 paulthomson spirv-fuzz: Add SPIRV_FUZZ_PROTOC_COMMAND ()
2020-09-10 paulthomson Add missing include ()
2020-09-09 paulthomson Improve spirv-fuzz CMake code ()
2020-09-08 stevenperron Allow SPV_KHR_8bit_storage extension. ()
2020-09-08 stefanomil spirv-opt: Add function to compute nesting depth of a block ()
2020-09-03 stefanomil spirv-fuzz: Transformation to convert OpSelect to conditional branch ()
2020-09-02 46493288+sfricke-samsung spirv-val: Add Vulkan VUID labels to BuiltIn ()
2020-09-02 vasniktel spirv-fuzz: Add support for BuiltIn decoration ()
2020-09-02 stefanomil spirv-fuzz: Fix GetIdEquivalenceClasses ()
2020-09-02 stefanomil spirv-fuzz: Replace id in OpPhi coming from a dead predecessor ()
2020-09-01 stefanomil spirv-fuzz: Transformation to replace the use of an irrelevant id ()
2020-09-01 vasniktel spirv-fuzz: TransformationMutatePointer ()
2020-09-01 stefanomil spirv-fuzz: Compute interprocedural loop nesting depth of blocks ()

Created with:
  roll-dep third_party/spirv-tools

Roll third_party/gpuweb-cts/ 40e337a38..2a53a9bd3 (61 commits)

40e337a387..2a53a9bd3d

$ git log 40e337a38..2a53a9bd3 --date=short --no-merges --format='%ad %ae %s'
2020-10-13 9856269+sarahM0 Update WGSL tests ()
2020-10-01 yunchao.he Fix a bug for texture usage validation in compute ()
2020-09-29 kainino Rename asyncReinitDeviceWithDescriptor -> selectDeviceOrSkipTestCase ()
2020-09-29 jiawei.shao Add tests about compressed texture formats in CopyT2T validation tests ()
2020-09-28 kainino Add cts.code-workspace for project-global settings. ()
2020-09-28 yunchao.he Test replaced bindings for texture usage validation in compute ()
2020-09-28 jiawei.shao Add .vscode/ to gitignore
2020-09-25 enrico.galli Moving createEncoder to ValidationTest ()
2020-09-25 kainino Enable WebGPU tests with descriptors ()
2020-09-24 shaobo.yan Validation tests for copyImageBitmapToTexture. ()
2020-09-23 jiawei.shao Add validation tests for CopyTextureToTexture - Part II ()
2020-09-21 yunchao.he Resource usage validation in compute ()
2020-09-18 kainino Allow per-test descriptions ()
2020-09-18 kainino Add a very lightweight preprocessor using JS template strings ()
2020-09-18 kainino Significantly speed up build by optimizing n^2 code ()
2020-09-15 enrico.galli Add debug groups and makers test ()
2020-09-12 jiawei.shao Add validation tests of CopyTextureToTexture - Part I ()
2020-09-09 yunchao.he Add texture usage validation scope test ()
2020-09-10 jiawei.shao Add operation tests of CopyBufferToBuffer ()
2020-09-08 yunchao.he Combine Texture subresource shapes/overlap with using bundle or not ()
2020-09-02 yunchao.he Add more texture usage validation tests: unused bindings ()
2020-08-28 yunchao.he Enhance texture usage validation tests ()
2020-08-27 dj2 Fix WGSL test syntax errors. ()
2020-08-25 44079328+kunalmohan Fix setScissorRect() validation ()
2020-08-20 tommek Copy between linear data and texture operation tests ()
2020-08-20 yunchao.he Add more tests for texture resource usage tracking in render ()
2020-08-19 fd Add w3c.json file for W3C tracking purpose
2020-08-19 kainino Revise README and include new guidelines for pull requests ()
2020-08-18 kainino Support JSON objects in param values ()
2020-08-16 kainino empty commit ()
2020-08-14 yunchao.he Add test for different read write usages combinations ()
2020-08-15 tommek Adding a TODO for copy between linear data and texture tests ()
2020-08-14 kainino Split IDL flags tests into one case per member; add QUERY_RESOLVE ()
2020-08-14 kainino Update types and split texture tables to accommodate compressed formats ()
2020-08-14 kainino Make jsUndefinedMagicValue less magic ()
2020-08-12 kainino standalone: use <pre> for descriptions ()
2020-08-13 jiawei.shao Add validation tests for CopyBufferToBuffer ()
2020-08-11 tommek Copy between linear data and texture validation tests ()
2020-08-10 44079328+kunalmohan Use Babel plugin to support Nullish Coalescing operator ()
2020-08-04 yunchao.he Add subresource usage validation tests for different shader stages ()
2020-07-31 yunchao.he Add texture subresource usage validation tests in render ()
2020-07-30 brandon1.jones Implement Render Pass Resolve Validation Tests ()
2020-07-27 brandon1.jones Implement RenderPass StoreOp Operation Tests ()
2020-07-27 yunchao.he Fixes about hasDynamicOffset and multisampled in BGL ()
2020-07-24 kainino Update to use new mapping primitives everywhere ()
2020-07-24 yunchao.he Refactor some validation tests in createBindGroupLayout ()
2020-07-24 kainino Represent undefined with a magic value in JSON ()
2020-07-23 68128706+cerisano Update README.md ()
2020-07-17 brandon1.jones RenderPass StoreOp Validation Tests ()
2020-07-17 kainino In params().combine() types, flatten unions of interfaces before merging them ()
2020-07-15 yunchao.he Add tests for bindGroupLayout's variables ()
2020-07-16 shaobo.yan CTS for CopyImageBitmap: test color conversion ()
2020-07-13 yunchao.he Add a test for minBufferBindingSize ()
2020-07-13 yunchao.he Update node_module/@webgpu/types to 0.0.27 ()
2020-07-10 yunchao.he Remove dynamic_set_to_true_is_allowed_only_for_buffers ()
2020-07-08 brandon1.jones Add Initial Coverage TODOs for Render Pass StoreOP ()
2020-07-07 kainino Update README.md ()
2020-07-06 yunchao.he Move visibility_and_dynamic_offset to createBindGroupLayout tests ()
2020-07-06 brandon1.jones Minor Improvements To Setup Instructions ()
2020-06-29 kainino Travis deploy master->main ()
2020-06-23 44079328+kunalmohan Use babel plugin to prevent optional chaining in generated code ()

Created with:
  roll-dep third_party/gpuweb-cts

Roll third_party/googletest/ df6b75949..3c95bf552 (35 commits)

df6b75949b..3c95bf5524

$ git log df6b75949..3c95bf552 --date=short --no-merges --format='%ad %ae %s'
2020-10-15 dmauro Googletest export
2020-10-14 absl-team Googletest export
2020-10-14 dmauro Googletest export
2020-10-14 dmauro Googletest export
2020-10-14 absl-team Googletest export
2020-10-14 dmauro Googletest export
2020-10-14 absl-team Googletest export
2020-10-13 dmauro Googletest export
2020-10-13 dmauro Googletest export
2020-10-13 absl-team Googletest export
2020-10-13 absl-team Googletest export
2020-10-09 ofats Googletest export
2020-10-09 absl-team Googletest export
2020-10-08 absl-team Googletest export
2020-10-12 peternewman Fix a typo
2020-10-07 pravin1992 Issue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2, ... to TArg1, TArg2,... to avoid clash with legacy header files
2020-09-29 absl-team Googletest export
2020-10-01 63450189+ranodeepbanerjee A slight Gramatical change.
2020-09-29 dmauro Googletest export
2020-09-29 absl-team Googletest export
2020-09-25 absl-team Googletest export
2020-09-27 56075233+keshavgbpecdelhi Update cook_book.md
2020-09-23 absl-team Googletest export
2020-09-23 absl-team Googletest export
2020-09-21 absl-team Googletest export
2020-09-24 thomas.barbier Fix warning maybe-uninitialized
2020-09-18 absl-team Googletest export
2020-09-17 absl-team Googletest export
2020-09-18 63900998+JethroSama Update README.md, added missing 'a'
2020-09-08 absl-team Googletest export
2020-09-02 dmauro Googletest export
2020-09-01 absl-team Googletest export
2020-09-01 absl-team Googletest export
2020-08-25 27jf Add timestamp to in old method mock macro guide
2020-05-05 igor.n.nazarenko Detect proto messages based on presense of DebugString.

Created with:
  roll-dep third_party/googletest

Roll third_party/spirv-headers/ 3fdabd0da..c43a43c7c (4 commits)

3fdabd0da2..c43a43c7cc

$ git log 3fdabd0da..c43a43c7c --date=short --no-merges --format='%ad %ae %s'
2020-10-12 hwguy.siplus  Register the Xenia emulator as a generator ()
2020-09-27 atyuwen Register the Messiah SPIR-V CodeGen ()
2020-09-10 syoussefi Register the ANGLE compiler ()
2020-09-08 cepheus Rebuild of latest headers, which slightly moves OpTerminateInvocation

Created with:
  roll-dep third_party/spirv-headers

Change-Id: Id23cf07aedff60a09d068fd145c2dcfc88aea95b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/30460
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
2020-10-19 15:31:17 +00:00
Dan Sinclair 6e581895a5 Initial commit 2020-03-02 15:47:43 -05:00