7019 Commits (2e7dc4cac9cd2b446220f034006e1d65dede471f)

Author SHA1 Message Date
Lioncash a0ce6de913 core: Delete System copy/move constructors and assignment operators 7 years ago
MerryMage 94329038b6 dynarmic: Update to 550d662 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
bunnei 89c3d6a2a3 gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. 7 years ago
Subv 91140f6c0a Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. 7 years ago
Subv 38592a3b5e Shader/I2F: Implemented the negate I2F_C instruction variant. 7 years ago
Subv 40ecdda19e Shader/F2I: Implemented the negate bit in the I2F instruction 7 years ago
Subv 5ef447cc0e Shader/F2I: Implemented the F2I_C instruction variant. 7 years ago
Subv 11c221cc62 Shader/F2I: Implemented the negate bit in the F2I instruction. 7 years ago
Lioncash aac5792a2b kernel/server_session: Add IsSession() member function 7 years ago
Lioncash 5752454629 sm/controller: Correct return value of QueryPointerBufferSize 7 years ago
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 0769aa594e loader/nca: Remove unnecessary includes and member variables 7 years ago
Lioncash c8e3f98c27 loader/xci: Remove unnecessary includes and member variables 7 years ago
Lioncash b74df62959 lm: Use LOG_DEBUG for printing out trace logs 7 years ago
Lioncash e0b0f4eece lm: Handle threads and modules within the logger 7 years ago
bunnei b1148d269d gl_rasterizer_cache: Cleanup some PixelFormat names and logging. 7 years ago
Subv c5284efd4f Rasterizer: Implemented instanced rendering. 7 years ago
bunnei 8599e1e4fc gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat. 7 years ago
greggameplayer 6eda9ebbdb Implement Z16_UNORM in PixelFormatFromTextureFormat function 7 years ago
Lioncash 96c0b81a51 loader: Remove address mapping remnants from citra 7 years ago
Lioncash 25d71454d1 kernel/svc: Log svcBreak parameters 7 years ago
bunnei 5e66a24423 gl_shader_decompiler: Several fixes for indirect constant buffer loads. 7 years ago
bunnei 290439a6a5 gl_rasterizer: Fix upload size for constant buffers. 7 years ago
bunnei dc876fd63a maxwell_to_gl: Properly handle UnsignedInt/SignedInt sizes. 7 years ago
bunnei d8fd3ef4fe gl_rasterizer_cache: Implement G8R8S format. 7 years ago
Lioncash 2e715ef70d emu_window: Ensure WindowConfig members are always initialized 7 years ago
Lioncash 60f476cd8f common/telemetry: Migrate core-independent info gathering to common 7 years ago
Lioncash 6d549abb4e common/xbyak_abi: Mark defined functions in header as inline 7 years ago
Lioncash 0ce0905380 common/xbyak: Use nested namespace specifiers where applicable 7 years ago
Lioncash 11895d54af common: Remove unused old breakpoint source files 7 years ago
Lioncash bc7bfd96f0 logging/backend: Use const reference to refer to log filter 7 years ago
greggameplayer 6bfcf13187 Fix BC7U 7 years ago
Lioncash b6c47b578f mm_u: Forward all old variants of functions to the new ones 7 years ago
Lioncash 9d09d92c56 mm_u: Move implementation class into the cpp file 7 years ago
Lioncash 57d007e545 audout_u: Correct IAudioOut initializer list order 7 years ago
bunnei 6e52f37d5b renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM. 7 years ago
Zhu PengFei 59d18ef55b
common/misc: use windows.h 7 years ago
MerryMage fcc5155601 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 7 years ago
David Marcec 45cc022ea9 Implement RG32UI and R32UI 7 years ago
B3n30 eab35c8235 Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
MerryMage 01d199965a audio_renderer: samples_remaining counts frames, not samples 7 years ago
MerryMage 4b44b8b4fb audio_core: Interpolate 7 years ago
MerryMage 56300f2928 audio_core: Implement low-pass filter 7 years ago
bunnei 41b77c4e0a maxwell_to_gl: Implement VertexAttribute::Size::Size_8. 7 years ago
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races 7 years ago
bunnei bdf17fe0cc renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT. 7 years ago
David Marcec 76fad8410d Registered missing channel devices 7 years ago
David Marcec 92492ee23b Added missing channel devices 7 years ago
bunnei 8fe118bcaa maxwell_to_gl: Implement PrimitiveTopology::LineStrip. 7 years ago