- 13 Nov, 2018 7 commits
-
-
Hedges authored
- Add FPU support - Fix access to TLS Fix clang-format.
-
bunnei authored
Implement SurfaceTarget Texture2DArray
-
bunnei authored
csrng: Add config option to set RNG seed
-
bunnei authored
Implement GetClockSnapshot, ToPosixTime & ToPosixTimeWithMyRule
-
Zach Hilman authored
-
greggameplayer authored
* Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB ( needed by Mario+Rabbids Kingdom Battle ) * Small placement correction
-
bunnei authored
yuzu/main: Fix compiler warning
-
- 12 Nov, 2018 5 commits
-
-
James Rowe authored
yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug
-
Tobias authored
-
Zach Hilman authored
-
Zach Hilman authored
-
bunnei authored
Map more missing opengl states
-
- 11 Nov, 2018 10 commits
-
-
bunnei authored
configure_system: Fix compiler warning
-
bunnei authored
gl_rasterizer: Fix compiler warnings
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
Improve state management by splitting some of the states id separated function to avoid a full apply overhead
-
Rodolfo Bogado authored
Try to fix problems with stencil test in some games, relax translation to opengl enums to avoid crashing and only generate logs of the errors.
-
Rodolfo Bogado authored
-
bunnei authored
gl_shader_decompiler: Guard out of bound geometry shader input reads
-
bunnei authored
rasterizer_cache: Remove reliance on the System singleton
-
bunnei authored
Implement 3 coordinate array in TEXS instruction
-
bunnei authored
gl_rasterizer: Skip VAO binding if the state is clean.
-
- 10 Nov, 2018 6 commits
-
-
James Rowe authored
Ability to switch between docked and undocked mode in-game
-
James Rowe authored
rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject
-
David Marcec authored
-
David Marcec authored
Added instead of using a seperate PR to prevent conflicts
-
ReinUsesLisp authored
Geometry shaders follow a pattern that results in out of bound reads. This pattern is: - VSETP to predicate - Use that predicate to conditionally set a register a big number - Use the register to access geometry shaders At the time of writing this commit I don't know what's the intent of this number. Some drivers argue about these out of bound reads. To avoid this issue, input reads are guarded limiting reads to the highest posible vertex input of the current topology (e.g. points to 1 and triangles to 3).
-
David Marcec authored
-
- 09 Nov, 2018 1 commit
-
-
David Marcec authored
Needed by megaman 11
-
- 08 Nov, 2018 9 commits
-
-
Frederic Laing authored
-
Lioncash authored
Rather than have a transparent dependency, we can make it explicit in the interface. This also gets rid of the need to put the core include in a header.
-
Lioncash authored
Ensures that destruction will always do the right thing in any context.
-
Lioncash authored
Fixes the buildbot.
-
bunnei authored
Updated npad styles on holdtype switches
-
David authored
* svcBreak now dumps information from the debug buffer passed info1 and info2 seem to somtimes hold an address to a buffer, this is usually 4 bytes or the size of the int and contains an error code. There's other circumstances where it can be something different so we hexdump these to examine them at a later date. * Addressed comments
-
bunnei authored
Implement acc:TrySelectUserWithoutInteraction
-
FernandoS27 authored
-
David Marcec authored
-
- 07 Nov, 2018 2 commits
-
-
FernandoS27 authored
-
David Marcec authored
Fixes input for megaman
-