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

[Merged by Bors] - Pipelined Rendering #6503

Closed
wants to merge 59 commits into from

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    3a648bc View commit details
    Browse the repository at this point in the history
  2. bad pipelining

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    115db67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    833e47c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bd4908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33f8207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1abddb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ade5b77 View commit details
    Browse the repository at this point in the history
  8. try to fix ci

    --still broken
    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1e0cecc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5498fe5 View commit details
    Browse the repository at this point in the history
  10. add a test and update docs

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d971288 View commit details
    Browse the repository at this point in the history
  11. fix wasm compilation

    probably doesn't run correctly
    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bbd8626 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6842f4e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6598fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0892f5b View commit details
    Browse the repository at this point in the history
  15. cleanup

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    dd9163c View commit details
    Browse the repository at this point in the history
  16. remove executor.run from scope

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5d70b8d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dcd2d83 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e149e4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a53cb13 View commit details
    Browse the repository at this point in the history
  20. fix pipelined rendering

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3cd2122 View commit details
    Browse the repository at this point in the history
  21. fix wasm again

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    799511f View commit details
    Browse the repository at this point in the history
  22. move setup to plugin

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d306874 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f2507fa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8f5f259 View commit details
    Browse the repository at this point in the history
  25. fix headless example

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1bf771c View commit details
    Browse the repository at this point in the history
  26. cleanup

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    c537afb View commit details
    Browse the repository at this point in the history
  27. add render app span

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    98e9c04 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    24241a4 View commit details
    Browse the repository at this point in the history
  29. remove unnecessary sync bound

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a3b1929 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    32270e0 View commit details
    Browse the repository at this point in the history
  31. fix wasm

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6e3837e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    27d095c View commit details
    Browse the repository at this point in the history
  33. clean up

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    41b0cce View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a4aa001 View commit details
    Browse the repository at this point in the history
  35. remove incorrect comment

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    45d8f00 View commit details
    Browse the repository at this point in the history
  36. fix wasm builds

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    c57257b View commit details
    Browse the repository at this point in the history
  37. fix rebase issues

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    883fe29 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f506f74 View commit details
    Browse the repository at this point in the history
  39. call clear trackers on sub apps

    hymm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    357549c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    128de37 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    cee9c53 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e326796 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    c9f088e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8425d6 View commit details
    Browse the repository at this point in the history
  3. fix some merge issues

    hymm committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0fe7234 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. fix wasm build

    hymm committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f3d5a0c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    hymm and alice-i-cecile committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8cf5e65 View commit details
    Browse the repository at this point in the history
  3. resolve some review comments

    hymm committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    47c5364 View commit details
    Browse the repository at this point in the history
  4. add example to subapp docs

    hymm committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e4af50a View commit details
    Browse the repository at this point in the history
  5. fix ci

    hymm committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a78ae52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39b636c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    b856cd7 View commit details
    Browse the repository at this point in the history
  2. change world.get_resource to resource

    Co-authored-by: James Liu <contact@jamessliu.com>
    hymm and james7132 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    92d123c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6a5b9 View commit details
    Browse the repository at this point in the history
  4. fix spelling

    Co-authored-by: James Liu <contact@jamessliu.com>
    hymm and james7132 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2faeb9b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    hymm and superdump committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    04440d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. fix transmute

    hymm committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0ebbde7 View commit details
    Browse the repository at this point in the history