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
*
shader/decode: Fix constant buffer offsets
ReinUsesLisp
2020-02-05
3
-5
/
+5
*
vk_rasterizer: Use noexcept variants of std::bitset
ReinUsesLisp
2020-02-04
1
-4
/
+5
*
Merge pull request #3357 from ReinUsesLisp/bfi-rc
bunnei
2020-02-04
2
-2
/
+7
|
\
|
*
shader/bfi: Implement register-constant buffer variant
ReinUsesLisp
2020-01-27
2
-2
/
+7
*
|
Merge pull request #3356 from ReinUsesLisp/fcmp
bunnei
2020-02-04
2
-1
/
+17
|
\
\
|
*
|
shader/arithmetic: Implement FCMP
ReinUsesLisp
2020-01-27
2
-1
/
+17
|
|
/
*
|
Merge pull request #3360 from CJBok/statusbar-buttons
bunnei
2020-02-03
2
-6
/
+94
|
\
\
|
*
|
clang
CJBok
2020-01-29
1
-2
/
+2
|
*
|
minor corrections
CJBok
2020-01-29
1
-2
/
+2
|
*
|
GUI: Togglable graphics settings buttons in status bar
CJBok
2020-01-28
2
-7
/
+95
*
|
|
Merge pull request #3337 from ReinUsesLisp/vulkan-staged
bunnei
2020-02-03
34
-179
/
+1154
|
\
\
\
|
*
|
|
yuzu/bootmanager: Define Vulkan widget only when enabled
ReinUsesLisp
2020-01-29
1
-0
/
+2
|
*
|
|
yuzu_cmd: Fix memcpy on Vulkan handlers
ReinUsesLisp
2020-01-29
2
-9
/
+10
|
*
|
|
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-29
24
-171
/
+1089
|
*
|
|
web_service/telemetry_json: Report USER_CONFIG
ReinUsesLisp
2020-01-29
1
-0
/
+1
|
*
|
|
settings: Add settings for graphics backend
ReinUsesLisp
2020-01-29
6
-3
/
+48
|
*
|
|
core: Only wait for idle on gpu_core when it was initialized
ReinUsesLisp
2020-01-29
1
-1
/
+3
|
*
|
|
shader/other: Fix skips for SYNC and BRK
ReinUsesLisp
2020-01-29
1
-2
/
+2
|
*
|
|
shader/other: Stub S2R LaneId
ReinUsesLisp
2020-01-29
1
-1
/
+4
|
*
|
|
buffer_cache: Delay buffer destructions
ReinUsesLisp
2020-01-29
1
-1
/
+4
*
|
|
|
input_common/udp: Ensure that UDP is shut down within Shutdown()
Lioncash
2020-02-03
1
-0
/
+1
*
|
|
|
input_common/udp: Add missing override specifiers
Lioncash
2020-02-03
1
-2
/
+2
*
|
|
|
input_common/udp: std::move SocketCallback instances where applicable
Lioncash
2020-02-03
1
-2
/
+2
*
|
|
|
input_common/udp: std::move shared_ptr within Client constructor
Lioncash
2020-02-03
1
-1
/
+1
*
|
|
|
udp/client: Replace deprecated from_string() call with make_address_v4()
Lioncash
2020-02-03
1
-2
/
+2
*
|
|
|
input_common/udp: Silence -Wreorder warning for Socket
Lioncash
2020-02-03
1
-4
/
+3
*
|
|
|
input_common/udp: Remove unnecessary inclusions
Lioncash
2020-02-03
4
-8
/
+4
*
|
|
|
input_common/udp: Add missing header guard
Lioncash
2020-02-03
1
-0
/
+2
*
|
|
|
shader: Remove curly braces initializers on shared pointers
ReinUsesLisp
2020-02-01
5
-12
/
+12
*
|
|
|
Merge pull request #3282 from FernandoS27/indexed-samplers
bunnei
2020-02-01
24
-58
/
+610
|
\
\
\
\
|
*
|
|
|
Shader_IR: Address feedback.
Fernando Sahmkow
2020-01-25
10
-36
/
+40
|
*
|
|
|
Shader_IR: Change name of TrackSampler function so it does not confuse with t...
Fernando Sahmkow
2020-01-24
3
-7
/
+10
|
*
|
|
|
Shader_IR: Corrections, styling and extras.
Fernando Sahmkow
2020-01-24
1
-2
/
+4
|
*
|
|
|
Shader_IR: Correct Custom Variable assignment.
Fernando Sahmkow
2020-01-24
2
-0
/
+4
|
*
|
|
|
Shader_IR: Propagate bindless index into the GL compiler.
Fernando Sahmkow
2020-01-24
5
-24
/
+54
|
*
|
|
|
Shader_IR: Implement Injectable Custom Variables to the IR.
Fernando Sahmkow
2020-01-24
5
-1
/
+70
|
*
|
|
|
GL Backend: Introduce indexed samplers into the GL backend
Fernando Sahmkow
2020-01-24
2
-10
/
+39
|
*
|
|
|
Shader_IR: deduce size of indexed samplers
Fernando Sahmkow
2020-01-24
4
-8
/
+60
|
*
|
|
|
Shader_IR: Setup Indexed Samplers on the IR
Fernando Sahmkow
2020-01-24
1
-20
/
+46
|
*
|
|
|
Shader_IR: Implement initial code for tracking indexed samplers.
Fernando Sahmkow
2020-01-24
4
-0
/
+139
|
*
|
|
|
Shader_IR: Address Feedback
Fernando Sahmkow
2020-01-24
5
-35
/
+37
|
*
|
|
|
Shader_IR: Allow constant access of guest driver.
Fernando Sahmkow
2020-01-24
7
-1
/
+18
|
*
|
|
|
Shader_IR: Address Feedback
Fernando Sahmkow
2020-01-24
4
-21
/
+29
|
*
|
|
|
Guest_driver: Correct compiling errors in GCC.
Fernando Sahmkow
2020-01-24
2
-1
/
+5
|
*
|
|
|
Shader_IR: Store Bound buffer on Shader Usage
Fernando Sahmkow
2020-01-24
5
-5
/
+41
|
*
|
|
|
GPU: Implement guest driver profile and deduce texture handler sizes.
Fernando Sahmkow
2020-01-24
13
-0
/
+127
*
|
|
|
|
Merge pull request #3268 from CJBok/deadzone
bunnei
2020-02-01
3
-1
/
+106
|
\
\
\
\
\
|
*
|
|
|
|
const correction
CJBok
2020-01-03
1
-1
/
+1
|
*
|
|
|
|
clang
CJBok
2020-01-03
1
-22
/
+22
|
*
|
|
|
|
Update configure_input_player.cpp
CJBok
2020-01-03
1
-23
/
+23
[next]