9578 Commits (27c96604cfc576e5f2e4eef484d4da85c902cdff)

Author SHA1 Message Date
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
Lioncash db0cee0b0a common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
Zach Hilman 1a72e1681c scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
Lioncash 1eb9558dd8 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash e5a57346ea common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 6459301aa3 common/thread: Group non-member functions together 7 years ago
Lioncash 814e65334e common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash c8c46d0278 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash aa5e7037ec common: Remove bit_set.h 7 years ago
Zach Hilman 9217befd9f applets: Add StubApplet 7 years ago
ReinUsesLisp db76af3a58 gl_shader_decompiler: Rename internal flag strings 7 years ago
ReinUsesLisp bd4b3f0cc2 gl_shader_decompiler: Rename control codes to condition codes 7 years ago
greggameplayer 797d3473b4 Automatically disable joycons docked 7 years ago
ReinUsesLisp d0cbabb0cd gl_shader_decompiler: Fix register overwriting on texture calls 7 years ago
Lioncash f1a863e583 kernel/handle_table: Move private static functions into the cpp file 7 years ago
Lioncash 6fac9e5b31 kernel/handle_table: Restrict handle table size to 1024 entries 7 years ago
Lioncash 6c9a6a08ee kernel/handle_table: Default destructor in the cpp file 7 years ago
FernandoS27 1d41ebf29e Properly Implemented TXQ Instruction 7 years ago
ReinUsesLisp db0e7fa147 gl_shader_decompiler: Implement BFI_IMM_R 7 years ago
bunnei a9b2d1bb73 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 7 years ago
FernandoS27 ac7b0966a1 Removed pre 4.3 ARB extensions 7 years ago
FernandoS27 5f3d7e7fa2 Update OpenGL's backend version from 3.3 to 4.3 7 years ago
FernandoS27 d79f3473ae Use default values for unknown framebuffer pixel format 7 years ago
Lioncash 7a14d90f97 common: Remove dependency on xbyak 7 years ago
ReinUsesLisp e933f0851a gl_shader_decompiler: Implement R2P_IMM 7 years ago
Lioncash 2c80a3e089 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago