2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Yuri Kunde Schlesner a320d1a5b4 Clipper: Avoid dynamic allocations
The triangle clipper was allocating its temporary input, output and work
buffers using a std::vector. Since this is a hot path, it's desirable to
use stack allocation instead.
2014-12-29 02:08:09 -02:00
..
citra GPU: Implement frameskip and remove forced framebuffer swap hack. 2014-12-28 22:14:05 -05:00
citra_qt Merge pull request #347 from bunnei/frameskip 2014-12-28 22:39:17 -05:00
common Merge pull request #322 from chinhodado/master 2014-12-22 00:12:43 -05:00
core Merge pull request #347 from bunnei/frameskip 2014-12-28 22:39:17 -05:00
video_core Clipper: Avoid dynamic allocations 2014-12-29 02:08:09 -02:00
CMakeLists.txt