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

Remove shader debugging from Amber #1001

Merged
merged 2 commits into from
Dec 8, 2022
Merged

Conversation

ben-clayton
Copy link
Contributor

SwiftShader was the only implementation that supported this, but has disabled this code due to lack of use. If there's no driver that supports shader debugging, then it doesn't need to exist and be maintained in Amber.

If one day, we want this again, then this CL can be reverted.

Fixes: #999

SwiftShader was the only implementation that supported this, but has
disabled this code due to lack of use. If there's no driver that
supports shader debugging, then it doesn't need to exist and be
maintained in Amber.

If one day, we want this again, then this CL can be reverted.

Fixes: google#999
About "detected dubious ownership"
Copy link
Collaborator

@dneto0 dneto0 left a comment

Choose a reason for hiding this comment

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

With regret, this is the right choice.
Thank you, this was/is amazing work.

@@ -26,6 +26,10 @@ ANDROID_ABI="armeabi-v7a with NEON"

TOOLCHAIN_PATH="$ANDROID_NDK/build/cmake/android.toolchain.cmake"

# Disable git's "detected dubious ownership" error - kokoro checks out the repo with a different
# user, and we don't care about this warning.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Heh, fascinating.

@dneto0 dneto0 merged commit 8d07362 into google:main Dec 8, 2022
@ben-clayton ben-clayton deleted the issue-999 branch December 8, 2022 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SwiftShader part of the build fails
2 participants