yuzu/src
bunnei 90243c56fb Merge pull request #1730 from hrydgard/vertex-loader
* Remove late accesses to attribute_config

* Refactor: Extract VertexLoader from command_processor.cpp.

Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.

* Move "&" to their proper place, add missing includes and make some properly relative.

* Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).

* Optimize the vertex loader, nearly doubling its speed.

* Debugger fix

* Move and rename the MemoryAccesses class to MemoryAccessTracker.
2016-04-29 09:42:47 -04:00
..
audio_core Merge pull request #1727 from MerryMage/minor-commit 2016-04-28 09:47:08 -04:00
citra CMakeLists: Use imported version of Threads::Threads 2016-04-24 23:39:25 +08:00
citra_qt Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
common Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
core Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
video_core Merge pull request #1730 from hrydgard/vertex-loader 2016-04-29 09:42:47 -04:00
CMakeLists.txt Dependencies: Remove GLFW, Add SDL2 2016-03-02 14:09:02 +00:00