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] Inline RayQuery Support #3507

Merged
merged 57 commits into from
Dec 6, 2023

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. typo

    Co-authored-by: JMS55 <[email protected]>
    daniel-keitel and JMS55 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9c67400 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    c91ce76 View commit details
    Browse the repository at this point in the history
  2. moved flags to wgt

    daniel-keitel committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f5e94e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b7e728 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. iterators as inputs

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

Commits on Apr 1, 2023

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

    daniel-keitel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1515bad View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 7, 2023

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

Commits on Apr 30, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    fec5e40 View commit details
    Browse the repository at this point in the history
  2. Small post-merge fixes

    expenses committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cadea32 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge commit '1ced67f05611c62f31aaf97cbbdc183ba6247bb9' into hal-acce…

    …leration-structures
    JMS55 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    52e1099 View commit details
    Browse the repository at this point in the history
  2. Fix example

    JMS55 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    308cac8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Update lockfile

    JMS55 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    24ec2fe View commit details
    Browse the repository at this point in the history
  2. Misc fix

    JMS55 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    bcb646e View commit details
    Browse the repository at this point in the history
  3. Fix metal backend

    JMS55 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1bcbfaa View commit details
    Browse the repository at this point in the history
  4. Misc docs

    JMS55 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    384767a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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

Commits on Sep 16, 2023

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

Commits on Nov 11, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 6, 2023

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