8157224: isNPOTSupported check is too strict#92
8157224: isNPOTSupported check is too strict#92jperedadnr wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back jpereda! A progress list of the required criteria for merging this PR into |
|
@jperedadnr This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@kevinrushforth) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
@jperedadnr |
|
/sponsor |
|
@kevinrushforth @jperedadnr |
|
Mailing list message from Kevin Rushforth on openjfx-dev: Changeset: f5ee963 8157224: isNPOTSupported check is too strict Reviewed-by: kcr ! modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Pipeline.java |
This PR enables support for 3D on iOS devices, as they use OpenGL ES 2.0, which has (limited) support for npot support.
Progress
Issue
JDK-8157224: isNPOTSupported check is too strict
Approvers