german77
817d7c302a
yuzu: config: Draw turbo buttons with a different color
3 years ago
german77
db99ab5431
input_common: Implement turbo buttons
3 years ago
Mai
7b1bd99458
Merge pull request #9711 from zhaobot/tx-update-20230201062139
Update translations (2023-02-01)
3 years ago
The yuzu Community
1b68a2e9ad
Update translations (2023-02-01)
3 years ago
bunnei
b383cea866
Merge pull request #9697 from liamwhite/kcap
kernel: add KCapabilities
3 years ago
bunnei
8d052680ee
Merge pull request #9508 from ameerj/hle-ipc-buffer-span
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
3 years ago
liamwhite
19c174e9cb
Merge pull request #9701 from german77/common_protocol
input_common: joycon: Remove Magic numbers from common protocol
3 years ago
liamwhite
c3424d3da3
Merge pull request #9631 from vonchenplus/vulkan_clear
video_core: Implement vulkan clear specified channel
3 years ago
Liam
943f0bf0c3
kernel: add KCapabilities
3 years ago
ameerj
8e0a70ddcf
gl_compute_pipeline: Force context flush when loading shader cache
3 years ago
Narr the Reg
3fcf573751
input_common: joycon: Remove Magic numbers from common protocol
3 years ago
Morph
5ec8db80dd
Merge pull request #9707 from german77/clang15
cmake: Download clang format 15
3 years ago
german77
706dae4410
cmake: Download clang format 15
3 years ago
ameerj
175244e92e
gl_graphics_pipeline: Force context flush when loading shader cache
3 years ago
Narr the Reg
954f7206a6
input_common: joycon: Fill missing enum data
3 years ago
Morph
7cc82131a3
Merge pull request #9706 from Morph1984/github-tagged-merge
ci: Abort on failure to query Github's API
3 years ago
Morph
7513a154d3
apply-patches-by-label: Remove unused variables and imports
3 years ago
Morph
6c868a0757
apply-patches-by-label: Use python f-strings
3 years ago
Morph
1d8cd25345
ci: Abort on failure to query Github's API
This raises an exception if the GET request to Github's API returns anything other than 200 OK, ensuring we always have successful merges of tagged PRs.
Also, reduces the number of queried pages from 29 to 9 to reduce the number of requests.
3 years ago
Morph
8bbde237ca
Merge pull request #9705 from behunin/patch-1
Move to Clang Format 15
3 years ago
Levi Behunin
2ff6c44168
Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
3 years ago
ameerj
bbb60f60d2
spirv: Fix TXQ with MSAA textures
3 years ago
ameerj
13b0feaede
emit_glasm_image: Fix TXQ with MSAA textures
3 years ago
ameerj
2a98e88a3a
emit_glsl_image: Implement TXQ with MSAA textures
Also fixes for texture buffers, which do not have mips eithers.
3 years ago
liamwhite
e472e66c2f
Merge pull request #9699 from ameerj/texture-pass-desc
texture_pass: Fix texture descriptors comparisons
3 years ago
liamwhite
8224292145
Merge pull request #9698 from ameerj/texture-pass-handle
texture_pass: Refactor texture handle retrieval
3 years ago
liamwhite
a5bc2444d2
Merge pull request #9694 from ameerj/txq-mips
shader_recompiler: TXQ: Skip QueryLevels when possible
3 years ago
liamwhite
4d775a9329
Merge pull request #9684 from liamwhite/read-the-spec
polyfill_thread: satisfy execution ordering requirements of stop_callback
3 years ago
bunnei
be27d89a18
Merge pull request #9689 from german77/joycon-calibration
input_common: joycon: Remove magic numbers from calibration protocol
3 years ago
bunnei
f0539b70d5
Merge pull request #9691 from ameerj/msaa-texcache
texture_cache: Fix tracking of MSAA image views
3 years ago
liamwhite
eb21897c5f
Merge pull request #9690 from german77/whoops
yuzu: config: Avoid reading deleted object
3 years ago
ameerj
6e5f3d43f2
texture_pass: Fix texture descriptors comparisons
3 years ago
ameerj
be397f57ad
texture_pass: Refactor texture handle retrieval
3 years ago
bunnei
6fd5d0c3b5
Merge pull request #9687 from ameerj/ogl-shader-ms
glasm, glsl: Implement multisampled Image Fetch
3 years ago
bunnei
da76935b7d
Merge pull request #9682 from ameerj/shader-s32
shader_recompiler: Remove S32 IR type
3 years ago
ameerj
2d2558797c
shader_recompiler: TXQ: Skip QueryLevels when possible
3 years ago
ameerj
f68ef5b15a
emit_glsl_image: Fix ImageFetch for MSAA textures
3 years ago
Narr the Reg
56cf32f245
yuzu: config: Avoid reading deleted object
3 years ago
liamwhite
4dd6d9689b
Merge pull request #9661 from SoRadGaming/LDNhostnameSupport
LDN hostname support in direct connect
3 years ago
SoRadGaming
f274064268
LDN Hostname Support in Direct Connect
- Added IPv6 & Namespace support in direct connection Regex
- Updated Tooltip for Direct Connect UI
- Removed Dropdown Connection Type in Direct Connect
3 years ago
ameerj
ee53f833e7
texture_cache: Adjust image view sizes by MSAA samples
3 years ago
FengChen
667f2331d1
video_core: Implement vulkan clear specified channel
3 years ago
Liam
6237e8d92f
polyfill_thread: satisfy execution ordering requirements of stop_callback
3 years ago
bunnei
5a53999a74
Merge pull request #9677 from Morph1984/sleep-one
polyfill_thread: Implement StoppableTimedWait
3 years ago
Narr the Reg
e700634d3c
input_common: joycon: Replace ReadSPI vector with span
3 years ago
liamwhite
f81bd5bc15
Merge pull request #9539 from Wollnashorn/opengl-fsr
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer
3 years ago
Narr the Reg
f20ec6f69b
input_common: joycon: Remove magic numbers from calibration protocol
3 years ago
bunnei
ea38bd85e1
Merge pull request #9666 from liamwhite/wait-for-me
kernel: fix incorrect locking order in suspension
3 years ago
ameerj
9f64e023df
glasm: Add MS sampler types
3 years ago
ameerj
6967e3edb9
glsl: Add MS sampler types
3 years ago