-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Optimize Rendering Push Performance Using MIT-SHM #17118
base: master
Are you sure you want to change the base?
Optimize Rendering Push Performance Using MIT-SHM #17118
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5be7d3b - Browse repository at this point
Copy the full SHA 5be7d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54a24f9 - Browse repository at this point
Copy the full SHA 54a24f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35f4b8 - Browse repository at this point
Copy the full SHA a35f4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2894603 - Browse repository at this point
Copy the full SHA 2894603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7fe0f - Browse repository at this point
Copy the full SHA 1b7fe0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 220f175 - Browse repository at this point
Copy the full SHA 220f175View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a6c43 - Browse repository at this point
Copy the full SHA d5a6c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b775e3 - Browse repository at this point
Copy the full SHA 8b775e3View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e245be - Browse repository at this point
Copy the full SHA 9e245beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 869dce0 - Browse repository at this point
Copy the full SHA 869dce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b1c81 - Browse repository at this point
Copy the full SHA 54b1c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c3527 - Browse repository at this point
Copy the full SHA a3c3527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42de87c - Browse repository at this point
Copy the full SHA 42de87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b2253 - Browse repository at this point
Copy the full SHA 15b2253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 585509a - Browse repository at this point
Copy the full SHA 585509aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bba7b5 - Browse repository at this point
Copy the full SHA 7bba7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb26283 - Browse repository at this point
Copy the full SHA eb26283View commit details -
If the depth is not 32, we should do some conversion to make the XShm…
…PutImage work. But the conversion is slowly, so we should not use XShmPutImage when the depth is not 32
Configuration menu - View commit details
-
Copy full SHA for e3d9ba3 - Browse repository at this point
Copy the full SHA e3d9ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a03a8 - Browse repository at this point
Copy the full SHA a0a03a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d5761 - Browse repository at this point
Copy the full SHA 26d5761View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c884d - Browse repository at this point
Copy the full SHA c6c884dView commit details -
Revert "Try open the softrender mode tode debug the FramebufferRender…
…Target" This reverts commit 9e245be.
Configuration menu - View commit details
-
Copy full SHA for 654122b - Browse repository at this point
Copy the full SHA 654122bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3691ea3 - Browse repository at this point
Copy the full SHA 3691ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156696a - Browse repository at this point
Copy the full SHA 156696aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1fdf3 - Browse repository at this point
Copy the full SHA 1a1fdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a8cbdf - Browse repository at this point
Copy the full SHA 2a8cbdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f01872 - Browse repository at this point
Copy the full SHA 0f01872View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 330141b - Browse repository at this point
Copy the full SHA 330141bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e3673 - Browse repository at this point
Copy the full SHA 97e3673View commit details -
Configuration menu - View commit details
-
Copy full SHA for f652e8a - Browse repository at this point
Copy the full SHA f652e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1609f47 - Browse repository at this point
Copy the full SHA 1609f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a409f - Browse repository at this point
Copy the full SHA a4a409fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d57f5 - Browse repository at this point
Copy the full SHA e6d57f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd00df - Browse repository at this point
Copy the full SHA 0bd00dfView commit details -
Fix thread safe issues, the GetOrCreateImage in X11ShmImageManager wi…
…ll be called in render thread and the OnXShmCompletion method will be called in UI thread
Configuration menu - View commit details
-
Copy full SHA for da52ddf - Browse repository at this point
Copy the full SHA da52ddfView commit details -
Re-define the XShmCompletionEvent
From https://www.x.org/releases/X11R7.5/doc/Xext/mit-shm.html The XShmCompletionEvent event type value that will be used can be determined at run time
Configuration menu - View commit details
-
Copy full SHA for 3dee126 - Browse repository at this point
Copy the full SHA 3dee126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a04014 - Browse repository at this point
Copy the full SHA 1a04014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e1bf9 - Browse repository at this point
Copy the full SHA 17e1bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9641de1 - Browse repository at this point
Copy the full SHA 9641de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968607f - Browse repository at this point
Copy the full SHA 968607fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef01609 - Browse repository at this point
Copy the full SHA ef01609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac7b94 - Browse repository at this point
Copy the full SHA 6ac7b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed65472 - Browse repository at this point
Copy the full SHA ed65472View commit details