<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/yuzu/debugger/graphics, 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>yuzu: Remove Maxwell debugger</title>
<updated>2020-01-03T02:09:44+00:00</updated>
<author>
<name>ReinUsesLisp</name>
<email>reinuseslisp@airmail.cc</email>
</author>
<published>2020-01-03T02:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0d6d8129c46f96b2e9f05c592e0d9a6bc3769619'/>
<id>0d6d8129c46f96b2e9f05c592e0d9a6bc3769619</id>
<content type='text'>
This was carried from Citra and wasn't really used on yuzu. It also adds
some runtime overhead. This commit removes it from yuzu's codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was carried from Citra and wasn't really used on yuzu. It also adds
some runtime overhead. This commit removes it from yuzu's codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly</title>
<updated>2019-05-19T05:10:05+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-05-19T05:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d77d1a02074c4319fe6360207e2c36758fe330dd'/>
<id>d77d1a02074c4319fe6360207e2c36758fe330dd</id>
<content type='text'>
Allows the graphics breakpoints to compile with implicit string
conversions disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows the graphics breakpoints to compile with implicit string
conversions disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu/debugger: Remove graphics surface viewer</title>
<updated>2019-04-06T03:54:00+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-04-06T03:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=218ae888f330f813553ed45ee7d9f948bc082bfb'/>
<id>218ae888f330f813553ed45ee7d9f948bc082bfb</id>
<content type='text'>
This doesn't actually work anymore, and given how long it's been left in
that state, it's unlikely anyone actually seriously used it.

Generally it's preferable to use RenderDoc or Nsight to view surfaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't actually work anymore, and given how long it's been left in
that state, it's unlikely anyone actually seriously used it.

Generally it's preferable to use RenderDoc or Nsight to view surfaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu/debugger/graphics_surface: Display error messages for file I/O errors</title>
<updated>2019-04-05T23:54:53+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-04-05T23:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=c0e320ad0da51b5245a071cecbfcdae7a461522f'/>
<id>c0e320ad0da51b5245a071cecbfcdae7a461522f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu/debugger/graphics_surface: Tidy up SaveSurface</title>
<updated>2019-04-05T23:33:00+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-04-05T23:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=845607481c3b4a25125df2052c4416fcc2badbb7'/>
<id>845607481c3b4a25125df2052c4416fcc2badbb7</id>
<content type='text'>
- Use QStringLiteral where applicable.

- Use const where applicable

- Remove unnecessary precondition check (we already assert the pixbuf
  being non null)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use QStringLiteral where applicable.

- Use const where applicable

- Remove unnecessary precondition check (we already assert the pixbuf
  being non null)
</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu/debugger/graphics_surface: Clean up connection overload deduction</title>
<updated>2019-04-05T23:26:43+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-04-05T23:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=bbeb859122e322e062ee271a0dba5b46cca87ef7'/>
<id>bbeb859122e322e062ee271a0dba5b46cca87ef7</id>
<content type='text'>
We can utilize qOverload with the signal connections to make the
function deducing a little less ugly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can utilize qOverload with the signal connections to make the
function deducing a little less ugly.
</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu/debugger/graphics_surface: Fill in missing surface format listings</title>
<updated>2019-04-05T23:09:56+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-04-05T23:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9d296f8a358dd6e033fc779d452a7440b4c48514'/>
<id>9d296f8a358dd6e033fc779d452a7440b4c48514</id>
<content type='text'>
Fills in the missing surface types that were marked as unknown. The
order corresponds with the TextureFormat enum within
video_core/texture.h.

We also don't need to all of these strings as translatable (only the
first string, as it's an English word).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fills in the missing surface types that were marked as unknown. The
order corresponds with the TextureFormat enum within
video_core/texture.h.

We also don't need to all of these strings as translatable (only the
first string, as it's an English word).
</pre>
</div>
</content>
</entry>
<entry>
<title>gpu: Move GPUVAddr definition to common_types.</title>
<updated>2019-03-21T02:36:02+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2019-03-04T04:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=241563d15c8b831a2d2b7c360d570cc721903d14'/>
<id>241563d15c8b831a2d2b7c360d570cc721903d14</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: Refactor to use MemoryManager interface for all memory access.</title>
<updated>2019-03-16T04:38:48+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2019-02-24T05:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=574e89d924b484b846f4eb522c5a62af9d63e801'/>
<id>574e89d924b484b846f4eb522c5a62af9d63e801</id>
<content type='text'>
# Conflicts:
#	src/video_core/engines/kepler_memory.cpp
#	src/video_core/engines/maxwell_3d.cpp
#	src/video_core/morton.cpp
#	src/video_core/morton.h
#	src/video_core/renderer_opengl/gl_global_cache.cpp
#	src/video_core/renderer_opengl/gl_global_cache.h
#	src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	src/video_core/engines/kepler_memory.cpp
#	src/video_core/engines/maxwell_3d.cpp
#	src/video_core/morton.cpp
#	src/video_core/morton.h
#	src/video_core/renderer_opengl/gl_global_cache.cpp
#	src/video_core/renderer_opengl/gl_global_cache.h
#	src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>common/vector_math: Move Vec[x] types into the Common namespace</title>
<updated>2019-02-27T03:38:36+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-02-27T03:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1b855efd5eb21ef802d15f6a531878754904ad4d'/>
<id>1b855efd5eb21ef802d15f6a531878754904ad4d</id>
<content type='text'>
These types are within the common library, so they should be using the
Common namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These types are within the common library, so they should be using the
Common namespace.
</pre>
</div>
</content>
</entry>
</feed>
