Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBR-6847 Improve locking performance on Windows #343

Closed
wants to merge 1,017 commits into from
Closed

Conversation

mkartashev and others added 30 commits March 20, 2024 01:03
…s full screen

This includes displaySync changes as well as fixes for JBR-5157 and JBR-5321.
Use separate glyph cache for each MTLContext instance. Refactored MTLGlyphCache
…nnouncer_nativeAnnounce

Stop using the JNIEnv instance bound to EDT in the AppKit thread.

(cherry picked from commit 0f49341)
… queue

Added command queue and provided synchronization between the command queues
…uffer and a specific shader (vert_txt_col)

fix crash in J2DDemo with advanced paints + artefacts with texture background
…ronization in metal (MBP 16'' x64)

Removed NSLock and moved all operations to the AppKit thread
…hronization in metal (MBP 16'' x64)

Replaced NSMutableArray with NSMutableSet, removed unnecessary __block modifier.
Provided corrected initial value for currentDisplayID
…use 1 larger quad instead of many quads per row, full-tile is only using 1x1 pixel (full), applied to color, gradient & texture paints + fixed clang warnings
- add Swing/AWT specific Task runners
- split MouseEventsOnClientArea to separate AWT/Swing tests
- use CountDownLatch for tracking mouse events
- set windows always on top
- verify mouse location before clicking
* don't move into itself
* use `PKG_NAME` variable instead of `${APP_NAME}.pkg`
* cleanup sign.sh
* add `SCRIPT_VERBOSE` env variable to control `set -x`
…h -Xcheck:jni.

- Create a global reference of the passed to EDT accessible object (the local reference) to use it in the AppKit thread ;
- Enable -Xcheck:jni in the tests ;
- Make the tests handle the problematic case .

(cherry picked from commit cba981d)
@mkartashev
Copy link
Collaborator Author

THe commit has been merged manually.

@mkartashev mkartashev closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet