RFR: 8247831: Clamp texture height to maxTextureSize(16384)
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Fri Jul 17 06:48:22 UTC 2020
In accordance with OpenGL clamping code done in OGLSurfaceData.c#OGLSD_InitTextureObject, the texture width/height is
clamped w.r.t Max texture size.
-------------
Commit messages:
- 8247831: Clamp texture height to maxTextureSize(16384)
Changes: https://git.openjdk.java.net/lanai/pull/63/files
Webrev: https://webrevs.openjdk.java.net/lanai/63/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JDK-8247831
Stats: 12 lines in 1 file changed: 10 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/lanai/pull/63.diff
Fetch: git fetch https://git.openjdk.java.net/lanai pull/63/head:pull/63
PR: https://git.openjdk.java.net/lanai/pull/63
More information about the lanai-dev
mailing list