summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_graphics.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs when renderer backend is Null)Merry2024-01-281-0/+5
* qt: settings: Fix per-game vsync comboboxt8952023-12-211-29/+65
* configure_graphics: Capture by referencelat9nq2023-09-051-1/+1
* configure_graphics: Fix handling of broken Vulkanlat9nq2023-09-051-12/+16
* yuzu-qt: Screenshots depend more on the graphics settingslat9nq2023-08-161-6/+38
* qt/configuration: Use deleteLaterlat9nq2023-07-221-1/+1
* common,qt-config: Remove usage of forward_listlat9nq2023-07-221-10/+10
* configuration: Use enum indexlat9nq2023-07-211-5/+8
* settings,configuration: Add a default suffixlat9nq2023-07-211-2/+2
* configuration: Use specialization of settingslat9nq2023-07-211-7/+1
* configuration: Use a builder to create widgetslat9nq2023-07-211-19/+13
* configuration: Move speed_limit to corelat9nq2023-07-211-6/+0
* common,yuzu-qt: GCC warning silenceslat9nq2023-07-211-3/+3
* configure_graphics: Simplify UpdateAPILayoutlat9nq2023-07-211-27/+16
* configure_graphcs: Fix setting shader/device in custom configlat9nq2023-07-211-0/+3
* configuration: Use shorter constructor as neededlat9nq2023-07-211-2/+1
* configure_graphics: Fix vulkan_device buglat9nq2023-07-211-4/+2
* FIXME configuration: Avoid unnecessary allocationslat9nq2023-07-211-2/+6
* general: Add typeinfo where neededlat9nq2023-07-211-0/+1
* configuration: Document odd widget caseslat9nq2023-07-211-0/+10
* settings,general: Rename non-confirming enumslat9nq2023-07-211-5/+5
* configuration: Use IDs to sort holdslat9nq2023-07-211-9/+5
* configuration: Use a mapping of setting value to namelat9nq2023-07-211-13/+32
* configure_audio: Implement ui generationlat9nq2023-07-211-3/+5
* shared_widget: Refactor helperslat9nq2023-07-211-2/+7
* configure_system: Implement with for looplat9nq2023-07-211-1/+1
* shared_widget: Internalize extra setting configurationlat9nq2023-07-211-19/+0
* graphics: Set speed limit to spinboxlat9nq2023-07-211-2/+2
* shared_widget: Support checkbox + spinboxlat9nq2023-07-211-1/+1
* configure_graphics: Reimplement bg_colorlat9nq2023-07-211-15/+59
* configure_graphics: Remove redundant loglat9nq2023-07-211-1/+0
* configuration: Move CreateWidget to a classlat9nq2023-07-211-15/+40
* configuration: Implement sliderlat9nq2023-07-211-18/+13
* configuration: Use buttons instead of highlightslat9nq2023-07-211-18/+53
* configure_graphics: More complete reimplementationlat9nq2023-07-211-314/+36
* shared_translation: Finish using int idslat9nq2023-07-211-12/+13
* configure_graphics: Partial runtime implementationlat9nq2023-07-211-367/+418
* configuration: Add base class to tabslat9nq2023-07-211-6/+6
* settings,video_core: Consolidate ASTC decoding optionslat9nq2023-07-211-7/+12
* vk_device_info: Check only affected Intel driverslat9nq2023-06-181-1/+1
* yuzu-qt: Load Vulkan device info at startuplat9nq2023-06-061-44/+11
* android: native: Add support for custom Vulkan driver loading.bunnei2023-06-031-2/+2
* yuzu-qt/config: Add option to disable compute on Intellat9nq2023-05-071-4/+19
* qt_common: Remove yuzu prefixlat9nq2023-05-041-1/+1
* configure_graphics: No there isn't a hyphen in VSynclat9nq2023-05-031-3/+3
* configure_graphics: Clean up includes [IWYU]lat9nq2023-05-031-5/+19
* configure_graphics: Actively find present modeslat9nq2023-05-031-11/+144
* configuration: Expose separate swap present modeslat9nq2023-05-031-0/+9
* 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