RFR: 8257413: Use optimum sized temporary buffer while replacing texture region

Ajit Ghaisas aghaisas at openjdk.java.net
Mon Nov 30 13:21:11 UTC 2020


The temporary buffer used in the current implementation of replaceTextureRegion method in MTLBlitLoops.m has an incorrect size. This PR corrects it.

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

Commit messages:
 - correct temp buffer size

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

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


More information about the lanai-dev mailing list