This PR addresses some cleanup activities :
- Cleaned up MTLSurfaceDataBase.h & MTLSurfaceData.m
- Removed OpenGL references from MTLPipelineStatesStorage.m & MTLRenderQueue.m
-
Commit messages:
- cleanup unused code
Changes: https://git.openjdk.java.net/jdk/pull/4010/files
Webrev
On Wed, 12 May 2021 00:06:34 GMT, Sergey Bylokhov wrote:
> Performance in one of the tests in the bimg_misc group is dropped by 20%(or
> 5% of the group) after some unused code was removed from the libawt. I assume
> the size of the lib became smaller and GCC heuristics were changed to do not
On Wed, 12 May 2021 00:06:34 GMT, Sergey Bylokhov wrote:
> Performance in one of the tests in the bimg_misc group is dropped by 20%(or
> 5% of the group) after some unused code was removed from the libawt. I assume
> the size of the lib became smaller and GCC heuristics were changed to do not
Added one more bit for subIndex
-
Commit messages:
- 8267116: Lanai: Incorrect AlphaComposite for VolatileImage graphics
Changes: https://git.openjdk.java.net/jdk/pull/4018/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4018&range=00
Issue: https://bugs.openjdk.java.
On Thu, 13 May 2021 22:06:13 GMT, Alexey Ushakov wrote:
> Added one more bit for subIndex
Can the test case from the jbs be automated to check this functionality?
-
PR: https://git.openjdk.java.net/jdk/pull/4018
On Wed, 12 May 2021 00:06:34 GMT, Sergey Bylokhov wrote:
> Performance in one of the tests in the bimg_misc group is dropped by 20%(or
> 5% of the group) after some unused code was removed from the libawt. I assume
> the size of the lib became smaller and GCC heuristics were changed to do not
On Thu, 13 May 2021 22:31:12 GMT, Sergey Bylokhov wrote:
> Can the test case from the jbs be automated to check this functionality?
Yes, we even don't have any UI in the test. I'll convert it to jtreg test.
-
PR: https://git.openjdk.java.net/jdk/pull/4018