Add ray query feature support#1118
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
It introduces dEQP-VK.ray_query.amber.workgroup_barrier, backed by: ray_query_workgroup_barrier.amber The Amber script creates a compute shader using GL_EXT_ray_query, inds a TLAS, output buffer, and delay buffer, then dispatches one 1024-invocation workgroup. Important caveat: this commit only adds the CTS-side ray query Amber test and feature check. It currently is dependent on the PR google/amber#1118
|
ping for review? |
|
The review bot says the CLA isn't signed. I'm guessing it's because the email you used to sign the CL does not match the email used in the commit message? Once review bot says the CLA is good then we can start the review. |
BLAS/TLAS map plumbing through compute and graphics pipelines TLAS descriptor setup for all pipelines (not only ray tracing)
Head branch was pushed to by a user without write access
hmm, the CLA seems to be signed. The compiling failure is fixed, can i have the checks running again? |
|
Yea, the bot is happy now. I've approved, just need the bots to pass and this should land. |
|
Thank you very much for the CL, and getting the CLA bot happy. Appreciate the contribution. |
Thanks for the kind words |
BLAS/TLAS map pointer plumbing through compute and graphics pipelines
TLAS descriptor setup for all pipelines (not only ray tracing)