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

wgpu-rs render backend #527

Merged
merged 16 commits into from
May 2, 2020
Merged

wgpu-rs render backend #527

merged 16 commits into from
May 2, 2020

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    f0445d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2290ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9278e24 View commit details
    Browse the repository at this point in the history
  4. render: Added feature render_debug_labels to enable debugging and pro…

    …filing of wgpu renderer in external tools
    Dinnerbone committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    c42333e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd1fa27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdaf86d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36d9d3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1879d7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4abf4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9599b2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9019534 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99d15ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    760677a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    552ddd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb0eba View commit details
    Browse the repository at this point in the history
  3. wgpu: Toss out degenerate draws

    wgpu would panic in this case, so filter out draws with < 3 indices.
    Herschel committed May 1, 2020
    Configuration menu
    Copy the full SHA
    bfe57a3 View commit details
    Browse the repository at this point in the history