- May 18, 2020
-
-
Fernando Sahmkow authored
This commit aims to help easing debugging of driver crashes without having to modify existing code.
-
- May 16, 2020
-
-
David Marcec authored
-
David Marcec authored
-
- May 15, 2020
-
-
ReinUsesLisp authored
Match OpenGL's behavior. This can fix or simplify bisecting issues on Vulkan.
-
Morph authored
-
- May 12, 2020
-
-
bunnei authored
-
James Rowe authored
-
- May 11, 2020
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
Supersedes #3738 and #3321
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
David Marcec authored
Needed for Puchikon 4 SmileBASIC 1.0.0
-
- May 10, 2020
-
-
ReinUsesLisp authored
"Not equal" operators on GLSL seem to behave as unordered when we expect an ordered comparison. Manually emulate this checking for LGE values (numbers, not-NaNs).
-
- May 09, 2020
-
-
ReinUsesLisp authored
This allows us to use native SPIR-V instructions without having to manually check for NAN.
-
- May 08, 2020
-
-
James Rowe authored
* Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
-
- May 06, 2020
-
-
FearlessTobi authored
Co-Authored-By:
Vitor K <vitor-k@users.noreply.github.com>
-
- May 05, 2020
-
-
bunnei authored
Co-authored-by:
David <25727384+ogniK5377@users.noreply.github.com>
-
bunnei authored
Co-authored-by:
David <25727384+ogniK5377@users.noreply.github.com>
-
- May 04, 2020
-
-
ReinUsesLisp authored
This should fix grass interactions on Breath of the Wild on Vulkan. It is currently untested against validation layers. Nvidia's Windows 443.09 beta driver or Linux 440.66.12 is required for now.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- May 03, 2020
-
-
Lioncash authored
This isn't necessary in a cpp file and will cause warnings on clang.
-
Lioncash authored
Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
-
Lioncash authored
Prevents unused variable warnings.
-
Lioncash authored
This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging.
-
Lioncash authored
Prevents variable name clashing.
-
Lioncash authored
While èis generally representable in some language encodings, in some it isn't and will result in compilation warnings occurring. To remain friendly with other language's codepages on Windows, we normalize it to an ASCII e.
-
Lioncash authored
We can just pass the required instances into the constructor of the request, eliminating all usages of the global system accessor.
-
Morph authored
-
bunnei authored
Co-authored-by:
Mat M. <mathew1800@gmail.com>
-
- May 02, 2020
-
-
FearlessTobi authored
-
Lioncash authored
Resolves a -Wextra-semi warning. While we're at it, we can invert the branch to form a guard clause, unindenting all of the contained code.
-
ReinUsesLisp authored
We can simply enable rasterizer discard matching the current pipeline key.
-