8833 Commits (0bde2e5fc1607687a8bcff3db45a6412e62cc77a)

Author SHA1 Message Date
Lioncash 62051832ce yuzu/configure_input: Remove unused function MoveGridElement 7 years ago
Lioncash 9964a076c7 yuzu/configure_input*: Move data members after function declarations 7 years ago
Lioncash 7e4436fe22 yuzu/configure_input: Remove unnecessary includes 7 years ago
Markus Wick 9a633ce5aa gl_rasterizer: Fixup for #1723. 7 years ago
bunnei f8b215e361 gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
Rodolfo Bogado 36f11c6b20 remove viewport_transform_enabled as it seems to be inactive when valid transforms are used. 7 years ago
Lioncash 3d26167fe4 svc: Implement svcSetResourceLimitLimitValue() 7 years ago
Lioncash 43f1204b18 svc: Implement svcGetResourceLimitCurrentValue() 7 years ago
ReinUsesLisp 944f2b471e morton: Fixup compiler warning 7 years ago
Lioncash ee59c47a59 svc: Implement svcGetResourceLimitLimitValue() 7 years ago
Lioncash 931ac0359b svc: Implement svcCreateResourceLimit() 7 years ago
David Marcec 07ed10a53e Added comment on Main memory size for more clarity 7 years ago
David Marcec 2097ef79e3 Made svcSetHeapSize and svcCreateSharedMemory more readable 7 years ago
David Marcec 67518a57b9 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
Lioncash 2176b2986f gdbstub: Silence value truncation warning within FpuWrite() 7 years ago
Rodolfo Bogado 07e7586b63 Implement depth clamp 7 years ago
Rodolfo Bogado 0eabde665d Add support for Clip Distance enabled register 7 years ago
Marcos fc09b5cc26 GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784) 7 years ago
Zach Hilman 14ad676994 profile_manager: Save and load ProfileData from disk 7 years ago
FernandoS27 b509890e4c Implemented Tile Width Spacing 7 years ago
David Marcec 775267deb9 Fixed hwopus compile error 7 years ago
David Marcec 7caebd7e0e Improved error messages in AM, HwOpus and NvMap 7 years ago
David Marcec 224dcaf1a5 Improved error messages for SVCs 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Luke Street 7d5b774d8a svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo 7 years ago
Rodolfo Bogado fc1c8f585d Limit the amount of viewports tested for state changes only to the usable ones 7 years ago
ReinUsesLisp ac2c2ded06 gl_shader_decompiler: Implement S2R's Y_DIRECTION 7 years ago
ReinUsesLisp 5c4311075b morton: Style changes 7 years ago
ReinUsesLisp 70920fd69f video_core: Move morton functions to their own file 7 years ago
FernandoS27 b29904eb68 Fix Texture Overlapping 7 years ago
FernandoS27 84e30cb3a7 Implemented BRA CC conditional and FSET CC Setting 7 years ago
Rodolfo Bogado dd86a7ee67 Add support for viewport_transfom_enable register 7 years ago
Lioncash ecfdfae795 service/sm: Take std::string by const reference in UnregisterService 7 years ago
bunnei 6b564d4275 nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. 7 years ago
Rodolfo Bogado d311047172 Add support for clear_flags register 7 years ago
FernandoS27 1d3cfabdd6 Fix TEXS Instruction encodings 7 years ago
FernandoS27 ca4e585916 Fix one encoding in TEX Instruction 7 years ago
FernandoS27 0dbec58b7b Corrected inputs indexing in TEX instruction 7 years ago
bunnei ae72f4154e memory_manager: Do not allow 0 to be a valid GPUVAddr. 7 years ago
Hexagon12 7ba80865a9 Added predicate comparison LessEqualWithNan (#1736) 7 years ago
ReinUsesLisp 52c844eeec gl_shader_decompiler: Implement clip distances 7 years ago
Zach Hilman de323f7dc6 file_sys: Implement system archive synthesizer for NgWord (806) 7 years ago
Zach Hilman 1bf2d163e3 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago
ReinUsesLisp b9f0e17558 gl_shader_decompiler: Add a message for unimplemented cc generation 7 years ago
greggameplayer 103c4be2a3 correct clang-format 7 years ago
Zach Hilman e66f2db880 debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) 7 years ago
Lioncash 7128bf879f core: Relocate CPU core management to its own class 7 years ago
bunnei e48ea86186 macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
bunnei 985ee6c596 audout_u: Add support for multiple IAudioOut streams. 7 years ago
bunnei e17f9a1ed9 maxwell_3d: Implement alternate blend equations. 7 years ago