<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.h, branch 2409</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Graphics: Adapt aspect ratio when SBS/TAB 3D is used</title>
<updated>2024-08-21T21:11:43+00:00</updated>
<author>
<name>Bryan Jacobs</name>
<email>b@q3q.us</email>
</author>
<published>2024-08-15T07:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7ec6d116e8ee94bee8bdecf2bf2801ea45f09432'/>
<id>7ec6d116e8ee94bee8bdecf2bf2801ea45f09432</id>
<content type='text'>
Adds support for choosing to present the full resolution
independently to each eye when using side-by-side or
top-and-bottom 3D.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds support for choosing to present the full resolution
independently to each eye when using side-by-side or
top-and-bottom 3D.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix postprocessing shader not changing when setting stereo mode</title>
<updated>2024-08-18T05:09:12+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2024-08-18T05:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=307c8c273e01a564cc7e9f0bac6e6c2b7333d8f4'/>
<id>307c8c273e01a564cc7e9f0bac6e6c2b7333d8f4</id>
<content type='text'>
Fixes https://bugs.dolphin-emu.org/issues/13593. Before, it would attempt to
use the old shader, which did not exist for the new stereo mode. Changing the
postprocessing shader afterwards would work properly, although passive 3D only
has one option, so it was just broken without restarting Dolphin.

This also fixes the UI not updating when using one of the stereo toggle hotkeys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.dolphin-emu.org/issues/13593. Before, it would attempt to
use the old shader, which did not exist for the new stereo mode. Changing the
postprocessing shader afterwards would work properly, although passive 3D only
has one option, so it was just broken without restarting Dolphin.

This also fixes the UI not updating when using one of the stereo toggle hotkeys.
</pre>
</div>
</content>
</entry>
<entry>
<title>Video: implement output resampling (upscaling/downscaling) methods</title>
<updated>2023-08-17T23:00:55+00:00</updated>
<author>
<name>Filoppi</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2023-06-27T00:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2edf81cdb054c1db7a32e45c87514f8d4c11f5d9'/>
<id>2edf81cdb054c1db7a32e45c87514f8d4c11f5d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt/EnhancementsWidget: Use custom tooltip for Color Correction button.</title>
<updated>2023-08-13T20:46:46+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-08-13T20:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5635a0bdef8e1bf928de38bc875621e7e152630b'/>
<id>5635a0bdef8e1bf928de38bc875621e7e152630b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: add color correction and HDR Qt settings widgets</title>
<updated>2023-06-18T22:34:42+00:00</updated>
<author>
<name>Filoppi</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2023-06-10T08:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=daddf4cd9cf7c45820f5cadd1539c6a6b366cfbc'/>
<id>daddf4cd9cf7c45820f5cadd1539c6a6b366cfbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Remove GraphicsWidget class</title>
<updated>2023-04-29T21:10:37+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-29T03:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5ca0430cb223ad46b19e5cb99209efdbdd4673f8'/>
<id>5ca0430cb223ad46b19e5cb99209efdbdd4673f8</id>
<content type='text'>
The old tooltip description box used GraphicsWidget to provide shared
code to the Graphics config panes for adding descriptions to their
settings.

The description box has been replaced by BalloonTips and serves no
further purpose, so remove it and have the Graphics panes derive from
QWidget instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old tooltip description box used GraphicsWidget to provide shared
code to the Graphics config panes for adding descriptions to their
settings.

The description box has been replaced by BalloonTips and serves no
further purpose, so remove it and have the Graphics panes derive from
QWidget instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Rename GraphicsSlider to ConfigSlider</title>
<updated>2023-04-29T03:14:11+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-29T03:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1a2a99c9b3b4878dc8e212e80d1317706961eac3'/>
<id>1a2a99c9b3b4878dc8e212e80d1317706961eac3</id>
<content type='text'>
GraphicsSlider is used by the panes in the Graphics config window to
create sliders that change their associated config setting, and update
their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigSlider better reflects its
purpose. This should also make it less confusing when ConfigSliders are
added to other config panes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GraphicsSlider is used by the panes in the Graphics config window to
create sliders that change their associated config setting, and update
their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigSlider better reflects its
purpose. This should also make it less confusing when ConfigSliders are
added to other config panes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Rename GraphicsChoice to ConfigChoice</title>
<updated>2023-04-25T18:39:24+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-25T03:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2237a4a7aa32b634a24234fb9362d8f2409a09d8'/>
<id>2237a4a7aa32b634a24234fb9362d8f2409a09d8</id>
<content type='text'>
GraphicsChoice is used by the panes in the Graphics config window to
create combo boxes that change their associated config setting, and
update their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigChoice better reflects its
purpose. This should also make it less confusing when ConfigChoices are
eventually added to the other config windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GraphicsChoice is used by the panes in the Graphics config window to
create combo boxes that change their associated config setting, and
update their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigChoice better reflects its
purpose. This should also make it less confusing when ConfigChoices are
eventually added to the other config windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Rename GraphicsBool to ConfigBool</title>
<updated>2023-04-21T21:24:37+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-21T21:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5fa27704c850cbeeb9dc54979d99f7ea96f8f9e7'/>
<id>5fa27704c850cbeeb9dc54979d99f7ea96f8f9e7</id>
<content type='text'>
GraphicsBool is used by the panes in the Graphics config window to
create checkboxes that change their associated config setting, and
update their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigBool better reflects its
purpose. This should also make it less confusing when ConfigBools are
eventually added to the other config windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GraphicsBool is used by the panes in the Graphics config window to
create checkboxes that change their associated config setting, and
update their own state when something else changes the config setting.

Despite its current name nothing about this class is particular to the
Graphics window, so renaming it to ConfigBool better reflects its
purpose. This should also make it less confusing when ConfigBools are
eventually added to the other config windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt/EnhancementsWidget: Combine texture filtering and anisotropic filtering.</title>
<updated>2022-12-09T01:02:17+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2022-11-20T23:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1d199f466443b6aba7906b1fd4dfd95e87bfada8'/>
<id>1d199f466443b6aba7906b1fd4dfd95e87bfada8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
