commit | bbca5b0997dee830df5f85243826d9137d964601 | [log] [tgz] |
---|---|---|
author | Anthony Petrov <anthony@openjdk.org> | Fri Oct 05 14:58:35 2012 +0400 |
committer | Anthony Petrov <anthony@openjdk.org> | Fri Oct 05 14:58:35 2012 +0400 |
tree | e76ac185f8242e7aaf841a1706cf6a8850f2dc38 | |
parent | 0e2cbdbca85a235831c972028f848534ac9c6031 [diff] |
7200762: [macosx] Stuck in sun.java2d.opengl.CGLGraphicsConfig.getMaxTextureSize(Native Method) Cache the GL max texture size to avoid calling in native each time the value is needed Reviewed-by: art, bae