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
*
memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.
bunnei
2018-03-26
1
-4
/
+8
*
maxwel_to_gl: Fix string formatting in log statements.
bunnei
2018-03-26
1
-2
/
+2
*
rasterizer: Rename DrawTriangles to DrawArrays.
bunnei
2018-03-26
3
-5
/
+5
*
gl_rasterizer: Use passthrough shader for SetupVertexShader.
bunnei
2018-03-26
1
-1
/
+2
*
renderer_opengl: Logging, etc. cleanup.
bunnei
2018-03-26
6
-33
/
+34
*
renderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack.
bunnei
2018-03-26
1
-5
/
+0
*
gl_rasterizer_cache: Implement UpdatePagesCachedCount.
bunnei
2018-03-26
2
-8
/
+37
*
memory: Add RasterizerMarkRegionCached code and cleanup.
bunnei
2018-03-26
2
-200
/
+195
*
gl_rasterizer: Implement SetupVertexArray.
bunnei
2018-03-26
1
-20
/
+38
*
gl_rasterizer_cache: Fix an ASSERT_MSG.
bunnei
2018-03-26
1
-1
/
+1
*
maxwell_to_gl: Add module and function for decoding VertexType.
bunnei
2018-03-26
2
-0
/
+41
*
maxwell_3d: Use names that match envytools for VertexType.
bunnei
2018-03-26
1
-8
/
+8
*
maxwell_3d: Add VertexAttribute struct and cleanup.
bunnei
2018-03-26
1
-121
/
+160
*
gl_rasterizer: Use 32 texture units instead of 3.
bunnei
2018-03-26
3
-2
/
+3
*
gl_rasterizer: Implement DrawTriangles.
bunnei
2018-03-26
1
-1
/
+194
*
Maxwell3D: Call AccelerateDrawBatch on DrawArrays.
bunnei
2018-03-26
1
-1
/
+8
*
gl_rasterizer: Implement AnalyzeVertexArray.
bunnei
2018-03-26
2
-1
/
+56
*
gl_rasterizer_cache: MortonCopy Switch-style.
bunnei
2018-03-26
1
-72
/
+32
*
gl_rasterizer_cache: Implement GetFramebufferSurfaces.
bunnei
2018-03-26
2
-4
/
+104
*
maxwell: Add RenderTargetFormat enum.
bunnei
2018-03-26
2
-4
/
+5
*
renderer_opengl: Only draw the screen if a framebuffer is specified.
bunnei
2018-03-26
1
-6
/
+7
*
GPU: Load the sampler info (TSC) when retrieving active textures.
Subv
2018-03-26
2
-21
/
+67
*
GPU: Added the TSC structure. It contains information about the sampler.
Subv
2018-03-26
1
-0
/
+50
*
GPU: Added more fields to the TIC structure.
Subv
2018-03-26
1
-4
/
+30
*
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
[next]