Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox() | Lioncash | |
Unlikely to impact performance at all, but this is essentially a "free" transformation, so why not? | |||
2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | |
2020-04-07 | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp | |
Create Vulkan instances and surfaces from the Vulkan backend. | |||
2020-04-07 | renderer_vulkan: Query device names from the backend | ReinUsesLisp | |
2020-02-27 | Create an "Advanced" tab in the graphics configuration tab and add ↵ | Morph | |
anisotropic filtering levels. | |||
2020-02-25 | core: settings: Add setting to enable vsync, which is on by default. | bunnei | |
2020-02-13 | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | |
Available as a drop down within the configure graphics tab. | |||
2020-01-29 | yuzu: Implement Vulkan frontend | ReinUsesLisp | |
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization. | |||
2019-09-05 | yuzu/configure: move speed limiter to general | FearlessTobi | |
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input) Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||
2019-06-07 | Merge pull request #2553 from lioncash/language | Zach Hilman | |
yuzu/configuration: Make all widgets and dialogs aware of language changes | |||
2019-06-07 | Merge pull request #2514 from ReinUsesLisp/opengl-compat | Zach Hilman | |
video_core: Drop OpenGL core in favor of OpenGL compatibility | |||
2019-06-05 | yuzu/configuration: Make all widgets and dialogs aware of language changes | Lioncash | |
To prepare for translation support, this makes all of the widgets cognizant of the language change event that occurs whenever installTranslator() is called and automatically retranslates their text where necessary. This is important as calling the backing UI's retranslateUi() is often not enough, particularly in cases where we add our own strings that aren't controlled by it. In that case we need to manually refresh the strings ourselves. | |||
2019-06-05 | yuzu/configuration: Make function naming consistent | Lioncash | |
2019-05-30 | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | |
2019-05-24 | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect ↵ | Lioncash | |
call A checkbox is able to be tri-state, giving it three possible activity types, so in the connect call here, it would actually be truncating an int into a bool. Instead, we can just listen on the toggled() signal, which passes along a bool, not an int. | |||
2019-05-17 | qt/configure_graphics: Shadow options at runtime | ReinUsesLisp | |
Compatibility profile and the disk shader cache settings shouldn't be changed at runtime. This aims to address that shadowing those options. | |||
2019-04-20 | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | |
This option allows picking the compatibility profile since a lot of bugs are fixed in it. We devs will use this option to easierly debug current problems in our Core implementation.:wq | |||
2019-04-09 | added a toggle to force 30fps mode | zarroboogs | |
2019-03-06 | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | |
2019-02-06 | settings: Hide shader cache behind a setting | ReinUsesLisp | |
2019-01-26 | Use QPixmap/QIcon for background color selection button | xperia64 | |
2018-10-16 | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | |
- This will be used as a catch-all for slow-but-accurate GPU emulation paths. | |||
2018-10-02 | configure_graphics: Make functions internally linked where applicable | Lioncash | |
These aren't used outside of this translation unit, so they can be internally linked. | |||
2018-09-08 | Port Citra #4047 & #4052: add change background color support | tech4me | |
2018-08-21 | Port #3353 from Citra | fearlessTobi | |
2018-08-06 | qt: Default destructors where applicable | Lioncash | |
Makes code consistent with our style of defaulting special member functions where applicable. | |||
2018-07-29 | Port #3911 from Citra: "Optimize settings application" | fearlessTobi | |
2018-06-27 | settings: Add a configuration for use_accurate_framebuffers. | bunnei | |
2018-01-15 | Clang format | unknown | |
2018-01-15 | Update the internal resolution settings | unknown | |
2018-01-12 | Removing unused settings and yuzu rebranding | James Rowe | |
2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |