[texture_cache] fix msaa upload again, #2550

Merged
CamilleLaVey merged 3 commits from fix_msaa_again into master 2025-09-23 03:49:37 +02:00
Member

temproary non-msaa images used for msaa uploads were being destroyed before the GPU finished using them, causing validation errors/crashes.
This keeps the temp image alive until the GPU finishes and switches the aspect-mask check to bitwise so the MSAA path only runs when needed.

temproary non-msaa images used for msaa uploads were being destroyed before the GPU finished using them, causing validation errors/crashes. This keeps the temp image alive until the GPU finishes and switches the aspect-mask check to bitwise so the MSAA path only runs when needed.
Maufeat added 3 commits 2025-09-22 18:14:18 +02:00
requested reviews from CamilleLaVey, crueter, MrPurple666, MaranBr, Lizzie 2025-09-22 18:14:18 +02:00
Maufeat force-pushed fix_msaa_again from 8646427070 to 40b0b0cfc8 2025-09-22 18:40:31 +02:00 Compare
MaranBr approved these changes 2025-09-22 19:30:42 +02:00
CamilleLaVey approved these changes 2025-09-23 03:16:42 +02:00
Lizzie approved these changes 2025-09-23 03:42:38 +02:00
CamilleLaVey merged commit aec7f19b7e into master 2025-09-23 03:49:37 +02:00
CamilleLaVey deleted branch fix_msaa_again 2025-09-23 03:49:38 +02:00
Sign in to join this conversation.
No description provided.