<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/DriverDetails.cpp, branch 2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Remove unused imports</title>
<updated>2026-01-25T15:12:15+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2026-01-23T20:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a14c88ba67a51b0a563a5fc800cd089e82ffacaf'/>
<id>a14c88ba67a51b0a563a5fc800cd089e82ffacaf</id>
<content type='text'>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
</pre>
</div>
</content>
</entry>
<entry>
<title>VKPipeline: Don't include depth clamp control struct when not supported</title>
<updated>2025-07-28T23:42:22+00:00</updated>
<author>
<name>CrossVR</name>
<email>jules.blok@gmail.com</email>
</author>
<published>2025-07-27T06:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0d87f835e2321992159d4b2f8eac923e2275c436'/>
<id>0d87f835e2321992159d4b2f8eac923e2275c436</id>
<content type='text'>
This should not be needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not be needed
</pre>
</div>
</content>
</entry>
<entry>
<title>DriverDetails: Disable depth_clamp_control on AMD official drivers</title>
<updated>2025-07-28T23:42:22+00:00</updated>
<author>
<name>CrossVR</name>
<email>jules.blok@gmail.com</email>
</author>
<published>2025-07-26T20:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=59e9267e3d33cb29f06d8a4f583e7633360ef259'/>
<id>59e9267e3d33cb29f06d8a4f583e7633360ef259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Post to analytics when bug is overridden</title>
<updated>2024-01-29T05:24:23+00:00</updated>
<author>
<name>TellowKrinkle</name>
<email>tellowkrinkle@gmail.com</email>
</author>
<published>2024-01-27T23:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b7a451fc8775848eaf09aad02a3f8d9022fbde8e'/>
<id>b7a451fc8775848eaf09aad02a3f8d9022fbde8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Add ability for backends to override bugs</title>
<updated>2024-01-29T05:24:22+00:00</updated>
<author>
<name>TellowKrinkle</name>
<email>tellowkrinkle@gmail.com</email>
</author>
<published>2023-05-18T01:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=99f0c3fa01e7efe5cabf65f634b6b7df4eca27b0'/>
<id>99f0c3fa01e7efe5cabf65f634b6b7df4eca27b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackends:Multiple: Split up BUG_BROKEN_SUBGROUP_OPS</title>
<updated>2024-01-29T05:20:39+00:00</updated>
<author>
<name>TellowKrinkle</name>
<email>tellowkrinkle@gmail.com</email>
</author>
<published>2023-05-18T00:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=463269f704954d71ed4110fe4357f9249ac6ccab'/>
<id>463269f704954d71ed4110fe4357f9249ac6ccab</id>
<content type='text'>
We now use subgroup ops for more than just a minor performance optimization
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now use subgroup ops for more than just a minor performance optimization
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove out-dated hack of AMD driver issue WRT dual-source blending output index.</title>
<updated>2023-08-16T03:58:29+00:00</updated>
<author>
<name>takayhan-AMD</name>
<email>123373764+takayhan-AMD@users.noreply.github.com</email>
</author>
<published>2023-08-12T09:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b969282b72f1e5267cf4e9af4e6612cb948b2bff'/>
<id>b969282b72f1e5267cf4e9af4e6612cb948b2bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackends:Multiple: More GPUs with broken subgroup ops</title>
<updated>2022-10-08T09:44:48+00:00</updated>
<author>
<name>TellowKrinkle</name>
<email>tellowkrinkle@gmail.com</email>
</author>
<published>2022-07-23T20:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=274d4679cac5fb9e6e47990d149961d0233bf8b7'/>
<id>274d4679cac5fb9e6e47990d149961d0233bf8b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackends:Vulkan: Workaround slow vkCmdCopyImageToBuffer on QCom driver</title>
<updated>2022-09-30T19:13:42+00:00</updated>
<author>
<name>Robin Kertels</name>
<email>robin.kertels@gmail.com</email>
</author>
<published>2022-09-23T20:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=81c817c54d080b7ad234244b90bbcd328c7f2022'/>
<id>81c817c54d080b7ad234244b90bbcd328c7f2022</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackends:Metal: Use DriverDetails for bugs</title>
<updated>2022-07-22T01:44:19+00:00</updated>
<author>
<name>TellowKrinkle</name>
<email>tellowkrinkle@gmail.com</email>
</author>
<published>2022-06-11T23:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a5ef9dfd5316f8db28f9da16710eeeed9ab1e19e'/>
<id>a5ef9dfd5316f8db28f9da16710eeeed9ab1e19e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
