Olivier PARRA 5813228c6c [FIXES]GPU capture on Metal/OSX/NVidia
[FIX]RetroArch CRASH on Metal internal assert
_validateGetBytes:39: failed assertion `texture must not be a
framebufferOnly texture.' GPU Capture were done on a
framebufferOnly texture. Fix it by setting framebufferOnly
CAMetalLayer property to NO. Subsequent MTLTexture inherits from
this property.

[FIX]Capture black frames. Resulting PNG screenshots were black.
Since GPU texture where not sync with CPU,
getBytes:bytesPerRow:fromRegion:mipmapLevel: behavior is undefined
Fix it by adding synchronizeResource command to blitCommandEncoder
In order to keep performances, syncing is done ONLY when a GPU
Capture is requested.

[FIX]Corrupted image due to incorrect viewport copy
Modify code in charge of copying MTLTexture bytes to 24bits PNG
buffer.
2020-04-02 23:01:48 +02:00
..
2018-07-03 22:32:12 -07:00
2019-02-03 16:00:50 -08:00
2019-02-03 16:00:50 -08:00
2019-02-03 16:00:50 -08:00
2019-02-03 16:00:50 -08:00
2019-01-17 19:39:38 -08:00
2019-02-03 16:00:50 -08:00
2019-02-03 16:00:50 -08:00
2018-07-03 22:32:12 -07:00