| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Common : Fix Conversion Warnings | 2015-07-19 | 1 | -1/+1 | |
| | | |||||
| * | Common: Remove the unused and commented GetThemeDir prototype from FileUtil. | 2015-07-18 | 1 | -3/+0 | |
| | | |||||
| * | Pica: Implement stencil testing. | 2015-07-13 | 1 | -1/+26 | |
| | | |||||
| * | FileUtil: Add a WriteObject method for writing a single, POD-type object. | 2015-07-13 | 1 | -0/+10 | |
| | | |||||
| * | don´t define snprintf on Visual Studio 2015 | 2015-07-12 | 1 | -2/+4 | |
| | | | | Visual Studio 2015 defines this in stdio now | ||||
| * | Merge pull request #914 from yuriks/bitfield-mask | 2015-07-11 | 1 | -2/+2 | |
| |\ | | | | | Common: Fix mask generation in BitField | ||||
| | * | Common: Remove redundant masking in BitField | 2015-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | | For the signed case, the shifts already remove the rest of the value, so ANDing by the mask is redundant. | ||||
| | * | Common: Fix mask generation in BitField | 2015-07-10 | 1 | -1/+1 | |
| | | | | | | | | | Fixes #913 | ||||
| * | | Common: Remove thunk.h | 2015-07-10 | 2 | -43/+0 | |
| | | | | | | | | | This isn't used, and there's no implementations of the member functions. | ||||
| * | | Merge pull request #876 from linkmauve/include-cleanups | 2015-07-10 | 26 | -236/+86 | |
| |\ \ | |/ |/| | Cleanup includes, mostly in common | ||||
| | * | Core: Cleanup file_sys includes. | 2015-06-28 | 1 | -0/+1 | |
| | | | |||||
| | * | Core: Cleanup core includes. | 2015-06-28 | 1 | -1/+2 | |
| | | | |||||
| | * | CitraQt: Cleanup includes. | 2015-06-28 | 2 | -1/+1 | |
| | | | |||||
| | * | Common: Cleanup emu_window includes. | 2015-06-28 | 2 | -3/+15 | |
| | | | |||||
| | * | Common: Remove unused ROUND_UP_POW2 macro. | 2015-06-28 | 1 | -7/+0 | |
| | | | |||||
| | * | Common: Cleanup key_map includes. | 2015-06-28 | 1 | -0/+1 | |
| | | | |||||
| | * | Common: Cleanup memory and misc includes. | 2015-06-28 | 7 | -22/+18 | |
| | | | |||||
| | * | Common: Cleanup profiler includes. | 2015-06-28 | 4 | -7/+10 | |
| | | | |||||
| | * | Common: Cleanup thread includes. | 2015-06-28 | 2 | -18/+15 | |
| | | | |||||
| | * | Common: Fix string_util includes. | 2015-06-28 | 2 | -3/+9 | |
| | | | |||||
| | * | Common: Fix FileUtil includes, and everything relying on those. | 2015-06-28 | 3 | -7/+14 | |
| | | | |||||
| | * | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. | 2015-06-27 | 1 | -30/+0 | |
| | | | |||||
| | * | Common: Remove unused SSE version checking and a GCC macro. | 2015-06-27 | 1 | -25/+0 | |
| | | | |||||
| | * | Common: Remove unused fifo_queue.h. | 2015-06-27 | 2 | -112/+0 | |
| | | | |||||
| * | | Common: Remove unused type unions breaking aliasing rules in horrible ways. | 2015-06-28 | 1 | -26/+0 | |
| |/ | |||||
| * | Merge pull request #855 from purpasmart96/service_rearrangment | 2015-06-21 | 2 | -2/+4 | |
| |\ | | | | | Services: Continue separation of services into their own folders | ||||
| | * | Services: Continue separation of services into their own folders | 2015-06-11 | 2 | -2/+4 | |
| | | | |||||
| * | | Render-to-texture flush, interval math fix | 2015-06-08 | 1 | -1/+1 | |
| |/ | |||||
| * | Move video_core/color.h to common/color.h | 2015-05-30 | 2 | -0/+215 | |
| | | |||||
| * | Move video_core/math.h to common/vector_math.h | 2015-05-30 | 2 | -0/+641 | |
| | | | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. | ||||
| * | Remove every trailing whitespace from the project (but externals). | 2015-05-29 | 3 | -3/+3 | |
| | | |||||
| * | OpenGL renderer | 2015-05-22 | 1 | -0/+4 | |
| | | |||||
| * | Service::Y2R: Support for grayscale decoding of specific formats | 2015-05-22 | 2 | -0/+2 | |
| | | | | | | | | | | | | | Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode. | ||||
| * | Merge pull request #758 from yuriks/sync-logging | 2015-05-15 | 10 | -381/+35 | |
| |\ | | | | | Common: Remove async logging | ||||
| | * | Remove unused concurrent_ring_buffer.h | 2015-05-15 | 2 | -164/+0 | |
| | | | |||||
| | * | Common: Use the log system to print assert messages | 2015-05-12 | 1 | -7/+3 | |
| | | | |||||
| | * | Common: Remove async logging | 2015-05-12 | 7 | -210/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | It provided a large increase in complexity of the logging system while having a negligible performance impact: the usage patterns of the ring buffer meant that each log contended with the logging thread, causing it to effectively act as a synchronous extra buffering. Also removed some broken code related to filtering of subclasses which was broken since it was introduced. (Which means no one ever used that feature anyway, since, 8 months later, no one ever complained.) | ||||
| * | | Common: Remove unused cruft from math_util, and remove a duplicated Rect ↵ | 2015-05-14 | 4 | -409/+3 | |
| |/ | | | | class in common_types. | ||||
| * | Common: Remove the BIT macro | 2015-05-09 | 1 | -2/+0 | |
| | | | | | | | | When the macro was introduced in 326ec51261299e48de97592631c02523da9c8118 it wasn't noticed that it conflicted in name with a heavily used macro inside of dyncom. This causes some compiler warnings. Since it's only lightly used, it was opted to simply remove the new macro. | ||||
| * | Common: Add BIT macro | 2015-05-08 | 1 | -0/+2 | |
| | | |||||
| * | Common: Add StringFromFixedZeroTerminatedBuffer | 2015-05-08 | 2 | -0/+14 | |
| | | |||||
| * | Merge pull request #725 from yuriks/remove-common-crap | 2015-05-07 | 5 | -1009/+0 | |
| |\ | | | | | Remove unused hash and mem_arena from common | ||||
| | * | Common: Remove mem_arena.cpp/h | 2015-05-07 | 3 | -466/+0 | |
| | | | | | | | | | | | | | It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again. | ||||
| | * | Common: Remove hash.cpp/h | 2015-05-07 | 3 | -543/+0 | |
| | | | | | | | | | Currently unused and the code quality is pretty questionable. | ||||
| * | | Merge pull request #723 from lioncash/commonstr | 2015-05-07 | 2 | -127/+0 | |
| |\ \ | | | | | | | string_util: Get rid of UriDecode/UriEncode | ||||
| | * | | string_util: Get rid of UriDecode/UriEncode | 2015-05-07 | 2 | -127/+0 | |
| | | | | |||||
| * | | | Profiler: Fix off-by-one error when computing average. | 2015-05-07 | 1 | -2/+1 | |
| | |/ |/| | |||||
| * | | Common: Add proper macros to test for architecture pointer size | 2015-05-07 | 5 | -17/+11 | |
| |/ | | | | | | | The old system of just defining macros available in some other platform was susceptible to silently using the wrong code if you forgot to include a particular header. This fixes a crash on non-Windows platforms introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b. | ||||
| * | Common: Remove common.h | 2015-05-07 | 29 | -56/+43 | |
| | | |||||
| * | Common: Move alignment macros to common_funcs.h | 2015-05-07 | 2 | -21/+21 | |
| | | |||||