300 Commits (a9fd93347dff482a83d45d92c23e46fd6337089c)

Author SHA1 Message Date
purpasmart96 7933dbe6a0 Services: Continue separation of services into their own folders 11 years ago
tfarley 66b0d799ee Render-to-texture flush, interval math fix 11 years ago
archshift 76690392bf Move video_core/color.h to common/color.h 11 years ago
archshift 5df2d1b5f7 Move video_core/math.h to common/vector_math.h 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
tfarley 05dc633a8c OpenGL renderer 11 years ago
Yuri Kunde Schlesner 9108482888 Service::Y2R: Support for grayscale decoding of specific formats 11 years ago
Yuri Kunde Schlesner 7dbc27ff57 Remove unused concurrent_ring_buffer.h 11 years ago
Emmanuel Gil Peyrot a31fd7f86b Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types. 11 years ago
Yuri Kunde Schlesner c8eae338a8 Common: Use the log system to print assert messages 11 years ago
Yuri Kunde Schlesner b88c91dd3d Common: Remove async logging 11 years ago
Yuri Kunde Schlesner b700b55696 Common: Remove the BIT macro 11 years ago
Yuri Kunde Schlesner 326ec51261 Common: Add BIT macro 11 years ago
Yuri Kunde Schlesner 8809d02db3 Common: Add StringFromFixedZeroTerminatedBuffer 11 years ago
Yuri Kunde Schlesner ed12b08e7a Profiler: Fix off-by-one error when computing average. 11 years ago
Yuri Kunde Schlesner 3396f352cb Common: Remove mem_arena.cpp/h 11 years ago
Yuri Kunde Schlesner d9df5b575a Common: Remove hash.cpp/h 11 years ago
Yuri Kunde Schlesner fae5933ad6 Common: Add proper macros to test for architecture pointer size 11 years ago
Lioncash 9adad45b0f string_util: Get rid of UriDecode/UriEncode 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Yuri Kunde Schlesner 1bd1a13a02 Common: Move alignment macros to common_funcs.h 11 years ago
Yuri Kunde Schlesner ae963d75f8 Common: Move SSE detection ifdefs to platform.h 11 years ago
Yuri Kunde Schlesner a594fdb66e Common: Remove more unused compatibility defines 11 years ago
Yuri Kunde Schlesner f3c096951b Common: Move IO-specific compatibility macros to file_util.cpp 11 years ago
Yuri Kunde Schlesner bf12f270b3 Common: Remove many unnecessary cross-platform compatibility macros 11 years ago
Yuri Kunde Schlesner c0eaa662d4 Clean-up includes 11 years ago
Yuri Kunde Schlesner c916bcf7b5 Move typedefs from kernel.h to more appropriate places 11 years ago
Yuri Kunde Schlesner 6ad71c216b Common: Move NonCopyable to common_types.h 11 years ago
Yuri Kunde Schlesner 7a4b717772 Common: Use C++11 deleted functions for NonCopyable 11 years ago
Yuri Kunde Schlesner 1fee769aa0 Common: Remove unused enums 11 years ago
Zaneo b8328593fe EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 11 years ago
Yuri Kunde Schlesner 6402de9ae7 Common: thread.h cleanups 11 years ago
bunnei 7b9f428b23 Thread: Implement priority boost for starved threads. 11 years ago
purpasmart96 198c0ddc72 Services: Stubs and minor changes 11 years ago
Lioncash e05d6220f5 disassembler: Get rid of a const_cast 11 years ago
Emmanuel Gil Peyrot 188b419586 Common: Fix logic for setting EMU_DATA_DIR. 11 years ago
Emmanuel Gil Peyrot 4c684fb274 Common: Make a #else more apparent. 11 years ago
Subv c0d1a91017 EmuWindow: Fixed a reference to a temporary variable 11 years ago
bunnei d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. 11 years ago
bunnei 953e09ddb5 EmuWindow: Made pad/touch functions non-static. 11 years ago
bunnei 543232436f EmuWindow: Added infrastructure code to enable touchpad support. 11 years ago
archshift 041e99b613 Added LCD registers, and implementation for color filling in OGL code. 11 years ago
bunnei 25633b431d Fixed EmuWindow typo (fixes OSX build) 11 years ago
bunnei 9960c49c21 Set framebuffer layout from EmuWindow. 11 years ago
Emmanuel Gil Peyrot 0aa44e238d Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. 11 years ago
archshift e011acaa84 Removed swap code redundancy and moved common swap code to swap.h 11 years ago
Yuri Kunde Schlesner dc8a3f8bc8 Profiler: Implement QPCClock to get better precision on Win32 11 years ago
Yuri Kunde Schlesner cd1fbfcf1b Add profiling infrastructure and widget 11 years ago
Emmanuel Gil Peyrot 129ad721c1 Common: Switch to the XDG Base Directory Specification for directory selection. 11 years ago
archshift 0420a4d1de Added information reporting from ThrowFatalError 11 years ago