-
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
Vulkan:Add more Dirty flag #13762
Vulkan:Add more Dirty flag #13762
Conversation
Interesting, I'm somewhat surprised that line 594 is not enough ... I'll see what I can figure out... |
In line 594,Remove DIRTY_TEXTURE_IMAGE | DIRTY_TEXTURE_PARAMS flag,the game still work |
Re-test,just need DIRTY_TEXTURE_IMAGE or DIRTY_TEXTURE_PARAMS is okay |
I feel like this implies something else is not properly dirtying texture params... -[Unknown] |
@unknownbrackets ,@hrydgard said that my frame dump is okay |
This logs the impacts of hrydgard#13762 so we can see why that helps, even though it doesn't look like a correct fix.
This logs the impacts of hrydgard#13762 so we can see why that helps, even though it doesn't look like a correct fix.
Fix in #14233 instead |
This logs the impacts of hrydgard#13762 so we can see why that helps, even though it doesn't look like a correct fix.
Fix #13741
Fix Princess Maker 5 Portable half screen in Vulkan
edit2: Not sure line 839 also need more dirty flag.