RFR: 8261632: Cached text AA rendering crashes with Metal API validation

Jayathirth D V jdv at openjdk.java.net
Fri Feb 12 09:22:58 UTC 2021


setVertexBytes can take maximum of 4KB data and in cases where we are exceeding this size for vertexCache in cached AA text rendering Metal API validation throws an error. We need to clamp our vertexCache size to 4KB. It resolves the issue, Sanity and Performance tests are green.

-------------

Commit messages:
 - 8261632: Cached text AA rendering crashes with Metal API validation

Changes: https://git.openjdk.java.net/lanai/pull/185/files
 Webrev: https://webrevs.openjdk.java.net/?repo=lanai&pr=185&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8261632
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/lanai/pull/185.diff
  Fetch: git fetch https://git.openjdk.java.net/lanai pull/185/head:pull/185

PR: https://git.openjdk.java.net/lanai/pull/185


More information about the lanai-dev mailing list