pcsx2/plugins/GSdx/Renderers/HW
iMineLink f409079864 GSdx-hw: New SW sprite renderer, used in Jak games only for now. (#3001)
Developed a new SW sprite render function, which is used to fix
Jak and Daxter colors in Jak games and to remove the old Jak games hack
which yielded wrong colors and clashed with TC search texture in RT function.

- Remove OO_JakGames hack for palette readback from framebuffer (slow,
clashes with texture in RT TC function, clashes with Target readback logic)
- Developed new method SwSpriteRender with CPU rendering logic
- Add OI_JakGames method using SwSpriteRender for CPU palette rendering (fast,
does not clash with texture in RT TC function, no readback required)

Bonus: fps also sees an improvement in Jak games 3-5 increase.
2019-07-13 01:05:27 +02:00
..
GSHwHack.cpp gsdx-hw: Purge Sonic unleashed crc hack. 2019-06-23 23:34:25 +02:00
GSRendererHW.cpp GSdx-hw: New SW sprite renderer, used in Jak games only for now. (#3001) 2019-07-13 01:05:27 +02:00
GSRendererHW.h GSdx-hw: New SW sprite renderer, used in Jak games only for now. (#3001) 2019-07-13 01:05:27 +02:00
GSTextureCache.cpp gsdx-hw: Remove no longer needed Sprite hack, replaced by improved atst code already. 2019-06-16 20:42:28 +02:00
GSTextureCache.h gsdx-hw: Remove no longer needed Sprite hack, replaced by improved atst code already. 2019-06-16 20:42:28 +02:00
GSVertexHW.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00