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

Improved architecture for iced_wgpu and iced_tiny_skia #2382

Merged
merged 34 commits into from
Apr 14, 2024

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b05e61f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09af677 View commit details
    Browse the repository at this point in the history
  3. Implement preliminary cache grouping for mesh primitives

    Due to AA, it's very expensive to render every cached
    layer independently.
    hecrj committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    88b72de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1672b0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c129c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346ea31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d461f23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc05cb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Fix layer transformations

    hecrj committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    394e599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a356cf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    6d3e1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb1645 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    5ffea8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6771672 View commit details
    Browse the repository at this point in the history
  3. Test benchmarks in GitHub CI

    hecrj committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    68056f8 View commit details
    Browse the repository at this point in the history
  4. Fix lint in wgpu benchmark

    hecrj committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    bcd6873 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e01d76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13289db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    288f62b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    6ea763c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d922b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f884885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c6fd9a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    6ad5bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b9708 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    1e802e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32cd456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd9896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e8554b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43aafb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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