- Apr 20, 2018
-
-
bunnei authored
common: Remove code_block.h
-
Lioncash authored
We use dynarmic, so this is unued. Anything else we need will likely use Xbyak, so this header isn't necessary any more.
-
bunnei authored
renderer_opengl: Add missing header guards
-
bunnei authored
disk_filesystem: Minor changes
-
bunnei authored
vi: Remove redundant initializers in the constructors
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
glsl_shader_decompiler: Minor API changes to ShaderWriter
-
bunnei authored
ShaderGen: Fixed TEXS overriding its own texcoords and implemented fmul32i
-
Lioncash authored
This function doesn't need to take ownership of the string data being given to it, considering all we do is append the characters to the internal string instance. Instead, use a string view to simply reference the string data without any potential heap allocation. Now anything that is a raw const char* won't need to be converted to a std::string before appending.
-
Lioncash authored
Avoids constructing a std::string just to append a newline character
-
Lioncash authored
Avoids constructing a std::string just to append a character.
-
- Apr 19, 2018
-
-
Lioncash authored
The interface of std::string already lets us append N copies of a character to an existing string.
-
James Rowe authored
Technically, yuzu can boot commercial games
-
Subv authored
-
Subv authored
ShaderGen: Fixed a case where the TEXS instruction would use the same registers for the input and the output. It will now save the coords before writing the outputs in a subscope.
-
N00byKing authored
Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) * Port 3528: use nvidia graphics automatically on laptops with optimus * Force dedicated AMD Card for switchable Graphics * Ran clang-format
-
James Rowe authored
nvflinger: Call MicroProfileFlip on NVFlinger::Compose.
-
bunnei authored
GPU: Add support for the DXT23 and DXT45 compressed texture formats.
-
Subv authored
-
bunnei authored
-
bunnei authored
GPU: Implemented the B5G6R5 format.
-
- Apr 18, 2018
-
-
Subv authored
-
bunnei authored
* gl_shader_gen: Support vertical/horizontal viewport flipping. * fixup! gl_shader_gen: Support vertical/horizontal viewport flipping.
-
bunnei authored
GPU: Fixed the incorrect component order in ABGR8 textures.
-
Subv authored
For now only the UNORM type is supported.
-
Subv authored
-
Subv authored
-
bunnei authored
GPU: Support non-tiled textures and configurable block height.
-
Subv authored
-
Subv authored
-
Subv authored
TODO: The way we handle cached formats must change, framebuffer and texture formats are too different to keep them in the same place.
-
Subv authored
-
Subv authored
-
jlachniet authored
Clarifies the yuzu cannot play commercial games to any reasonable extent, rather than not at all.
-
bunnei authored
Misc gpu improvements
-
bunnei authored
Shader decompiler changes part 2
-