index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
videocore: Added RG8 texture support
Patrick Martin
2015-08-16
1
-0
/
+18
*
Merge pull request #1031 from bbarenblat/master
Yuri Kunde Schlesner
2015-08-15
1
-1
/
+2
|
\
|
*
Handle invalid `Log::Class`
Benjamin Barenblat
2015-08-15
1
-1
/
+2
*
|
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
8
-14
/
+14
*
|
Common: Cleanup CPU capability detection code.
bunnei
2015-08-15
4
-198
/
+141
*
|
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-15
4
-5
/
+5
*
|
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-15
10
-516
/
+26
*
|
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
2015-08-15
5
-2
/
+158
*
|
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-08-15
9
-4
/
+4380
*
|
Common: Ported over Dolphin's code for x86 CPU capability detection.
bunnei
2015-08-15
4
-17
/
+273
|
/
*
Stop defining GCC always_inline attributes as __forceinline
archshift
2015-08-11
2
-7
/
+8
*
Merge pull request #1018 from bbarenblat/master
bunnei
2015-08-05
2
-1
/
+8
|
\
|
*
Use UNREACHABLE macro for impossible cases in previous commit
Benjamin Barenblat
2015-08-02
2
-4
/
+3
|
*
Handle invalid `Log::Level::Count`
Benjamin Barenblat
2015-08-02
2
-1
/
+9
*
|
Common: Work around bug in MSVC2015 standard library
Yuri Kunde Schlesner
2015-08-02
1
-0
/
+14
|
/
*
Common : Fix Conversion Warnings
zawata
2015-07-19
1
-1
/
+1
*
Common: Remove the unused and commented GetThemeDir prototype from FileUtil.
Emmanuel Gil Peyrot
2015-07-18
1
-3
/
+0
*
Pica: Implement stencil testing.
Tony Wasserka
2015-07-13
1
-1
/
+26
*
FileUtil: Add a WriteObject method for writing a single, POD-type object.
Tony Wasserka
2015-07-13
1
-0
/
+10
*
don“t define snprintf on Visual Studio 2015
Apology11
2015-07-12
1
-2
/
+4
*
Merge pull request #914 from yuriks/bitfield-mask
Yuri Kunde Schlesner
2015-07-11
1
-2
/
+2
|
\
|
*
Common: Remove redundant masking in BitField
Yuri Kunde Schlesner
2015-07-10
1
-1
/
+1
|
*
Common: Fix mask generation in BitField
Yuri Kunde Schlesner
2015-07-10
1
-1
/
+1
*
|
Common: Remove thunk.h
Lioncash
2015-07-10
2
-43
/
+0
*
|
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
26
-236
/
+86
|
\
\
|
|
/
|
/
|
|
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
|
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+2
|
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
2
-1
/
+1
|
*
Common: Cleanup emu_window includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+15
|
*
Common: Remove unused ROUND_UP_POW2 macro.
Emmanuel Gil Peyrot
2015-06-28
1
-7
/
+0
|
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
|
*
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-06-28
7
-22
/
+18
|
*
Common: Cleanup profiler includes.
Emmanuel Gil Peyrot
2015-06-28
4
-7
/
+10
|
*
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2015-06-28
2
-18
/
+15
|
*
Common: Fix string_util includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+9
|
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
3
-7
/
+14
|
*
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.
Emmanuel Gil Peyrot
2015-06-27
1
-30
/
+0
|
*
Common: Remove unused SSE version checking and a GCC macro.
Emmanuel Gil Peyrot
2015-06-27
1
-25
/
+0
|
*
Common: Remove unused fifo_queue.h.
Emmanuel Gil Peyrot
2015-06-27
2
-112
/
+0
*
|
Common: Remove unused type unions breaking aliasing rules in horrible ways.
Emmanuel Gil Peyrot
2015-06-28
1
-26
/
+0
|
/
*
Merge pull request #855 from purpasmart96/service_rearrangment
bunnei
2015-06-21
2
-2
/
+4
|
\
|
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-11
2
-2
/
+4
*
|
Render-to-texture flush, interval math fix
tfarley
2015-06-08
1
-1
/
+1
|
/
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
2
-0
/
+215
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
2
-0
/
+641
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
3
-3
/
+3
*
OpenGL renderer
tfarley
2015-05-22
1
-0
/
+4
*
Service::Y2R: Support for grayscale decoding of specific formats
Yuri Kunde Schlesner
2015-05-22
2
-0
/
+2
*
Merge pull request #758 from yuriks/sync-logging
Yuri Kunde Schlesner
2015-05-15
10
-381
/
+35
|
\
|
*
Remove unused concurrent_ring_buffer.h
Yuri Kunde Schlesner
2015-05-15
2
-164
/
+0
[next]