mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Cleanup and refactor of zfreeze port
Based on the feedback from pull request #1767 I have put in most of degasus's suggestions in here now. I think we have a real winner here as moving the code to VertexManagerBase for a function has allowed OGL to utilize zfreeze now :) Correct use of the vertex pointer has also corrected most of the issue found in pull request #1767 that JMC47 stated. Which also for me now has Mario Tennis working with no polygon spikes on the characters anymore! Shadows are still an issue and probably in the other games with shadow problems. Rebel Strike also seems better but random skybox glitches can show up.
This commit is contained in:

committed by
Scott Mansell

parent
937844b9e3
commit
613781c765
@ -20,8 +20,8 @@
|
||||
#define C_INDTEXMTX (C_INDTEXSCALE + 2) //21
|
||||
#define C_FOGCOLOR (C_INDTEXMTX + 6) //27
|
||||
#define C_FOGI (C_FOGCOLOR + 1) //28
|
||||
#define C_FOGF (C_FOGI + 1) //29
|
||||
#define C_ZSLOPE (C_FOGF + 1) //30
|
||||
#define C_FOGF (C_FOGI + 2) //29
|
||||
#define C_ZSLOPE (C_FOGF + 1) //31
|
||||
|
||||
#define C_PENVCONST_END (C_ZSLOPE + 2)
|
||||
|
||||
|
Reference in New Issue
Block a user