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

PIX: Implement shader access tracking for descriptor-heap-indexed TLAS for TraceRay #6950

Merged
merged 5 commits into from
Oct 11, 2024

Conversation

jeffnn
Copy link
Collaborator

@jeffnn jeffnn commented Oct 8, 2024

Simple missing case, should have implemented it in the first place.
Also noticed that from a recent change to move to raw buffer writes, the debug output UAV offset was being set to a non-dword aligned offset. No drivers/hardware seem to care, but it's a concerning thing to leave as-is.

@jeffnn jeffnn self-assigned this Oct 8, 2024
@jeffnn jeffnn requested a review from a team as a code owner October 8, 2024 17:22
Copy link
Contributor

@tex3d tex3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@jeffnn jeffnn merged commit 080aeb7 into microsoft:main Oct 11, 2024
12 checks passed
@jeffnn jeffnn deleted the PIX_DwordAlignDebugCounter branch October 11, 2024 00:44
jeffnn added a commit to jeffnn/DirectXShaderCompiler that referenced this pull request Oct 29, 2024
…S for TraceRay (microsoft#6950)

Simple missing case, should have implemented it in the first place.
Also noticed that from a recent change to move to raw buffer writes, the
debug output UAV offset was being set to a non-dword aligned offset. No
drivers/hardware seem to care, but it's a concerning thing to leave
as-is.

(cherry picked from commit 080aeb7)
jeffnn added a commit that referenced this pull request Oct 30, 2024
… TLAS (#6950) (#6991)

Turns out some drivers DO care. Specifically new hardware from a
particular hardware partner. Original PR comment:



Simple missing case, should have implemented it in the first place. Also
noticed that from a recent change to move to raw buffer writes, the
debug output UAV offset was being set to a non-dword aligned offset. No
drivers/hardware seem to care, but it's a concerning thing to leave
as-is.

(cherry picked from commit 080aeb7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants