- Apr 29, 2016
-
-
bunnei authored
* 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.
-
Yuri Kunde Schlesner authored
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI.
-
Henrik Rydgard authored
-
Henrik Rydgård authored
* Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line
-
- Apr 28, 2016
-
-
Henrik Rydgard authored
-
Henrik Rydgard authored
-
Henrik Rydgard authored
Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).
-
Henrik Rydgard authored
-
Henrik Rydgard authored
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
-
Henrik Rydgard authored
-
bunnei authored
AudioCore: Move samples_per_frame and num_sources into hle/common.h
-
bunnei authored
Externals: Add soundtouch
-
MerryMage authored
-
MerryMage authored
-
- Apr 27, 2016
- Apr 26, 2016
-
-
bunnei authored
Update the code of service y2r!
-
linkmauve authored
Qt Frontend: Add Threads::Threads import in CMakeLists.txt
-
Emmanuel Gil Peyrot authored
This had been forgotten in df81fa11. Fixes #1711.
-
bunnei authored
Replace std::map with std::array for graphics event breakpoints
-
- Apr 25, 2016
-
-
bunnei authored
Fixes for #1711 and other compilation errors.
-
MerryMage authored
-
Sam Spilsbury authored
-
- Apr 24, 2016
-
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
This requires bumping up to a minimum of CMake 3.1. The benefit of using the imported target is that you can switch to the -pthread compiler flag on request, which may be necessary for some systems if available.
-
Henrik Rydgard authored
Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.
-
MerryMage authored
-
bunnei authored
Fix various build errors encountered on Clang 3.9 on OS X
-
- Apr 23, 2016
-
-
bunnei authored
Protect use of std::is_trivially_copyable to compile with GCC 4.9
-
LittleWhite authored
-
Sam Spilsbury authored
-