Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-29 | cmake: Download clang format 15 | german77 | |
2023-01-29 | Merge pull request #9706 from Morph1984/github-tagged-merge | Morph | |
ci: Abort on failure to query Github's API | |||
2023-01-29 | apply-patches-by-label: Remove unused variables and imports | Morph | |
2023-01-29 | apply-patches-by-label: Use python f-strings | Morph | |
2023-01-29 | ci: Abort on failure to query Github's API | Morph | |
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. | |||
2023-01-29 | Merge pull request #9705 from behunin/patch-1 | Morph | |
Move to Clang Format 15 | |||
2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
2023-01-29 | Merge pull request #9699 from ameerj/texture-pass-desc | liamwhite | |
texture_pass: Fix texture descriptors comparisons | |||
2023-01-29 | Merge pull request #9698 from ameerj/texture-pass-handle | liamwhite | |
texture_pass: Refactor texture handle retrieval | |||
2023-01-29 | Merge pull request #9694 from ameerj/txq-mips | liamwhite | |
shader_recompiler: TXQ: Skip QueryLevels when possible | |||
2023-01-29 | Merge pull request #9684 from liamwhite/read-the-spec | liamwhite | |
polyfill_thread: satisfy execution ordering requirements of stop_callback | |||
2023-01-29 | Merge pull request #9689 from german77/joycon-calibration | bunnei | |
input_common: joycon: Remove magic numbers from calibration protocol | |||
2023-01-28 | Merge pull request #9691 from ameerj/msaa-texcache | bunnei | |
texture_cache: Fix tracking of MSAA image views | |||
2023-01-28 | Merge pull request #9690 from german77/whoops | liamwhite | |
yuzu: config: Avoid reading deleted object | |||
2023-01-28 | texture_pass: Fix texture descriptors comparisons | ameerj | |
2023-01-28 | texture_pass: Refactor texture handle retrieval | ameerj | |
2023-01-28 | Merge pull request #9687 from ameerj/ogl-shader-ms | bunnei | |
glasm, glsl: Implement multisampled Image Fetch | |||
2023-01-28 | Merge pull request #9682 from ameerj/shader-s32 | bunnei | |
shader_recompiler: Remove S32 IR type | |||
2023-01-28 | shader_recompiler: TXQ: Skip QueryLevels when possible | ameerj | |
2023-01-28 | emit_glsl_image: Fix ImageFetch for MSAA textures | ameerj | |
2023-01-28 | yuzu: config: Avoid reading deleted object | Narr the Reg | |
2023-01-28 | Merge pull request #9661 from SoRadGaming/LDNhostnameSupport | liamwhite | |
LDN hostname support in direct connect | |||
2023-01-28 | LDN Hostname Support in Direct Connect | SoRadGaming | |
- Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect | |||
2023-01-28 | texture_cache: Adjust image view sizes by MSAA samples | ameerj | |
2023-01-27 | polyfill_thread: satisfy execution ordering requirements of stop_callback | Liam | |
2023-01-27 | Merge pull request #9677 from Morph1984/sleep-one | bunnei | |
polyfill_thread: Implement StoppableTimedWait | |||
2023-01-27 | input_common: joycon: Replace ReadSPI vector with span | Narr the Reg | |
2023-01-27 | Merge pull request #9539 from Wollnashorn/opengl-fsr | liamwhite | |
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer | |||
2023-01-27 | input_common: joycon: Remove magic numbers from calibration protocol | Narr the Reg | |
2023-01-27 | Merge pull request #9666 from liamwhite/wait-for-me | bunnei | |
kernel: fix incorrect locking order in suspension | |||
2023-01-27 | glasm: Add MS sampler types | ameerj | |
2023-01-27 | glsl: Add MS sampler types | ameerj | |
2023-01-27 | Merge pull request #9685 from liamwhite/minmax | Mai | |
kernel: unbreak min/max template deduction on Apple Clang | |||
2023-01-26 | kernel: unbreak min/max template deduction on Apple Clang | Liam | |
2023-01-26 | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | Wollnashorn | |
2023-01-26 | Merge pull request #9683 from german77/high_power_joycon | bunnei | |
input_common: Implement SetLowPowerMode and TriggersElapsed | |||
2023-01-26 | input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵ | Narr the Reg | |
driver | |||
2023-01-25 | Merge pull request #9670 from ↵ | bunnei | |
merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527 Revert "MemoryManager: use fastmem directly." | |||
2023-01-25 | Merge pull request #9652 from liamwhite/ms | bunnei | |
spirv: fix multisampled image fetch | |||
2023-01-25 | Merge pull request #9604 from liamwhite/pt | bunnei | |
kernel: KPageTable: update | |||
2023-01-25 | shader_recompiler: Remove S32 IR type | ameerj | |
The frontend IR opcodes do not distinguish between signed and unsigned integer types. Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32 | |||
2023-01-25 | Merge pull request #9681 from Morph1984/nice-one-qt6 | Morph | |
main: Only set AA_DisableWindowContextHelpButton below Qt6 | |||
2023-01-25 | main: Only set AA_DisableWindowContextHelpButton below Qt6 | Morph | |
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not. | |||
2023-01-25 | Merge pull request #9675 from Morph1984/ini-concat | liamwhite | |
default_ini: Split and concatenate the config string literal | |||
2023-01-25 | Merge pull request #9668 from Morph1984/qt-why-is-this-not-the-default | liamwhite | |
main: Globally disable the "?" button on dialogs | |||
2023-01-25 | Merge pull request #9676 from german77/revert-stick-range | liamwhite | |
Revert #9617 and fix it on input_common | |||
2023-01-25 | input_common: Make use of StoppableTimedWait | Morph | |
2023-01-25 | polyfill_thread: Implement StoppableTimedWait | Morph | |
StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | |||
2023-01-25 | Merge pull request #9679 from jbeich/libc++ | Narr the Reg | |
input_common: unbreak build with libc++ (missing std::ranges::find_if) | |||
2023-01-25 | input_common: add missing header for libc++ after 340f15d1fa79 | Jan Beich | |
src/input_common/drivers/joycon.cpp:187:26: error: no member named 'find_if' in namespace 'std::ranges' std::ranges::find_if(left_joycons, [](auto& device) { return !device->IsConnected(); }); ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:193:54: error: no member named 'find_if' in namespace 'std::ranges' const auto unconnected_device = std::ranges::find_if( ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:393:51: error: no member named 'find_if' in namespace 'std::ranges' const auto matching_device = std::ranges::find_if( ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:402:51: error: no member named 'find_if' in namespace 'std::ranges' const auto matching_device = std::ranges::find_if( ~~~~~~~~~~~~~^ |