index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
yuzu: Remove explicit types from locks where applicable
Lioncash
2019-05-14
2
-2
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2472 from FernandoS27/tic
Hexagon12
2019-05-19
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
maxwell_3d: reduce sevirity of different component formats assert.
Fernando Sahmkow
2019-05-14
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2469 from lioncash/copyable
Hexagon12
2019-05-19
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs
Lioncash
2019-05-14
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2470 from lioncash/ranged-for
Sebastian Valle
2019-05-19
1
-18
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
video_core/engines/maxwell3d: Get rid of three magic values in CallMethod()
Lioncash
2019-05-14
1
-3
/
+3
|
*
|
|
|
|
video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi...
Lioncash
2019-05-14
1
-15
/
+15
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2480 from ReinUsesLisp/fix-quads
Hexagon12
2019-05-19
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer: Pass the right number of array quad vertices count
ReinUsesLisp
2019-05-17
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2483 from ReinUsesLisp/fix-point-size
Hexagon12
2019-05-19
1
-1
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer: Limit OpenGL point size to a minimum of 1
ReinUsesLisp
2019-05-18
1
-1
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2471 from lioncash/engine-upload
Sebastian Valle
2019-05-19
2
-6
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
video_core/engines/engine_upload: Amend constructor initializer list order
Lioncash
2019-05-14
1
-1
/
+1
|
*
|
|
|
|
video_core/engines/engine_upload: Default destructor in the cpp file
Lioncash
2019-05-14
2
-1
/
+3
|
*
|
|
|
|
video_core/engines/engine_upload: Remove unnecessary const on parameters in f...
Lioncash
2019-05-14
1
-2
/
+2
|
*
|
|
|
|
video_core/engines/engine_upload: Remove unnecessary includes
Lioncash
2019-05-14
2
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2484 from ReinUsesLisp/triangle-fan
Sebastian Valle
2019-05-19
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
maxwell_to_gl: Add TriangleFan primitive topology
ReinUsesLisp
2019-05-17
1
-0
/
+2
|
|
/
/
/
/
*
/
/
/
/
gl_shader_gen: std::move objects where applicable
Lioncash
2019-05-19
1
-7
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #2462 from lioncash/video-mm
Mat M
2019-05-14
2
-17
/
+20
|
\
\
\
\
|
*
|
|
|
video_core/memory_manager: Mark IsBlockContinuous() as a const member function
Lioncash
2019-05-09
2
-4
/
+4
|
*
|
|
|
video_core/memory_manager: Mark the constructor as explicit
Lioncash
2019-05-09
1
-1
/
+1
|
*
|
|
|
video_core/memory_manager: Default the destructor within the cpp file
Lioncash
2019-05-09
2
-0
/
+3
|
*
|
|
|
video_core/memory_manager: Amend doxygen comments
Lioncash
2019-05-09
1
-7
/
+7
|
*
|
|
|
video_core/memory_manager: Remove superfluous const from function declarations
Lioncash
2019-05-09
1
-7
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #2461 from lioncash/unused-var
Mat M
2019-05-14
7
-22
/
+4
|
\
\
\
\
|
*
|
|
|
video_core/renderer_opengl/gl_shader_cache: Correct member initialization order
Lioncash
2019-05-09
1
-1
/
+1
|
*
|
|
|
video_core/shader/decode/texture: Remove unused variable from GetTld4Code()
Lioncash
2019-05-09
1
-1
/
+0
|
*
|
|
|
renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInte...
Lioncash
2019-05-09
1
-1
/
+0
|
*
|
|
|
video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() fu...
Lioncash
2019-05-09
1
-11
/
+0
|
*
|
|
|
video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in Upl...
Lioncash
2019-05-09
1
-1
/
+0
|
*
|
|
|
video_core/gpu_thread: Remove unused local variable
Lioncash
2019-05-09
1
-1
/
+1
|
*
|
|
|
video_core/textures/astc: Remove unused variables
Lioncash
2019-05-09
1
-6
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #2413 from FernandoS27/opt-gpu
Rodrigo Locatti
2019-05-13
7
-33
/
+54
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing.
Fernando Sahmkow
2019-04-21
4
-18
/
+30
|
*
|
|
RasterizerCache Redesign: Flush
Fernando Sahmkow
2019-04-19
6
-17
/
+26
*
|
|
|
Merge pull request #2442 from FernandoS27/astc-fix
bunnei
2019-05-09
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Fix Layered ASTC Textures
Fernando Sahmkow
2019-04-30
1
-1
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #2443 from ReinUsesLisp/skip-repeated-variants
bunnei
2019-05-09
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
gl_shader_disk_cache: Skip stored shader variants instead of asserting
ReinUsesLisp
2019-05-01
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #2429 from FernandoS27/compute
bunnei
2019-05-09
13
-142
/
+483
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Refactors and name corrections.
Fernando Sahmkow
2019-05-01
6
-35
/
+35
|
*
|
|
Fixes and Corrections to DMA Engine
Fernando Sahmkow
2019-04-23
2
-37
/
+57
|
*
|
|
Add Swizzle Parameters to the DMA engine
Fernando Sahmkow
2019-04-23
2
-2
/
+27
|
*
|
|
Add Documentation Headers to all the GPU Engines
Fernando Sahmkow
2019-04-23
5
-0
/
+29
|
*
|
|
Corrections and styling
Fernando Sahmkow
2019-04-23
5
-6
/
+9
|
*
|
|
Implement Maxwell3D Data Upload
Fernando Sahmkow
2019-04-22
2
-3
/
+32
|
*
|
|
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-04-22
3
-8
/
+202
|
*
|
|
Revamp Kepler Memory to use a subegine to manage uploads
Fernando Sahmkow
2019-04-22
6
-93
/
+134
[prev]
[next]