-
Bug
-
Resolution: Fixed
-
P4
-
internal
-
x86_64
-
os_x
In addition to what has been done as part of JDK-8247772 fix, I have below review comments -
1) Need to check the same maxTextureSize condition for texture height as well.
2) Need to add a log message to help detect the clamping while debugging.
Also, I think, currently the tests that request texture with large dimensions do not check for whether they get textures with dimensions clamped to max platform supported value. (true for all rendering pipelines)
We need to think about what to do with such tests? May be add an assertion such that it is expected to have clamped dimensions.
1) Need to check the same maxTextureSize condition for texture height as well.
2) Need to add a log message to help detect the clamping while debugging.
Also, I think, currently the tests that request texture with large dimensions do not check for whether they get textures with dimensions clamped to max platform supported value. (true for all rendering pipelines)
We need to think about what to do with such tests? May be add an assertion such that it is expected to have clamped dimensions.
- relates to
-
JDK-8247772 Lanai: Several jtreg tests fails with assertion validateTextureDimensions: 759: failed assertion 'MTLTextureDescriptor has width greater than maximum allowed size of 16384'
-
- Resolved
-