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
...
|
*
|
|
|
|
Buffer_Cache: Implement barriers.
Fernando Sahmkow
2019-08-21
1
-0
/
+4
|
*
|
|
|
|
Buffer_Cache: Optimize and track written areas.
Fernando Sahmkow
2019-08-21
2
-12
/
+104
|
*
|
|
|
|
BufferCache: Rework mapping caching.
Fernando Sahmkow
2019-08-21
2
-49
/
+76
|
*
|
|
|
|
Buffer_Cache: Fixes and optimizations.
Fernando Sahmkow
2019-08-21
2
-68
/
+38
|
*
|
|
|
|
Video_Core: Implement a new Buffer Cache
Fernando Sahmkow
2019-08-21
9
-327
/
+560
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2758 from ReinUsesLisp/packed-tid
bunnei
2019-08-29
3
-0
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
shader/decode: Implement S2R Tic
ReinUsesLisp
2019-07-22
3
-0
/
+15
*
|
|
|
|
|
shader_ir: Implement VOTE
ReinUsesLisp
2019-08-21
11
-1
/
+162
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #2769 from FernandoS27/commands-flush
bunnei
2019-08-21
6
-0
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
GPU: Flush commands on every dma pusher step.
Fernando Sahmkow
2019-07-26
6
-0
/
+15
*
|
|
|
|
|
Merge pull request #2777 from ReinUsesLisp/hsetp2-fe3h-fix
bunnei
2019-08-21
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
half_set_predicate: Fix HSETP2_C constant buffer offset
ReinUsesLisp
2019-08-04
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #2753 from FernandoS27/float-convert
bunnei
2019-08-21
5
-18
/
+75
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Shader_Ir: Implement F16 Variants of F2F, F2I, I2F.
Fernando Sahmkow
2019-07-20
5
-18
/
+75
*
|
|
|
|
|
Merge pull request #2778 from ReinUsesLisp/nop
bunnei
2019-08-18
2
-0
/
+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
shader_ir: Implement NOP
ReinUsesLisp
2019-08-04
2
-0
/
+13
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2768 from ReinUsesLisp/hsetp2-fix
bunnei
2019-08-18
1
-3
/
+3
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
decode/half_set_predicate: Fix predicates
ReinUsesLisp
2019-07-26
1
-3
/
+3
*
|
|
|
|
|
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-26
9
-59
/
+105
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
4
-24
/
+24
|
*
|
|
|
|
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
2
-6
/
+6
|
*
|
|
|
|
NVServices: Make NVEvents Automatic according to documentation.
Fernando Sahmkow
2019-07-05
2
-3
/
+6
|
*
|
|
|
|
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...
Fernando Sahmkow
2019-07-05
5
-29
/
+23
|
*
|
|
|
|
gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme.
Fernando Sahmkow
2019-07-05
2
-47
/
+3
|
*
|
|
|
|
nv_host_ctrl: Make Sync GPU variant always return synced result.
Fernando Sahmkow
2019-07-05
4
-5
/
+11
|
*
|
|
|
|
Async GPU: do invalidate as synced operation
Fernando Sahmkow
2019-07-05
1
-6
/
+1
|
*
|
|
|
|
Gpu: use an std mutex instead of a spin_lock to guard syncpoints
Fernando Sahmkow
2019-07-05
2
-6
/
+6
|
*
|
|
|
|
Gpu: Mark areas as protected.
Fernando Sahmkow
2019-07-05
2
-0
/
+13
|
*
|
|
|
|
nv_services: Stub CtrlEventSignal
Fernando Sahmkow
2019-07-05
2
-1
/
+14
|
*
|
|
|
|
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
5
-4
/
+21
|
*
|
|
|
|
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
2019-07-05
3
-2
/
+51
*
|
|
|
|
|
Merge pull request #2739 from lioncash/cflow
bunnei
2019-07-25
4
-33
/
+53
|
\
\
\
\
\
\
|
*
|
|
|
|
|
video_core/control_flow: Provide operator!= for types with operator==
Lioncash
2019-07-18
1
-4
/
+21
|
*
|
|
|
|
|
video_core/control_flow: Prevent sign conversion in TryGetBlock()
Lioncash
2019-07-18
1
-1
/
+1
|
*
|
|
|
|
|
video_core/control_flow: Remove unnecessary BlockStack copy constructor
Lioncash
2019-07-18
1
-2
/
+1
|
*
|
|
|
|
|
video_core/control_flow: Use std::move where applicable
Lioncash
2019-07-18
1
-10
/
+15
|
*
|
|
|
|
|
video_core/control_flow: Use the prefix variant of operator++ for iterators
Lioncash
2019-07-18
1
-2
/
+2
|
*
|
|
|
|
|
video_core/control_flow: Use empty() member function for checking emptiness
Lioncash
2019-07-18
1
-2
/
+2
|
*
|
|
|
|
|
video_core: Resolve -Wreorder warnings
Lioncash
2019-07-18
2
-4
/
+3
|
*
|
|
|
|
|
video_core/control_flow: Make program_size for ScanFlow() a std::size_t
Lioncash
2019-07-18
2
-5
/
+4
|
*
|
|
|
|
|
video_core/control_flow: Place all internally linked types/functions within a...
Lioncash
2019-07-18
1
-1
/
+2
|
*
|
|
|
|
|
video_core/shader/decode: Prevent sign-conversion warnings
Lioncash
2019-07-18
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #2737 from FernandoS27/track-fix
bunnei
2019-07-25
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Shader_Ir: Correct tracking to track from right to left
Fernando Sahmkow
2019-07-16
1
-2
/
+2
*
|
|
|
|
|
|
|
Merge pull request #2743 from FernandoS27/surpress-assert
bunnei
2019-07-25
9
-29
/
+36
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Shader_Ir: Change Debug Asserts for Log Warnings
Fernando Sahmkow
2019-07-19
3
-10
/
+17
|
*
|
|
|
|
|
|
Shader_Ir: correct clang format
Fernando Sahmkow
2019-07-18
1
-2
/
+2
|
*
|
|
|
|
|
|
GPU: Add missing puller methods.
Fernando Sahmkow
2019-07-18
2
-14
/
+15
|
*
|
|
|
|
|
|
MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.
Fernando Sahmkow
2019-07-18
1
-1
/
+1
|
*
|
|
|
|
|
|
Gl_Texture_Cache: Remove assert on component type in GetFormatTuple
Fernando Sahmkow
2019-07-18
1
-1
/
+0
[prev]
[next]