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-hal] Initial Vulkan ray tracing pipeline support #3607

Closed
wants to merge 39 commits into from

Commits on Sep 3, 2022

  1. Initial commit

    expenses committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    cd16e71 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Woo! building an AS works

    expenses committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ae4dcfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98cf75b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    6655d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be84cb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    2cc4385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd7c807 View commit details
    Browse the repository at this point in the history
  3. Put larger function call param lists into descriptors for easier dumm…

    …y implementation, run cargo clippy, fix wgpu/wgpu build
    expenses committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4ef32a4 View commit details
    Browse the repository at this point in the history
  4. Fix wasm build

    expenses committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8318b5f View commit details
    Browse the repository at this point in the history
  5. Shuffle some code around, add a dummy implementation for DX12 with so…

    …me links to implementation resources.
    expenses committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    fecb538 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    e786743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2b07a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aca7f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    112b549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074ebe5 View commit details
    Browse the repository at this point in the history
  3. formatted code

    daniel-keitel committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8ce204b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    93a347d View commit details
    Browse the repository at this point in the history
  2. fixed RAY_TRACING feature collision

    + seperated RAY_QUERY
    daniel-keitel committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    16cc4eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b84238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa4ae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca3a54c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 19, 2023

  1. multiple AS builds at once

    (better allocation strategy required)
    daniel-keitel committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    bee8a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a420b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48f7bd View commit details
    Browse the repository at this point in the history
  4. added to changelog

    daniel-keitel committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c1dc803 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    b6524af View commit details
    Browse the repository at this point in the history
  2. added encoder functions

    daniel-keitel committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5b7cd93 View commit details
    Browse the repository at this point in the history
  3. clippy

    daniel-keitel committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    23d3b2d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. working example

    daniel-keitel committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    31d97a8 View commit details
    Browse the repository at this point in the history
  2. Api changes

    daniel-keitel committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f3fe194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe51557 View commit details
    Browse the repository at this point in the history