Work around OSX/Intel shader bug with integer comparison#2864
Merged
bors-servo merged 1 commit intoservo:masterfrom Jul 4, 2018
Merged
Work around OSX/Intel shader bug with integer comparison#2864bors-servo merged 1 commit intoservo:masterfrom
bors-servo merged 1 commit intoservo:masterfrom
Conversation
Contributor
|
Needs a comment explaining what's going on and linking to the issues. |
|
This will also fix bug 1423087, right? |
Member
Author
|
@Darkspirit yes, sounds like it:
@pcwalton r? |
Contributor
|
@bors-servo r+ |
Contributor
|
📌 Commit e81c498 has been approved by |
Contributor
bors-servo
pushed a commit
that referenced
this pull request
Jul 4, 2018
Work around OSX/Intel shader bug with integer comparison Fixes #2862 Fixes #2754 Oh OSX GL drivers, so rough, such cruel, no remorse. r? anyone <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2864) <!-- Reviewable:end -->
Contributor
|
☀️ Test successful - status-appveyor, status-taskcluster |
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Feb 2, 2021
…. r=mstange This removes the workaround from servo/webrender#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797
moz-gfx
pushed a commit
to moz-gfx/webrender
that referenced
this pull request
Feb 2, 2021
…. r=mstange This removes the workaround from servo#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/18835f3f39365c75abed1f7db9b8dcdcfaf38f1b
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Feb 3, 2021
…. r=mstange This removes the workaround from servo/webrender#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797 UltraBlame original commit: 18835f3f39365c75abed1f7db9b8dcdcfaf38f1b
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Feb 3, 2021
…. r=mstange This removes the workaround from servo/webrender#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797 UltraBlame original commit: 18835f3f39365c75abed1f7db9b8dcdcfaf38f1b
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Feb 3, 2021
…. r=mstange This removes the workaround from servo/webrender#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797 UltraBlame original commit: 18835f3f39365c75abed1f7db9b8dcdcfaf38f1b
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this pull request
Feb 4, 2021
…. r=mstange This removes the workaround from servo/webrender#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797
bhearsum
pushed a commit
to mozilla-releng/staging-firefox
that referenced
this pull request
May 1, 2025
…. r=mstange This removes the workaround from servo/webrender#2864 The root cause of that has been identified as bug 1690027. Differential Revision: https://phabricator.services.mozilla.com/D103797
This file contains hidden or 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
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.
Fixes #2862
Fixes #2754
Oh OSX GL drivers, so rough, such cruel, no remorse.
r? anyone
This change is