skyline/app/src/main/cpp
PixelyIon 48d0b41f16 Implement Maxwell3D Common/Independent Color Write Mask
Maxwell3D supports both independent and common color write masks like color blending but for common color write masks rather than having register state specifically for it, the state from RT 0 is extended to all RTs. It should be noted that color write masks are included in blending state for Vulkan while being entirely independent from each other for Maxwell, it forces us to use the `independentBlend` feature even when we are doing common blending unless the color write mask is common as well but to simplify all this logic the feature was made required as it supported by effectively all targeted devices.
2022-04-14 14:14:52 +05:30
..
skyline Implement Maxwell3D Common/Independent Color Write Mask 2022-04-14 14:14:52 +05:30
emu_jni.cpp Use the new log file name & ext for every logger context 2021-11-11 16:32:19 +01:00
loader_jni.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00