Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(op_crates): webgpu #7977

Merged
merged 184 commits into from
Mar 1, 2021
Merged

feat(op_crates): webgpu #7977

merged 184 commits into from
Mar 1, 2021

Commits on Oct 8, 2020

  1. initial work

    crowlKats committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    22b7a0b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. up to pipeline

    crowlKats committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    3112ee4 View commit details
    Browse the repository at this point in the history
  2. up to renderbundleencoder

    crowlKats committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    097f7bc View commit details
    Browse the repository at this point in the history
  3. cleanup

    crowlKats committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    708007f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. switch to wgpu-core

    crowlKats committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    1c2434c View commit details
    Browse the repository at this point in the history
  2. Better TODOs

    crowlKats committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ea292e3 View commit details
    Browse the repository at this point in the history
  3. command encoder debug ops

    crowlKats committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    cc61da9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. add render pass

    crowlKats committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    512ae29 View commit details
    Browse the repository at this point in the history
  2. cleanup

    crowlKats committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c426657 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. compute pass

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    11032e7 View commit details
    Browse the repository at this point in the history
  2. render_bundle_encoder

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    49c82d0 View commit details
    Browse the repository at this point in the history
  3. fmt

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    477e15f View commit details
    Browse the repository at this point in the history
  4. queue

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    0ca3900 View commit details
    Browse the repository at this point in the history
  5. buffer

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    fbd21ab View commit details
    Browse the repository at this point in the history
  6. setBindGroup

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    39cb0ea View commit details
    Browse the repository at this point in the history
  7. split up init

    crowlKats committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    5aeca94 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. cleanup

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    28d1f96 View commit details
    Browse the repository at this point in the history
  2. fmt

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3a2ef8b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into webgpu

    # Conflicts:
    #	cli/worker.rs
    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    40322fa View commit details
    Browse the repository at this point in the history
  4. cleanup

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    1b881c7 View commit details
    Browse the repository at this point in the history
  5. use gfx_select and cleanup

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    1275b03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12ccbf4 View commit details
    Browse the repository at this point in the history
  7. cleanup

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ef57dcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f270c9 View commit details
    Browse the repository at this point in the history
  9. fix more compile errors

    bartlomieju committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f4ae3ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cf4a35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c4dd3f View commit details
    Browse the repository at this point in the history
  12. bogus data

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c0b038f View commit details
    Browse the repository at this point in the history
  13. real data

    crowlKats committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    cc321ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ffbb6b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6d00506 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. fix NonZeroU8

    crowlKats committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ca2578b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    679b461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb5a5b View commit details
    Browse the repository at this point in the history
  4. fix gpubuffer mapping

    crowlKats committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    704e4db View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. fix more compiler errors

    bartlomieju committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    877119f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e9ee9a View commit details
    Browse the repository at this point in the history
  3. fix some lint errors

    crowlKats committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f13f86e View commit details
    Browse the repository at this point in the history
  4. lint rust

    bartlomieju committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    bec5d74 View commit details
    Browse the repository at this point in the history
  5. fix buffer mapping

    crowlKats committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    9b1e83f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8107a61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6f5355 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Merge branch 'master' into webgpu

    # Conflicts:
    #	cli/rt/99_main.js
    crowlKats committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    9f7ce58 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    f08f003 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. move to own op crate

    crowlKats committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    0903f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b86e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    05816a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Merge branch 'master' into webgpu

    # Conflicts:
    #	Cargo.lock
    #	cli/Cargo.toml
    #	runtime/Cargo.toml
    #	runtime/js/99_main.js
    crowlKats committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    322b03c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    8bbccbc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fix lint

    crowlKats committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d875d85 View commit details
    Browse the repository at this point in the history
  2. stuff

    crowlKats committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0f5a904 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12b2870 View commit details
    Browse the repository at this point in the history
  4. fmt

    lucacasonato committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    536fe2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c34bf29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    713f553 View commit details
    Browse the repository at this point in the history
  7. fix

    lucacasonato committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e7e149d View commit details
    Browse the repository at this point in the history
  8. remove AsyncRefCell

    lucacasonato committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    4f46979 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. update wgpu

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    aae3eaf View commit details
    Browse the repository at this point in the history
  2. remove crate aliases

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b99cfbd View commit details
    Browse the repository at this point in the history
  3. clean up

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2c37fd8 View commit details
    Browse the repository at this point in the history
  4. continue update

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    00993bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    737e0b3 View commit details
    Browse the repository at this point in the history
  6. add missing labels

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c77be71 View commit details
    Browse the repository at this point in the history
  7. clean up comments

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    75e60f2 View commit details
    Browse the repository at this point in the history
  8. clear some todos

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4d064ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9887e7 View commit details
    Browse the repository at this point in the history
  10. fix bugs

    crowlKats committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    463d2f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8e05b8 View commit details
    Browse the repository at this point in the history
  12. fix build

    lucacasonato committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2cc9d3c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4567e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    bb275eb View commit details
    Browse the repository at this point in the history
  2. add tracing

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    12bbab9 View commit details
    Browse the repository at this point in the history
  3. don't copy mapped buffer

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4aa05db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbf88a3 View commit details
    Browse the repository at this point in the history
  5. add unit test

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b5fc318 View commit details
    Browse the repository at this point in the history
  6. fmt lint

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e40dbb2 View commit details
    Browse the repository at this point in the history
  7. remove resource sanitize

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2d03404 View commit details
    Browse the repository at this point in the history
  8. lint

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    69bacfd View commit details
    Browse the repository at this point in the history
  9. add typings

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    675db5a View commit details
    Browse the repository at this point in the history
  10. fix typings

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8b4b882 View commit details
    Browse the repository at this point in the history
  11. Install mesa-vulkan

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    61d214b View commit details
    Browse the repository at this point in the history
  12. delete unused structs

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b3138d1 View commit details
    Browse the repository at this point in the history
  13. change dts

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6551011 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90dfd29 View commit details
    Browse the repository at this point in the history
  15. webgpu_test.ts

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    03c4faa View commit details
    Browse the repository at this point in the history
  16. fix workerNavigator dts

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    68f0f58 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    844bb3a View commit details
    Browse the repository at this point in the history
  18. only run on windows

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    927d5db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8575291 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    24daeb6 View commit details
    Browse the repository at this point in the history
  21. whoops

    lucacasonato committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6bab6b9 View commit details
    Browse the repository at this point in the history
  22. return null on no adapter

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6f69ae5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    94ba01e View commit details
    Browse the repository at this point in the history
  24. move instance to OpState

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    52df4bb View commit details
    Browse the repository at this point in the history
  25. rename js file

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2d06ee6 View commit details
    Browse the repository at this point in the history
  26. add unstable check

    crowlKats committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8ba9549 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. fix stuff

    crowlKats committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    e9236b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d0e0d View commit details
    Browse the repository at this point in the history
  3. fix stuff

    crowlKats committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7c5b8a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    da2b53d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. fix bindgroup entry

    crowlKats committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    efb63bc View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Merge branch 'master' into webgpu

    # Conflicts:
    #	cli/Cargo.toml
    #	runtime/Cargo.toml
    crowlKats committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    be09f84 View commit details
    Browse the repository at this point in the history
  2. support more features

    crowlKats committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    c739529 View commit details
    Browse the repository at this point in the history
  3. add setters

    crowlKats committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    e6b7fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fd635d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Revert "add setters"

    This reverts commit e6b7fac
    crowlKats committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    59d99d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249aed6 View commit details
    Browse the repository at this point in the history
  3. fix writeBuffer

    crowlKats committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    e5916a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35d24fb View commit details
    Browse the repository at this point in the history
  5. fix depthStencilAttachment

    crowlKats committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    401c787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aa856d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. start on webidl

    lucacasonato committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    821490a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    2a3cf49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee1af0a View commit details
    Browse the repository at this point in the history
  3. start on webidl

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0c32f51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da31780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9384999 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d1c431 View commit details
    Browse the repository at this point in the history
  7. fmt

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0262c81 View commit details
    Browse the repository at this point in the history
  8. fix env var

    crowlKats committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    9aa59ac View commit details
    Browse the repository at this point in the history
  9. More IDL

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    acf458a View commit details
    Browse the repository at this point in the history
  10. fmt + lint

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1bd9cb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c14678 View commit details
    Browse the repository at this point in the history
  12. nearly done with webidl

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e56dfe7 View commit details
    Browse the repository at this point in the history
  13. GPUDevice webidl

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f97fba7 View commit details
    Browse the repository at this point in the history
  14. add flags classes

    crowlKats committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    bea8d68 View commit details
    Browse the repository at this point in the history
  15. adapter features

    crowlKats committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    635169b View commit details
    Browse the repository at this point in the history
  16. adapter limits

    crowlKats committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    84df17f View commit details
    Browse the repository at this point in the history
  17. webidl for GPUBuffer

    lucacasonato committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    277b156 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e6b8319 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. add GPUShaderStage

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    52d8cbb View commit details
    Browse the repository at this point in the history
  2. add GPUShaderStage

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b7fc535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e8367 View commit details
    Browse the repository at this point in the history
  4. fix

    lucacasonato committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    539e9ba View commit details
    Browse the repository at this point in the history
  5. createSequenceConverter

    lucacasonato committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6ed1e68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c22374e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3f3a82 View commit details
    Browse the repository at this point in the history
  8. change args to use structs

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    12cd525 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72ef821 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4071ce9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02b2f3e View commit details
    Browse the repository at this point in the history
  12. fmt

    lucacasonato committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    55f7d1f View commit details
    Browse the repository at this point in the history
  13. more validation

    lucacasonato committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    e73396b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff0616a View commit details
    Browse the repository at this point in the history
  15. add consumable logic

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c2b0cb6 View commit details
    Browse the repository at this point in the history
  16. initial inspect stuff

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b2694bb View commit details
    Browse the repository at this point in the history
  17. first cleanup

    lucacasonato committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    8cdd367 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4696b99 View commit details
    Browse the repository at this point in the history
  19. add inspect for all classes

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c5d3b1b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    60ad162 View commit details
    Browse the repository at this point in the history
  21. fix async get

    crowlKats committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    aaa382c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. resource cleanup

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4224a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3623d63 View commit details
    Browse the repository at this point in the history
  3. fmt

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    c70f029 View commit details
    Browse the repository at this point in the history
  4. fmt + lint

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    13a73e9 View commit details
    Browse the repository at this point in the history
  5. unit test passes

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    1b1f9be View commit details
    Browse the repository at this point in the history
  6. add custominspect for GPU

    crowlKats committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    08745f8 View commit details
    Browse the repository at this point in the history
  7. fix tests

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    cab9e74 View commit details
    Browse the repository at this point in the history
  8. change adapter in tests

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6212dd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01e3b55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f040df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d47780 View commit details
    Browse the repository at this point in the history
  12. more jsdoc + webidl

    lucacasonato committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4015f16 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e835bfd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    3ab1a79 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    952e816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c9d960 View commit details
    Browse the repository at this point in the history
  3. fix

    lucacasonato committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    be59908 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    43d4839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c37c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55c39ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21a5e82 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    2e5f2b3 View commit details
    Browse the repository at this point in the history
  2. error handling

    lucacasonato committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    cf076ec View commit details
    Browse the repository at this point in the history
  3. fmt + lint

    lucacasonato committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    daa48a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7fc4ee View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. add readme

    lucacasonato committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    8b2eddc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    0524f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    465a832 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. trigger ci

    lucacasonato committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    5d758db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b17b9 View commit details
    Browse the repository at this point in the history
  3. lint

    lucacasonato committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    be27fae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    115585b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcf513c View commit details
    Browse the repository at this point in the history