summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Gravatar Emmanuel Gil Peyrot2015-07-181-3/+0
* Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-131-1/+26
* FileUtil: Add a WriteObject method for writing a single, POD-type object.Gravatar Tony Wasserka2015-07-131-0/+10
* don“t define snprintf on Visual Studio 2015Gravatar Apology112015-07-121-2/+4
* Merge pull request #914 from yuriks/bitfield-maskGravatar Yuri Kunde Schlesner2015-07-111-2/+2
|\
| * Common: Remove redundant masking in BitFieldGravatar Yuri Kunde Schlesner2015-07-101-1/+1
| * Common: Fix mask generation in BitFieldGravatar Yuri Kunde Schlesner2015-07-101-1/+1
* | Common: Remove thunk.hGravatar Lioncash2015-07-102-43/+0
* | Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-1026-236/+86
|\ \ | |/ |/|
| * Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
| * Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+2
| * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-282-1/+1
| * Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-282-3/+15
| * Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot2015-06-281-7/+0
| * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
| * Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-287-22/+18
| * Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-284-7/+10
| * Common: Cleanup thread includes.Gravatar Emmanuel Gil Peyrot2015-06-282-18/+15
| * Common: Fix string_util includes.Gravatar Emmanuel Gil Peyrot2015-06-282-3/+9
| * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-283-7/+14
| * Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Gravatar Emmanuel Gil Peyrot2015-06-271-30/+0
| * Common: Remove unused SSE version checking and a GCC macro.Gravatar Emmanuel Gil Peyrot2015-06-271-25/+0
| * Common: Remove unused fifo_queue.h.Gravatar Emmanuel Gil Peyrot2015-06-272-112/+0
* | Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-281-26/+0
|/
* Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-212-2/+4
|\
| * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-112-2/+4
* | Render-to-texture flush, interval math fixGravatar tfarley2015-06-081-1/+1
|/
* Move video_core/color.h to common/color.hGravatar archshift2015-05-302-0/+215
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-302-0/+641
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-293-3/+3
* OpenGL rendererGravatar tfarley2015-05-221-0/+4
* Service::Y2R: Support for grayscale decoding of specific formatsGravatar Yuri Kunde Schlesner2015-05-222-0/+2
* Merge pull request #758 from yuriks/sync-loggingGravatar Yuri Kunde Schlesner2015-05-1510-381/+35
|\
| * Remove unused concurrent_ring_buffer.hGravatar Yuri Kunde Schlesner2015-05-152-164/+0
| * Common: Use the log system to print assert messagesGravatar Yuri Kunde Schlesner2015-05-121-7/+3
| * Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-127-210/+32
* | Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Gravatar Emmanuel Gil Peyrot2015-05-144-409/+3
|/
* Common: Remove the BIT macroGravatar Yuri Kunde Schlesner2015-05-091-2/+0
* Common: Add BIT macroGravatar Yuri Kunde Schlesner2015-05-081-0/+2
* Common: Add StringFromFixedZeroTerminatedBufferGravatar Yuri Kunde Schlesner2015-05-082-0/+14
* Merge pull request #725 from yuriks/remove-common-crapGravatar Yuri Kunde Schlesner2015-05-075-1009/+0
|\
| * Common: Remove mem_arena.cpp/hGravatar Yuri Kunde Schlesner2015-05-073-466/+0
| * Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-073-543/+0
* | Merge pull request #723 from lioncash/commonstrGravatar bunnei2015-05-072-127/+0
|\ \
| * | string_util: Get rid of UriDecode/UriEncodeGravatar Lioncash2015-05-072-127/+0
* | | Profiler: Fix off-by-one error when computing average.Gravatar Yuri Kunde Schlesner2015-05-071-2/+1
| |/ |/|
* | Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-075-17/+11
|/
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-0729-56/+43
* Common: Move alignment macros to common_funcs.hGravatar Yuri Kunde Schlesner2015-05-072-21/+21
* Common: Move SSE detection ifdefs to platform.hGravatar Yuri Kunde Schlesner2015-05-073-16/+21