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
*
Merge pull request #280 from bunnei/misc-service-fixes
bunnei
2018-03-25
5
-8
/
+66
|
\
|
*
audren_u: Fix GetAudioDevice.
bunnei
2018-03-25
2
-7
/
+48
|
*
hid: Stub out SetNpadJoyAssignmentModeDual.
bunnei
2018-03-25
1
-1
/
+7
|
*
pl_u: Add RequestLoad.
bunnei
2018-03-25
2
-0
/
+11
*
|
Merge pull request #273 from Subv/textures
bunnei
2018-03-25
21
-10
/
+1464
|
\
\
|
*
|
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
7
-19
/
+40
|
*
|
GPU: Added a function to retrieve the active textures for a shader stage.
Subv
2018-03-24
2
-50
/
+59
|
*
|
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
3
-19
/
+38
|
*
|
Frontend: Allow opening the Surface View widget in the Qt frontend.
Subv
2018-03-24
2
-0
/
+8
|
*
|
GPU: Implement the Incoming/FinishedPrimitiveBatch debug breakpoints.
Subv
2018-03-24
1
-0
/
+7
|
*
|
GPU: Implement the MaxwellCommandLoaded/Processed debug breakpoints.
Subv
2018-03-24
1
-0
/
+10
|
*
|
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-24
15
-4
/
+1155
|
*
|
GPU: Added a method to unswizzle a texture without decoding it.
Subv
2018-03-24
4
-5
/
+95
|
*
|
GPU: Preliminary work for texture decoding.
Subv
2018-03-24
5
-0
/
+139
|
|
/
*
/
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
8
-32
/
+96
|
/
*
arm_dynarmic: Fix timing
MerryMage
2018-03-24
1
-7
/
+3
*
GPU: Added viewport registers to Maxwell3D's reg structure.
Subv
2018-03-24
1
-1
/
+18
*
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
17
-296
/
+591
|
\
|
*
gl_rasterizer: Fake render in green, because it's cooler.
bunnei
2018-03-23
1
-1
/
+1
|
*
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
bunnei
2018-03-23
1
-7
/
+1
|
*
gl_rasterizer_cache: Add missing include for vm_manager.
bunnei
2018-03-23
1
-0
/
+1
|
*
renderer_opengl: Only invalidate the framebuffer region, not flush.
bunnei
2018-03-23
1
-4
/
+3
|
*
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
2
-12
/
+12
|
*
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
1
-3
/
+3
|
*
RasterizerCacheOpenGL: FlushAll should flush full memory region.
bunnei
2018-03-23
1
-1
/
+1
|
*
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
1
-0
/
+1
|
*
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
5
-12
/
+12
|
*
renderer_opengl: Add framebuffer_transform_flags member variable.
bunnei
2018-03-23
1
-2
/
+2
|
*
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
4
-6
/
+23
|
*
renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo.
bunnei
2018-03-22
1
-31
/
+25
|
*
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
1
-0
/
+7
|
*
gl_rasterizer: Implement AccelerateDisplay method from Citra.
bunnei
2018-03-22
2
-2
/
+44
|
*
LoadGLBuffer: Use bytes_per_pixel, not bits.
bunnei
2018-03-22
1
-1
/
+2
|
*
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
2
-1
/
+58
|
*
gl_rasterizer_cache: LoadGLBuffer should do a morton copy.
bunnei
2018-03-22
1
-16
/
+5
|
*
video_core: Move MortonCopyPixels128 to utils header.
bunnei
2018-03-22
2
-111
/
+113
|
*
video_core: Remove usage of PAddr and replace with VAddr.
bunnei
2018-03-22
5
-39
/
+39
|
*
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
8
-69
/
+77
|
*
gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT.
bunnei
2018-03-22
2
-20
/
+20
|
*
gl_rasterizer: Add a simple passthrough shader in lieu of shader generation.
bunnei
2018-03-22
2
-5
/
+68
|
*
gpu: Expose Maxwell3D engine.
bunnei
2018-03-22
1
-0
/
+4
|
*
maxwell_3d: Add some format decodings and string helper functions.
bunnei
2018-03-22
1
-3
/
+107
|
*
renderer: Create rasterizer and cleanup.
bunnei
2018-03-22
4
-4
/
+16
*
|
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
12
-48
/
+329
|
\
\
|
*
|
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
1
-7
/
+14
|
*
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
6
-7
/
+29
|
*
|
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
1
-0
/
+28
|
*
|
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
1
-0
/
+51
|
*
|
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
5
-6
/
+19
|
*
|
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
1
-2
/
+4
[next]