9578 Commits (27c96604cfc576e5f2e4eef484d4da85c902cdff)

Author SHA1 Message Date
Zach Hilman 7d3971d33c kernel: Divide Event into ReadableEvent and WritableEvent 7 years ago
Zach Hilman 9a5f8bbc2d kernel/object: Add descriptions to ResetTypes 7 years ago
bunnei adf5b142d1 gl_rasterizer_cache: Remove BlitSurface and replace with more accurate copy. 7 years ago
ReinUsesLisp af86f71874 gl_shader_decompiler: Remove texture temporal in TLD4 7 years ago
ReinUsesLisp c63ad999e3 gl_shader_decompiler: Flip negated if else statement 7 years ago
ReinUsesLisp b9a713ec1f gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures 7 years ago
ReinUsesLisp 1fde852168 gl_shader_decompiler: Move texture code generation into lambdas 7 years ago
ReinUsesLisp e3149ce341 gl_shader_decompiler: Clean up texture instructions 7 years ago
ReinUsesLisp e5e98bb15c gl_shader_decompiler: Scope GLSL variables with a scoped object 7 years ago
ReinUsesLisp 5aa6a6e0d0 gl_rasterizer: Signal UNIMPLEMENTED when rt_separate_frag_data is not zero 7 years ago
ReinUsesLisp e62bacf3d2 gl_rasterizer_cache: Use brackets for two-line single-expresion blocks 7 years ago
ReinUsesLisp a923c7cda5 gl_rasterizer: Remove unused struct declarations 7 years ago
ReinUsesLisp c6223f0a9e gl_rasterizer: Remove extension booleans 7 years ago
Zach Hilman b6d31945d6 npad: Use NPadIdToIndex to prevent invalid array access 7 years ago
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
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