8468 Commits (6a068c80f7380ecc204073ef7f1d020aba62d3f1)

Author SHA1 Message Date
bunnei a86364480f dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
bunnei 9266f76fb2 gpu: Move command list profiling to DmaPusher::DispatchCalls. 7 years ago
Zach Hilman 3e65259ab1 npad: Fix copy/paste error with LED position assignments 7 years ago
Lioncash 271b079fc7 yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 7 years ago
Lioncash fd252d2e82 yuzu/configure_input: Make CallConfigureDialog a non-member template function 7 years ago
Lioncash 0e9f6039fe file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash e83ede49f2 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
ReinUsesLisp f8cedc97d9 gl_shader_decompiler: Fixup clip distance index 7 years ago
Lioncash 455e66c08b control_metadata: Correct typo in language name (Portugese -> Portuguese) 7 years ago
Lioncash 22e7df599f yuzu/configure_input_player: Use a lambda expression instead of std::bind 7 years ago
Lioncash 342f0e54aa yuzu/configure_input_player: Amend constructor initializer list order 7 years ago
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
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
Lioncash 2176b2986f gdbstub: Silence value truncation warning within FpuWrite() 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
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 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
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