<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/FramebufferManager.h, branch release-prep-2506a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Video: Make the game resolution (within the window) snap to the XFB size if they are within a ~1 pixel treshold on one axis only.</title>
<updated>2024-02-20T01:09:11+00:00</updated>
<author>
<name>Filoppi</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2023-12-17T23:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3f102ea8c2ccdce4365fdbd1cd04bf4284ba2f11'/>
<id>3f102ea8c2ccdce4365fdbd1cd04bf4284ba2f11</id>
<content type='text'>
 This takes care of making the image clearer in some edge cases where the game was already running at near perfect
 4:3 with no stretching, and the VI aspect ratio didn't match the XFB by one pixel, making the image stretched and blurry.
-Video: Fix `FindClosestIntegerResolution() using the window aspect ratio and not the draw aspect ratio, causing it to prefer
 stretching over black bars in cases when it wasn't desirable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 This takes care of making the image clearer in some edge cases where the game was already running at near perfect
 4:3 with no stretching, and the VI aspect ratio didn't match the XFB by one pixel, making the image stretched and blurry.
-Video: Fix `FindClosestIntegerResolution() using the window aspect ratio and not the draw aspect ratio, causing it to prefer
 stretching over black bars in cases when it wasn't desirable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2023-02-09T05:36:20+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-02-03T00:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=60f2b5af7b5b5748f672e968d99338d503b5272e'/>
<id>60f2b5af7b5b5748f672e968d99338d503b5272e</id>
<content type='text'>
Co-authored-by: Mai &lt;mathew1800@gmail.com&gt;
Co-authored-by: BhaaL &lt;bhaalsen@gmail.com&gt;
Co-authored-by: iwubcode &lt;iwubcode@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mai &lt;mathew1800@gmail.com&gt;
Co-authored-by: BhaaL &lt;bhaalsen@gmail.com&gt;
Co-authored-by: iwubcode &lt;iwubcode@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move m_prev_efb_format into FramebufferManager</title>
<updated>2023-02-09T05:36:20+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-31T05:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2cfc02a1169653566e277a7e23e69fd5eb628434'/>
<id>2cfc02a1169653566e277a7e23e69fd5eb628434</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint fixes</title>
<updated>2023-02-09T05:36:20+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-31T04:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=31cfe8250d5a27bd586136d0b71b09736861ad7d'/>
<id>31cfe8250d5a27bd586136d0b71b09736861ad7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move xfb tracking and IR scaling out of RenderBase</title>
<updated>2023-02-09T05:36:20+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-31T04:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=11de923dcb7e6a7e1b29e5b15cb2bf71ede22b97'/>
<id>11de923dcb7e6a7e1b29e5b15cb2bf71ede22b97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor ClearRegion</title>
<updated>2023-02-09T05:36:20+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-31T02:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e0090024119184238032923987af1c8d7167b7b5'/>
<id>e0090024119184238032923987af1c8d7167b7b5</id>
<content type='text'>
And fix bug where opengl was getting the wrong coordinates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And fix bug where opengl was getting the wrong coordinates
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out everying remaining from Swap</title>
<updated>2023-01-31T06:41:24+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-30T11:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0da69055d9f41d838bdf94b66805540c746eaa7d'/>
<id>0da69055d9f41d838bdf94b66805540c746eaa7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon/FramebufferManager: Rename m_efb_cache_tiles_wide to m_efb_cache_tile_row_stride</title>
<updated>2022-11-16T00:04:41+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2022-11-16T00:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1fdf15a1be499c308a2e3c7af96d09824638dc3e'/>
<id>1fdf15a1be499c308a2e3c7af96d09824638dc3e</id>
<content type='text'>
This also initializes it in the non-tiled case just for consistency, although it's not actually read in that case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also initializes it in the non-tiled case just for consistency, although it's not actually read in that case.
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon:FramebufferManager: Cleanup</title>
<updated>2022-11-04T00:18:23+00:00</updated>
<author>
<name>Robin Kertels</name>
<email>robin.kertels@gmail.com</email>
</author>
<published>2022-11-04T00:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0e02ddcf52ed86060ac1a0a85fa144738fa5163c'/>
<id>0e02ddcf52ed86060ac1a0a85fa144738fa5163c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Update EFB peek cache on draw done and tokens</title>
<updated>2022-10-01T16:08:38+00:00</updated>
<author>
<name>Robin Kertels</name>
<email>robin.kertels@gmail.com</email>
</author>
<published>2022-09-26T21:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=779fe13e62e6c0e9d591f2cb33d00a89191dd6a6'/>
<id>779fe13e62e6c0e9d591f2cb33d00a89191dd6a6</id>
<content type='text'>
Massively improves performance in Mario Galaxy on Android.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Massively improves performance in Mario Galaxy on Android.
</pre>
</div>
</content>
</entry>
</feed>
