<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>Revert "shader_recompiler: use only ConstOffset for OpImageFetch"</title>
<updated>2024-02-15T23:38:56+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-15T23:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=cb29aa04731e58ee78f8e0e66239c862fe9e559b'/>
<id>cb29aa04731e58ee78f8e0e66239c862fe9e559b</id>
<content type='text'>
This reverts commit f296a9ce9a1a144d322d54d4628dba6f8a800cb7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f296a9ce9a1a144d322d54d4628dba6f8a800cb7.
</pre>
</div>
</content>
</entry>
<entry>
<title>shader_recompiler: use only ConstOffset for OpImageFetch</title>
<updated>2024-02-05T17:01:09+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-03T19:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f296a9ce9a1a144d322d54d4628dba6f8a800cb7'/>
<id>f296a9ce9a1a144d322d54d4628dba6f8a800cb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shader_recompiler: fix Offset operand usage for non-OpImage*Gather</title>
<updated>2024-01-11T05:56:37+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-01-11T03:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=2044a289f8781199c745a040056b56543fd7ed0e'/>
<id>2044a289f8781199c745a040056b56543fd7ed0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shader_recompiler: Fix spelling of "derivate" (#12067)</title>
<updated>2023-11-18T12:39:47+00:00</updated>
<author>
<name>Ameer J</name>
<email>52414509+ameerj@users.noreply.github.com</email>
</author>
<published>2023-11-18T12:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=feb60de5c33a394b4998a45a549b99e7f0a4fe18'/>
<id>feb60de5c33a394b4998a45a549b99e7f0a4fe18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9694 from ameerj/txq-mips</title>
<updated>2023-01-29T17:27:26+00:00</updated>
<author>
<name>liamwhite</name>
<email>liamwhite@users.noreply.github.com</email>
</author>
<published>2023-01-29T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=208e635f370d7cf90b80e9a5301f161283eefd8b'/>
<id>208e635f370d7cf90b80e9a5301f161283eefd8b</id>
<content type='text'>
shader_recompiler: TXQ: Skip QueryLevels when possible</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
shader_recompiler: TXQ: Skip QueryLevels when possible</pre>
</div>
</content>
</entry>
<entry>
<title>shader_recompiler: TXQ: Skip QueryLevels when possible</title>
<updated>2023-01-28T21:25:18+00:00</updated>
<author>
<name>ameerj</name>
<email>52414509+ameerj@users.noreply.github.com</email>
</author>
<published>2023-01-28T21:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=2c2e019a44e353921d5fdf3cc6ab4304502eb2bd'/>
<id>2c2e019a44e353921d5fdf3cc6ab4304502eb2bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shader_recompiler: Remove S32 IR type</title>
<updated>2023-01-26T03:03:15+00:00</updated>
<author>
<name>ameerj</name>
<email>52414509+ameerj@users.noreply.github.com</email>
</author>
<published>2023-01-26T03:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=93cc6e4d992d60a7e8fe73d9ab062e1187775ec5'/>
<id>93cc6e4d992d60a7e8fe73d9ab062e1187775ec5</id>
<content type='text'>
The frontend IR opcodes do not distinguish between signed and unsigned integer types.

Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The frontend IR opcodes do not distinguish between signed and unsigned integer types.

Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32
</pre>
</div>
</content>
</entry>
<entry>
<title>video_core: Fix few issues in Tess stage</title>
<updated>2022-11-07T07:42:42+00:00</updated>
<author>
<name>FengChen</name>
<email>vonchenplus@gmail.com</email>
</author>
<published>2022-10-30T11:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a4472b55260ed1ccbad0d191d11abd2330145140'/>
<id>a4472b55260ed1ccbad0d191d11abd2330145140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>video_core: Fix SNORM texture buffer emulating error (#9001)</title>
<updated>2022-11-04T06:39:42+00:00</updated>
<author>
<name>Feng Chen</name>
<email>VonChenPlus@gmail.com</email>
</author>
<published>2022-11-04T06:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=75596c07e0fc1462c2a19484e168f4944c33d3d3'/>
<id>75596c07e0fc1462c2a19484e168f4944c33d3d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>video_core: Generate mipmap texture by drawing</title>
<updated>2022-09-20T03:55:43+00:00</updated>
<author>
<name>FengChen</name>
<email>vonchenplus@gmail.com</email>
</author>
<published>2022-09-01T14:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9a95c7fa14bdfc14aacea92896c8ae8533918fe8'/>
<id>9a95c7fa14bdfc14aacea92896c8ae8533918fe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
