Integrated: 8261704: Many java/awt/ tests fail with Metal API Validation synchronizeTexture error

Jayathirth D V jdv at openjdk.java.net
Sun Feb 14 04:12:15 UTC 2021


We use MTLBlitCommandEncoder synchronizeTexture on texture with MTLStorageModePrivate in MTLBlitLoops_SurfaceToSwBlit. It is causing many jtreg failures when run with Metal API Validation. Metal doesn't honor this call for textures with storage mode MTLStorageModePrivate. Remove its incorrect usage.

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

Commit messages:
 - 8261704: Many java/awt/ tests fail with Metal API Validation synchronizeTexture error

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

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


More information about the lanai-dev mailing list