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
*
xmad: fix clang build error
makigumo
2020-03-23
1
-4
/
+5
*
Merge pull request #3477 from FearlessTobi/webapplet-shit
bunnei
2020-03-22
1
-0
/
+6
|
\
|
*
core/web_browser: Allow WebApplet to exit gracefully when an error occurs
FearlessTobi
2020-03-22
1
-0
/
+6
*
|
Merge pull request #3531 from makigumo/yuzu_master
bunnei
2020-03-21
8
-9
/
+72
|
\
\
|
*
|
set: implement GetRegionCode
Dan
2020-03-19
8
-9
/
+72
*
|
|
Merge pull request #3525 from FearlessTobi/linux-compile-error
bunnei
2020-03-21
1
-1
/
+1
|
\
\
\
|
*
|
|
input_common/udp: Fix Linux build by using a backwards compatible way of erro...
FearlessTobi
2020-03-17
1
-1
/
+1
*
|
|
|
Merge pull request #3526 from FearlessTobi/bcat-disable
bunnei
2020-03-20
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
bcat: Disable Boxcat backend by default
FearlessTobi
2020-03-17
2
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #3505 from namkazt/patch-8
bunnei
2020-03-19
1
-15
/
+48
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
nit & remove some optional param
Nguyen Dac Nam
2020-03-13
1
-10
/
+11
|
*
|
|
shader_decode: implement XMAD mode CSfu
Nguyen Dac Nam
2020-03-13
1
-9
/
+41
*
|
|
|
Merge pull request #3527 from FearlessTobi/output-mode
bunnei
2020-03-18
3
-0
/
+7
|
\
\
\
\
|
*
|
|
|
yuzu: Save sound output mode and set it to Stereo by default
FearlessTobi
2020-03-17
3
-0
/
+7
*
|
|
|
|
Merge pull request #3535 from ReinUsesLisp/gcc-warnings
Mat M
2020-03-18
8
-33
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
vk_texture_cache: Silence misc warnings
ReinUsesLisp
2020-03-18
1
-3
/
+3
|
*
|
|
|
|
vk_staging_buffer_pool: Silence unused constant warning
ReinUsesLisp
2020-03-18
1
-1
/
+1
|
*
|
|
|
|
vk_rasterizer: Remove unused variable
ReinUsesLisp
2020-03-18
1
-2
/
+0
|
*
|
|
|
|
vk_pipeline_cache: Remove unused variable
ReinUsesLisp
2020-03-18
1
-1
/
+0
|
*
|
|
|
|
maxwell_to_vk: Sielence -Wswitch warning
ReinUsesLisp
2020-03-18
1
-0
/
+2
|
*
|
|
|
|
gl_shader_decompiler: Remove deprecated function and its usages
ReinUsesLisp
2020-03-18
1
-11
/
+8
|
*
|
|
|
|
gl_rasterizer: Silence misc warnings
ReinUsesLisp
2020-03-18
1
-7
/
+2
|
*
|
|
|
|
kepler_compute: Remove unused variables
ReinUsesLisp
2020-03-18
1
-8
/
+0
*
|
|
|
|
|
time_zone_content_manager: Fix out of bounds read
ReinUsesLisp
2020-03-18
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
input_common/udp: Fix clang build issues
ReinUsesLisp
2020-03-18
1
-1
/
+2
*
|
|
|
|
astc: Fix clang build issues
ReinUsesLisp
2020-03-18
1
-12
/
+12
*
|
|
|
|
Merge pull request #3510 from FernandoS27/dirty-write
Mat M
2020-03-17
4
-13
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
DirtyFlags: relax need to set render_targets as dirty
Fernando Sahmkow
2020-03-14
4
-13
/
+0
*
|
|
|
|
|
Merge pull request #3509 from ReinUsesLisp/astc-opts
Mat M
2020-03-17
1
-537
/
+519
|
\
\
\
\
\
\
|
*
|
|
|
|
|
astc: Fix typos from search and replace
ReinUsesLisp
2020-03-14
1
-3
/
+3
|
*
|
|
|
|
|
astc: Minor changes to InputBitStream
ReinUsesLisp
2020-03-14
1
-28
/
+34
|
*
|
|
|
|
|
astc: Pass val in Replicate by copy
ReinUsesLisp
2020-03-14
1
-1
/
+1
|
*
|
|
|
|
|
astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating
ReinUsesLisp
2020-03-14
1
-0
/
+2
|
*
|
|
|
|
|
astc: Call std::vector::reserve on texelWeightValues to avoid reallocating
ReinUsesLisp
2020-03-13
1
-0
/
+2
|
*
|
|
|
|
|
astc: Create a LUT at compile time for encoding values
ReinUsesLisp
2020-03-13
1
-7
/
+19
|
*
|
|
|
|
|
astc: Make IntegerEncodedValue a trivial structure
ReinUsesLisp
2020-03-13
1
-212
/
+177
|
*
|
|
|
|
|
astc: Make IntegerEncodedValue constructor constexpr
ReinUsesLisp
2020-03-13
1
-5
/
+6
|
*
|
|
|
|
|
astc: Make IntegerEncodedValue trivially copyable
ReinUsesLisp
2020-03-13
1
-9
/
+2
|
*
|
|
|
|
|
astc: Rename C types to common_types
ReinUsesLisp
2020-03-13
1
-79
/
+78
|
*
|
|
|
|
|
astc: Move Popcnt to an anonymous namespace and make it constexpr
ReinUsesLisp
2020-03-13
1
-9
/
+13
|
*
|
|
|
|
|
astc: Use common types instead of stdint.h integer types
ReinUsesLisp
2020-03-13
1
-284
/
+282
|
*
|
|
|
|
|
astc: Use 'enum class' instead of 'enum' for EIntegerEncoding
ReinUsesLisp
2020-03-13
1
-25
/
+25
*
|
|
|
|
|
|
Merge pull request #3518 from ReinUsesLisp/scissor-clears
Mat M
2020-03-17
4
-45
/
+53
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
vk_rasterizer: Implement layered clears
ReinUsesLisp
2020-03-15
1
-2
/
+2
|
*
|
|
|
|
|
|
vk_rasterizer: Reimplement clears with vkCmdClearAttachments
ReinUsesLisp
2020-03-15
4
-45
/
+53
*
|
|
|
|
|
|
|
Merge pull request #3519 from ReinUsesLisp/int-formats
Mat M
2020-03-17
1
-0
/
+4
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
maxwell_to_vk: Implement RG32 and RGB32 integer vertex formats
ReinUsesLisp
2020-03-15
1
-0
/
+4
*
|
|
|
|
|
|
|
Merge pull request #3498 from ReinUsesLisp/texel-fetch-glsl
bunnei
2020-03-17
1
-6
/
+9
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
gl_shader_decompiler: Add layer component to texelFetch
ReinUsesLisp
2020-03-12
1
-6
/
+9
*
|
|
|
|
|
|
|
renderer_opengl: Move some logic to an anonymous namespace
ReinUsesLisp
2020-03-16
1
-151
/
+151
[next]