index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
lm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-6
/
+6
|
*
|
|
|
hid: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-25
/
+25
|
*
|
|
|
friend: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-1
/
+1
|
*
|
|
|
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-30
/
+29
|
*
|
|
|
fatal: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-2
/
+2
|
*
|
|
|
audio: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-21
/
+21
|
*
|
|
|
apm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-3
/
+3
|
*
|
|
|
aoc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-2
/
+2
|
*
|
|
|
am: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
3
-50
/
+50
|
*
|
|
|
acc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-10
/
+10
*
|
|
|
|
renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles()
Lioncash
2018-04-24
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-24
6
-8
/
+36
*
|
|
|
Merge pull request #379 from Subv/multi_buffers
bunnei
2018-04-24
3
-43
/
+89
|
\
\
\
\
|
*
|
|
|
GPU: Support multiple enabled vertex arrays.
Subv
2018-04-23
3
-43
/
+89
|
|
/
/
/
*
|
|
|
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
16
-525
/
+285
|
\
\
\
\
|
*
|
|
|
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
4
-10
/
+94
|
*
|
|
|
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-20
3
-3
/
+3
|
*
|
|
|
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-04-20
5
-90
/
+55
|
*
|
|
|
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
6
-150
/
+0
|
*
|
|
|
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
4
-209
/
+3
|
*
|
|
|
Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey
Subv
2018-04-20
1
-83
/
+46
|
*
|
|
|
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
6
-22
/
+126
*
|
|
|
|
Merge pull request #384 from Subv/nvhost-remap
bunnei
2018-04-23
2
-0
/
+57
|
\
\
\
\
\
|
*
|
|
|
|
NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...
Subv
2018-04-23
1
-0
/
+10
|
*
|
|
|
|
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
Subv
2018-04-23
2
-0
/
+47
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #385 from Subv/unimpl_ioctls
bunnei
2018-04-23
5
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.
Subv
2018-04-23
5
-5
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #383 from Subv/gpu_mmu
bunnei
2018-04-23
2
-34
/
+25
|
\
\
\
\
\
|
*
|
|
|
|
GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table b...
Subv
2018-04-23
2
-34
/
+25
|
|
/
/
/
/
*
|
|
/
/
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...
Subv
2018-04-23
2
-0
/
+4
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
GPU: Implement the A2BGR10 texture format.
Subv
2018-04-21
4
-6
/
+18
|
/
/
/
*
|
|
Merge pull request #377 from adityaruplaha/sdl2-fullscreen
bunnei
2018-04-21
3
-4
/
+40
|
\
\
\
|
*
|
|
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
adityaruplaha
2018-04-21
3
-4
/
+40
*
|
|
|
Merge pull request #376 from bunnei/shader-decoder
bunnei
2018-04-21
2
-210
/
+249
|
\
\
\
\
|
*
|
|
|
gl_shader_decompiler: Skip RRO instruction.
bunnei
2018-04-20
1
-0
/
+4
|
*
|
|
|
gl_shader_decompiler: Cleanup error logging.
bunnei
2018-04-20
1
-14
/
+6
|
*
|
|
|
shader_bytecode: Add several more instruction decodings.
bunnei
2018-04-20
1
-5
/
+52
|
*
|
|
|
shader_bytecode: Decode instructions based on bit strings.
bunnei
2018-04-20
2
-205
/
+201
*
|
|
|
|
Merge pull request #375 from lioncash/header
bunnei
2018-04-20
4
-11
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
opengl: Remove unnecessary header inclusions
Lioncash
2018-04-20
4
-11
/
+0
*
|
|
|
|
Merge pull request #369 from Subv/shader_instr2
bunnei
2018-04-20
2
-4
/
+179
|
\
\
\
\
\
|
*
|
|
|
|
ShaderGen: Implemented the KIL instruction, which is equivalent to 'discard'.
Subv
2018-04-20
1
-1
/
+7
|
*
|
|
|
|
ShaderGen: Implemented predicated instruction execution.
Subv
2018-04-20
2
-1
/
+40
|
*
|
|
|
|
ShaderGen: Implemented the fsetp instruction.
Subv
2018-04-20
2
-3
/
+112
|
*
|
|
|
|
ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO).
Subv
2018-04-20
2
-0
/
+5
|
*
|
|
|
|
ShaderGen: Ignore the 'sched' instruction when generating shaders.
Subv
2018-04-20
1
-0
/
+16
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #374 from lioncash/noexcept
bunnei
2018-04-20
1
-20
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
gl_resource_manager: Add missing noexcept specifiers to move constructors and...
Lioncash
2018-04-20
1
-20
/
+19
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #373 from lioncash/enum2
bunnei
2018-04-20
1
-4
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer_cache: Make MatchFlags an enum class
Lioncash
2018-04-20
1
-4
/
+9
|
|
/
/
/
/
[prev]
[next]