mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Skipped the ZCompLoc pass if the result can be determined at compile time. Brings back the speed lost by r146b02615c07.
This commit is contained in:
parent
86a1899b9e
commit
0efd4e5c29
6 changed files with 43 additions and 43 deletions
|
@ -111,7 +111,7 @@ enum PSGRENDER_MODE
|
|||
PSGRENDER_NORMAL, // Render normally, without destination alpha
|
||||
PSGRENDER_DSTALPHA_ALPHA_PASS, // Render normally first, then render again for alpha
|
||||
PSGRENDER_DSTALPHA_DUAL_SOURCE_BLEND, // Use dual-source blending
|
||||
PSGRENDER_ZCOMPLOCK //Render to Depth Channel only with no depth dextures enabled
|
||||
PSGRENDER_ZCOMPLOC //Render to Depth Channel only with no depth dextures enabled
|
||||
};
|
||||
|
||||
enum ALPHA_PRETEST_RESULT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue