-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Apple: Intel graphics enablement #1980
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Will be looking at simplifying the interstage declaration of ptvsBarycentrics coord - had to remove it initially because of glslfx metadata limitations. Looking into improving upon that limitation to simplify even further. |
slingthor
force-pushed
the
intel_enablement_3
branch
3 times, most recently
from
August 3, 2022 16:54
a9a0a5e
to
118bf5f
Compare
Filed as internal issue #USD-7539 |
slingthor
force-pushed
the
intel_enablement_3
branch
from
August 30, 2022 14:58
118bf5f
to
48f49ed
Compare
Adjust enablement
slingthor
force-pushed
the
intel_enablement_3
branch
from
September 1, 2022 10:42
48f49ed
to
078cac7
Compare
slingthor
force-pushed
the
intel_enablement_3
branch
from
September 1, 2022 14:41
078cac7
to
b2725cb
Compare
…g_fix Fix for instance culling on Intel GPUs
slingthor
force-pushed
the
intel_enablement_3
branch
from
September 23, 2022 21:04
a9b00b3
to
9a8dd1d
Compare
pixar-oss
pushed a commit
that referenced
this pull request
Sep 28, 2022
This is required for older Intel GPU drivers and improves performance for more recent drivers. Contribution: Thor Hjalmarsson Fixes #1980 (Internal change: 2250341)
pixar-oss
pushed a commit
that referenced
this pull request
Sep 28, 2022
Fragment shader barycentrics and primitive_id are not fully implemented for older Intel GPU drivers so we detect this and workaround these cases by generating barycentric coords and primitive id in the PTVS. Contribution: Thor Hjalmarsson Fixes #1980 (Internal change: 2250343)
Looks like this has been merged now as part of the changes from @davidgyu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change(s)
Enables Intel on Apple
Fixes Issue(s)