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 #2704 from FernandoS27/conditional
bunnei
2019-07-24
3
-2
/
+100
|
\
|
*
maxwell3d: Implement Conditional Rendering
Fernando Sahmkow
2019-07-17
3
-2
/
+100
*
|
Merge pull request #2734 from ReinUsesLisp/compute-shaders
bunnei
2019-07-22
15
-140
/
+357
|
\
\
|
*
|
gl_shader_cache: Fix clang-format issues
ReinUsesLisp
2019-07-15
2
-4
/
+2
|
*
|
gl_shader_decompiler: Stub local memory size
ReinUsesLisp
2019-07-15
1
-8
/
+14
|
*
|
gl_shader_cache: Address review commentaries
ReinUsesLisp
2019-07-15
4
-13
/
+12
|
*
|
gl_shader_cache: Address CI issues
ReinUsesLisp
2019-07-15
2
-3
/
+3
|
*
|
gl_rasterizer: Implement compute shaders
ReinUsesLisp
2019-07-15
15
-136
/
+350
*
|
|
Merge pull request #2735 from FernandoS27/pipeline-rework
bunnei
2019-07-21
14
-116
/
+528
|
\
\
\
|
*
|
|
Maxwell3D: Reorganize and address feedback
Fernando Sahmkow
2019-07-20
3
-20
/
+33
|
*
|
|
GL_State: Feedback and fixes
Fernando Sahmkow
2019-07-17
4
-14
/
+27
|
*
|
|
Maxwell3D: Address Feedback
Fernando Sahmkow
2019-07-17
5
-17
/
+13
|
*
|
|
Texture_Cache: Rebase Fixes
Fernando Sahmkow
2019-07-17
1
-6
/
+0
|
*
|
|
GL_Rasterizer: Corrections to Clearing.
Fernando Sahmkow
2019-07-17
4
-12
/
+28
|
*
|
|
Maxwell3D: Correct marking dirtiness on CB upload
Fernando Sahmkow
2019-07-17
1
-0
/
+1
|
*
|
|
GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing
Fernando Sahmkow
2019-07-17
3
-7
/
+63
|
*
|
|
Maxwell3D: Implement State Dirty Flags.
Fernando Sahmkow
2019-07-17
6
-44
/
+199
|
*
|
|
Maxwell3D: Rework CBData Upload
Fernando Sahmkow
2019-07-17
2
-8
/
+45
|
*
|
|
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-07-17
10
-80
/
+211
|
|
|
/
|
|
/
|
*
|
|
shader/half_set_predicate: Fix HSETP2 implementation
ReinUsesLisp
2019-07-19
4
-44
/
+23
*
|
|
shader/half_set_predicate: Implement missing HSETP2 variants
ReinUsesLisp
2019-07-19
2
-19
/
+49
*
|
|
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-18
3
-14
/
+30
|
\
\
\
|
*
|
|
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
3
-3
/
+14
|
*
|
|
kernel/process: Move main thread stack allocation to its own function
Lioncash
2019-07-07
2
-12
/
+17
*
|
|
|
Merge pull request #2738 from lioncash/shader-ir
bunnei
2019-07-18
8
-99
/
+103
|
\
\
\
\
|
*
|
|
|
shader_ir: std::move Node instance where applicable
Lioncash
2019-07-16
4
-60
/
+67
|
*
|
|
|
shader_ir: Rename Get/SetTemporal to Get/SetTemporary
Lioncash
2019-07-16
5
-36
/
+36
|
*
|
|
|
shader_ir: Remove unused includes
Lioncash
2019-07-16
1
-3
/
+0
*
|
|
|
|
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
Fernando Sahmkow
2019-07-17
1
-4
/
+4
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #2740 from lioncash/bra
Fernando Sahmkow
2019-07-17
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
shader/decode/other: Correct branch indirect argument within BRA handling
Lioncash
2019-07-16
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2726 from lioncash/access
Rodrigo Locatti
2019-07-17
2
-7
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
core: Remove CurrentArmInterface() global accessor
Lioncash
2019-07-12
2
-7
/
+6
*
|
|
|
Merge pull request #2565 from ReinUsesLisp/track-indirect
Fernando Sahmkow
2019-07-16
6
-35
/
+36
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
shader: Allow tracking of indirect buffers without variable offset
ReinUsesLisp
2019-07-14
6
-35
/
+36
*
|
|
|
Merge pull request #2695 from ReinUsesLisp/layer-viewport
Fernando Sahmkow
2019-07-15
10
-40
/
+137
|
\
\
\
\
|
*
|
|
|
gl_shader_decompiler: Fix gl_PointSize redeclaration
ReinUsesLisp
2019-07-11
1
-1
/
+1
|
*
|
|
|
gl_shader_decompiler: Fix conditional usage of GL_ARB_shader_viewport_layer_a...
ReinUsesLisp
2019-07-11
1
-2
/
+3
|
*
|
|
|
gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders
ReinUsesLisp
2019-07-07
10
-40
/
+136
*
|
|
|
|
Merge pull request #2705 from FernandoS27/tex-cache-fixes
bunnei
2019-07-14
7
-22
/
+58
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Texture_Cache: Address Feedback
Fernando Sahmkow
2019-07-14
3
-13
/
+17
|
*
|
|
|
Texture_Cache: Remove some unprecise fallback case and clang format
Fernando Sahmkow
2019-07-14
2
-13
/
+5
|
*
|
|
|
Texture_Cache: Force Framebuffer reset if an active render target is unregist...
Fernando Sahmkow
2019-07-14
3
-10
/
+36
|
*
|
|
|
GPU: Add a microprofile for macro interpreter
Fernando Sahmkow
2019-07-14
2
-1
/
+6
|
*
|
|
|
GL_State: Add a microprofile timer to OpenGL state.
Fernando Sahmkow
2019-07-14
1
-0
/
+4
|
*
|
|
|
Gl_Texture_Cache: Measure Buffer Copy Times
Fernando Sahmkow
2019-07-14
1
-0
/
+2
|
*
|
|
|
Texture_Cache: Correct Linear Structural Match.
Fernando Sahmkow
2019-07-14
1
-3
/
+6
*
|
|
|
|
Merge pull request #2675 from ReinUsesLisp/opengl-buffer-cache
bunnei
2019-07-14
16
-407
/
+537
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
buffer_cache: Avoid [[nodiscard]] to make clang-format happy
ReinUsesLisp
2019-07-06
1
-5
/
+4
|
*
|
|
|
buffer_cache: Try to fix MinGW build
ReinUsesLisp
2019-07-06
1
-1
/
+1
[next]