summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_graphics.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure_graphics: Make SPIRV backend string translatableLioncash2022-12-061-1/+1
* Merge pull request #9344 from liamwhite/nullbunnei2022-12-031-0/+5
|\
| * video_core: add null backendLiam2022-11-291-0/+5
* | Merge pull request #9303 from liamwhite/new-vulkan-initMatías Locatti2022-12-021-1/+1
|\ \ | |/ |/|
| * Vulkan: update initializationLiam2022-11-271-1/+1
* | configure_graphics: Implement custom FSR Sharpening settinglat9nq2022-11-261-0/+26
* | FSR Sharpening Slider part 1 - only a global sliderMatías Locatti2022-11-241-0/+12
|/
* configure_graphics: Fix graphics API selection when a game is runningMorph2022-10-071-3/+4
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Simplify broken Vulkan handlinglat9nq2022-07-101-31/+6
* configure_graphics: Remove unused includelat9nq2022-06-041-1/+0
* yuzu-qt: Make has_broken_vulkan only for crasheslat9nq2022-05-301-3/+1
* yuzu-qt: Attempt to workaround broken Vulkan installationslat9nq2022-05-301-2/+37
* yuzu: Reduce unused includesameerj2022-03-201-1/+0
* Frontend: Add anti-aliasing method settingMarshall Mohror2021-11-161-0/+24
* video_core,yuzu: Move UpdateRescalingInfo call to video_corelat9nq2021-11-161-1/+0
* Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow2021-11-161-0/+25
* Settings: Add resolution scaling to settings.Fernando Sahmkow2021-11-161-1/+25
* configuration: Use std::make_unique instead of operator new for uiMorph2021-10-151-1/+1
* configuration: Add const qualifier where ablelat9nq2021-10-071-1/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-3/+3
* configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-161-7/+35
* Merge pull request #6700 from lat9nq/fullscreen-enumbunnei2021-07-281-3/+5
|\
| * Merge branch 'master' into fullscreen-enumlat9nq2021-07-251-24/+52
| |\
| * | general: Implement FullscreenMode enumerationlat9nq2021-07-231-3/+5
* | | configure_graphics: reword GLASM optionVamsi Krishna2021-07-261-1/+1
| |/ |/|
* | configure_graphics: Mark SPIR-V as Experimental, Mesa onlylat9nq2021-07-231-1/+1
* | configure_graphics: Re-order vulkan device populatinglat9nq2021-07-231-4/+4
* | general: Add setting shader_backendlat9nq2021-07-231-24/+52
|/
* configure_graphics: Use u8 for bg_color valuesameerj2021-07-091-9/+9
* configure_graphics: Add Accelerate ASTC decoding settingameerj2021-06-161-0/+7
* configuration: Simplify applying per-game settingslat9nq2021-05-161-29/+13
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* configure_graphics: Add Borderless Windowed fullscreen modeMorph2021-04-061-2/+17
* configure_graphics: Prevent stack-use-after-scopelat9nq2021-04-041-1/+1
* vulkan_wrapper: Pull Windows symbolsReinUsesLisp2021-02-131-0/+3
* gpu: Report renderer errors with exceptionsReinUsesLisp2021-02-131-3/+16
* cmake: Always enable VulkanReinUsesLisp2020-12-251-9/+2
* core/settings: Move configuring_global behind an APILioncash2020-11-041-9/+9
* video_core: NVDEC Implementationameerj2020-10-271-0/+10
* configuration_shared: Simplify name lookup in highlighting functionsLioncash2020-08-141-18/+14
* configuration: Use forward declares and remove extraneous structslat9nq2020-07-191-5/+4
* clang-formatlat9nq2020-07-191-8/+7
* configuration_shared: Break up tracker structs to respective classeslat9nq2020-07-191-4/+4
* clang-formatlat9nq2020-07-191-2/+1
* configure_per_game: Improve style consistencylat9nq2020-07-191-3/+3
* configuration_shared: Add default combobox setup functionlat9nq2020-07-191-13/+11
* configuration_shared: Use an int instead of a QStringlat9nq2020-07-191-15/+23
* configure_graphics: Implement highlighted overrideslat9nq2020-07-191-15/+30
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-18/+132
* configure_graphics: Make use of qOverload in signals/slotsLioncash2020-07-061-2/+2
* configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox()Lioncash2020-07-061-1/+1
* yuzu/frontend: Remove internal resolution optionMorph2020-06-061-45/+0
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-071-0/+1
* renderer_vulkan: Query device names from the backendReinUsesLisp2020-04-071-35/+6
* Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-281-8/+0
* core: settings: Add setting to enable vsync, which is on by default.bunnei2020-02-261-0/+3
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2020-02-141-0/+2
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+94
* yuzu/configure: move speed limiter to generalFearlessTobi2019-09-051-6/+0
* Merge pull request #2553 from lioncash/languageZach Hilman2019-06-081-0/+12
|\
| * yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-0/+12
* | Merge pull request #2514 from ReinUsesLisp/opengl-compatZach Hilman2019-06-071-3/+0
|\ \ | |/ |/|
| * rasterizer_opengl: Remove OpenGL core profileReinUsesLisp2019-05-301-3/+0
* | yuzu/configuration: Make function naming consistentLioncash2019-06-051-3/+4
* | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect callLioncash2019-05-251-6/+5
|/
* qt/configure_graphics: Shadow options at runtimeReinUsesLisp2019-05-171-2/+6
* Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow2019-04-201-0/+2
* added a toggle to force 30fps modezarroboogs2019-04-091-0/+3
* settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei2019-03-071-0/+4
* settings: Hide shader cache behind a settingReinUsesLisp2019-02-071-0/+2
* Use QPixmap/QIcon for background color selection buttonxperia642019-01-261-7/+13
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei2018-10-161-2/+2
* configure_graphics: Make functions internally linked where applicableLioncash2018-10-031-21/+23
* Port Citra #4047 & #4052: add change background color supporttech4me2018-09-091-0/+16
* Port #3353 from CitrafearlessTobi2018-08-211-2/+8
* qt: Default destructors where applicableLioncash2018-08-061-1/+1
* Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-291-1/+0
* settings: Add a configuration for use_accurate_framebuffers.bunnei2018-06-271-0/+2
* Clang formatunknown2018-01-151-1/+0
* Update the internal resolution settingsunknown2018-01-151-30/+0
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-16/+0
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-1/+2
* Massive removal of unused modulesJames Rowe2018-01-131-0/+115