summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-07-18Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Emmanuel Gil Peyrot
2015-07-13Pica: Implement stencil testing.Tony Wasserka
2015-07-13FileUtil: Add a WriteObject method for writing a single, POD-type object.Tony Wasserka
2015-07-12don“t define snprintf on Visual Studio 2015Apology11
2015-07-11Merge pull request #914 from yuriks/bitfield-maskYuri Kunde Schlesner
2015-07-10Common: Remove thunk.hLioncash
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-07-10Common: Remove redundant masking in BitFieldYuri Kunde Schlesner
2015-07-10Common: Fix mask generation in BitFieldYuri Kunde Schlesner
2015-06-28Common: Remove unused type unions breaking aliasing rules in horrible ways.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup emu_window includes.Emmanuel Gil Peyrot
2015-06-28Common: Remove unused ROUND_UP_POW2 macro.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup profiler includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup thread includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix string_util includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot
2015-06-27Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Emmanuel Gil Peyrot
2015-06-27Common: Remove unused SSE version checking and a GCC macro.Emmanuel Gil Peyrot
2015-06-27Common: Remove unused fifo_queue.h.Emmanuel Gil Peyrot
2015-06-21Merge pull request #855 from purpasmart96/service_rearrangmentbunnei
2015-06-11Services: Continue separation of services into their own folderspurpasmart96
2015-06-08Render-to-texture flush, interval math fixtfarley
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-30Move video_core/math.h to common/vector_math.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22OpenGL renderertfarley
2015-05-22Service::Y2R: Support for grayscale decoding of specific formatsYuri Kunde Schlesner
2015-05-15Merge pull request #758 from yuriks/sync-loggingYuri Kunde Schlesner
2015-05-15Remove unused concurrent_ring_buffer.hYuri Kunde Schlesner
2015-05-14Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Emmanuel Gil Peyrot
2015-05-12Common: Use the log system to print assert messagesYuri Kunde Schlesner
2015-05-12Common: Remove async loggingYuri Kunde Schlesner
2015-05-09Common: Remove the BIT macroYuri Kunde Schlesner
2015-05-08Common: Add BIT macroYuri Kunde Schlesner
2015-05-08Common: Add StringFromFixedZeroTerminatedBufferYuri Kunde Schlesner
2015-05-07Merge pull request #725 from yuriks/remove-common-crapYuri Kunde Schlesner
2015-05-07Merge pull request #723 from lioncash/commonstrbunnei
2015-05-07Profiler: Fix off-by-one error when computing average.Yuri Kunde Schlesner
2015-05-07Common: Remove mem_arena.cpp/hYuri Kunde Schlesner
2015-05-07Common: Remove hash.cpp/hYuri Kunde Schlesner
2015-05-07Common: Add proper macros to test for architecture pointer sizeYuri Kunde Schlesner
2015-05-07string_util: Get rid of UriDecode/UriEncodeLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-07Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner
2015-05-07Common: Move SSE detection ifdefs to platform.hYuri Kunde Schlesner