Open
Conversation
(cherry picked from commit 724bdfb)
(cherry picked from commit 0dc57e1)
(cherry picked from commit 2fb5308)
Clean up the damage list when resizing a surface. Additionally, clamp the damaged area before copying to its current actual size in order to safeguard against invalid external input. (cherry picked from commit 392a016)
(cherry picked from commit e42b747)
(cherry picked from commit eabaada)
Use -Dawt.window.counters to enable. To output counters per second to stdout/stderr, use -Dawt.window.counters=stdout or =stderr. A counter by the name swing.RepaintManager.updateWindows is always available for Swing applications, but it does not accurately correspond to frames per second. Toolkit-dependent counters provide much better accuracy. On Wayland with memory buffers as the backend two are available: java2d.native.frames - frames delivered to the Wayland server java2d.native.framesDropped - fully formed frames that were not delivered to the Wayland server (cherry picked from commit 639a7b4)
(cherry picked from commit 8227e43)
Do not copy the buffer if the drawing buffer has not been resized yet as the size will not match that of the show buffer. Also, properly guard against the size change by another thread while copying. (cherry picked from commit 8ff1d3c)
(cherry picked from commit 33a7167)
(cherry picked from commit d3496bc)
JBR-6543 Vulkan: migrate current code to pure c Replaced C++ vulkan rendering with C one (cherry picked from commit 85e44bf)
(cherry picked from commit 996d4f7)
(cherry picked from commit 64660b0)
(cherry picked from commit 768d46d)
…r rendering (cherry picked from commit 57dc1a9)
(cherry picked from commit e834ce8)
Implemented flat color shape rendering (cherry picked from commit 6f84d82)
Added missing header (jni_util.h) (cherry picked from commit 02fb3ae)
…o Line dialog (cherry picked from commit c381634)
(cherry picked from commit 762cd2b)
Popup's positioner size has to be in sync with popup's buffer size (cherry picked from commit 5d67a13)
(cherry picked from commit b68c0ec)
- Separate instance and device-specific function tables - Avoid using device from global context when possible - Set up debug logger (cherry picked from commit af4eb8b)
Moved shared VkRenderPass to the logical device (cherry picked from commit 3d782ed)
3e06d69 to
12d271c
Compare
302ee14 to
15d0be1
Compare
44e8fcf to
637442a
Compare
f1de5e7 to
b212d6f
Compare
9fa4fe5 to
f0a57b1
Compare
74c8b09 to
2b5ae8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.