index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: Move command processing to another thread.
bunnei
2019-03-06
2
-3
/
+3
*
video_core/engines: Remove unnecessary includes
Lioncash
2019-03-05
8
-10
/
+9
*
Merge pull request #2163 from ReinUsesLisp/bitset-dirty
bunnei
2019-02-27
2
-41
/
+40
|
\
|
*
maxwell_3d: Use std::bitset to manage dirty flags
ReinUsesLisp
2019-02-26
2
-41
/
+40
*
|
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
2
-5
/
+5
|
/
*
Merge pull request #2118 from FernandoS27/ipa-improve
bunnei
2019-02-24
2
-6
/
+41
|
\
|
*
shader_decompiler: Improve Accuracy of Attribute Interpolation.
Fernando Sahmkow
2019-02-14
2
-6
/
+41
*
|
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-15
6
-16
/
+39
*
|
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-1
/
+1
|
/
*
Merge pull request #2110 from lioncash/namespace
bunnei
2019-02-12
1
-1
/
+1
|
\
|
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-1
/
+1
*
|
Merge pull request #2104 from ReinUsesLisp/compute-assert
bunnei
2019-02-12
3
-43
/
+50
|
\
\
|
*
|
kepler_compute: Fixup assert and rename engines
ReinUsesLisp
2019-02-10
3
-43
/
+50
*
|
|
Corrected F2I None mode to RoundEven.
Fernando Sahmkow
2019-02-11
1
-1
/
+1
|
|
/
|
/
|
*
|
gl_rasterizer: Implement a more accurate fermi 2D copy.
bunnei
2019-02-06
2
-52
/
+39
|
/
*
Merge pull request #2042 from ReinUsesLisp/nouveau-tex
bunnei
2019-02-06
4
-67
/
+67
|
\
|
*
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2019-02-03
4
-41
/
+54
|
*
maxwell_3d: Allow sampler handles with TSC id zero
ReinUsesLisp
2019-02-03
1
-10
/
+6
|
*
maxwell_3d: Allow texture handles with TIC id zero
ReinUsesLisp
2019-02-03
1
-16
/
+7
*
|
Merge pull request #2081 from ReinUsesLisp/lmem-64
bunnei
2019-02-05
1
-3
/
+3
|
\
\
|
*
|
shader_bytecode: Rename BytesN enums to BitsN
ReinUsesLisp
2019-02-03
1
-3
/
+3
|
|
/
*
|
Merge pull request #2082 from FernandoS27/txq-stl
bunnei
2019-02-04
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Update src/video_core/engines/shader_bytecode.h
Mat M
2019-02-03
1
-1
/
+1
|
*
Fix TXQ not using the component mask.
Fernando Sahmkow
2019-02-03
1
-0
/
+4
*
|
shader_ir: Unify constant buffer offset values
ReinUsesLisp
2019-01-30
1
-0
/
+8
|
/
*
shader_decode: Implement LDG and basic cbuf tracking
ReinUsesLisp
2019-01-30
1
-0
/
+8
*
Merge pull request #1927 from ReinUsesLisp/shader-ir
bunnei
2019-01-25
2
-3
/
+9
|
\
|
*
shader_decode: Implement VMAD and VSETP
ReinUsesLisp
2019-01-15
1
-2
/
+3
|
*
shader_decode: Implement HFMA2
ReinUsesLisp
2019-01-15
1
-0
/
+1
|
*
shader_decode: Fixup clang-format
ReinUsesLisp
2019-01-15
1
-1
/
+1
|
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+4
|
*
shader_bytecode: Fixup encoding
ReinUsesLisp
2019-01-15
1
-1
/
+1
|
*
shader_header: Make local memory size getter constant
ReinUsesLisp
2019-01-15
1
-1
/
+1
*
|
maxwell_3d: Set rt_separate_frag_data to 1 by default
ReinUsesLisp
2019-01-22
1
-0
/
+5
*
|
gl_rasterizer_cache: Use dirty flags for the depth buffer
ReinUsesLisp
2019-01-07
2
-0
/
+12
*
|
gl_rasterizer_cache: Use dirty flags for color buffers
ReinUsesLisp
2019-01-07
2
-0
/
+12
|
/
*
gl_shader_cache: Use dirty flags for shaders
ReinUsesLisp
2019-01-07
2
-0
/
+11
*
shader_bytecode: Fixup TEXS.F16 encoding
ReinUsesLisp
2018-12-26
1
-1
/
+1
*
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-19
2
-0
/
+4
*
shader_bytecode: Fixup half float's operator B encoding
ReinUsesLisp
2018-12-18
1
-1
/
+1
*
Implement postfactor multiplication/division for fmul instructions
heapo
2018-12-17
1
-1
/
+1
*
gl_shader_decompiler: Implement TEXS.F16
ReinUsesLisp
2018-12-05
1
-1
/
+2
*
gl_rasterizer: Enable clip distances when set in register and in shader
ReinUsesLisp
2018-11-29
1
-0
/
+1
*
Merge pull request #1808 from Tinob/master
bunnei
2018-11-28
1
-1
/
+15
|
\
|
*
Add support for Clip Distance enabled register
Rodolfo Bogado
2018-11-26
1
-1
/
+15
*
|
Merge pull request #1786 from Tinob/DepthClamp
bunnei
2018-11-28
1
-1
/
+9
|
\
\
|
*
|
Implement depth clamp
Rodolfo Bogado
2018-11-26
1
-1
/
+9
|
|
/
*
|
Merge pull request #1792 from bunnei/dma-pusher
bunnei
2018-11-28
10
-47
/
+52
|
\
\
|
*
|
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-26
10
-47
/
+52
|
|
/
*
|
Merge pull request #1735 from FernandoS27/tex-spacing
bunnei
2018-11-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
[next]