6851 Commits (dd70ddad7edb7cfbdddaed0ac657544a613d46e2)

Author SHA1 Message Date
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
bunnei c56a0e3c34 renderer_opengl: Implement RenderTargetFormat::RG8_UNORM. 7 years ago
Subv d923766042 CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 7 years ago
Subv a9877c8f65 Kernel/SVC: Don't reschedule the current core when creating a new thread. 7 years ago
Subv 2e7802ad7d Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
Subv 3a338d9286 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Subv 84b542c386 Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 7 years ago
Subv 0135b328ed Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 7 years ago
bunnei 534abf9d97 gl_shader_decompiler: Implement XMAD instruction. 7 years ago
Subv 5224cc49c4 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 7 years ago
Lioncash b82b093108 vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 7 years ago
Zach Hilman 35e4a47be0 registration: Various style and documentation improvements 7 years ago
MerryMage fcc5ffdfdd cubeb_sink: Protect queue with a mutex 7 years ago
Lioncash e850ff63bc scheduler: Make HaveReadyThreads() a const member function 7 years ago
Lioncash 11470f331a thread_queue_list: Make contains() and get_first() const member functions 7 years ago
Lioncash 55c73e10a7 thread_queue_list: Convert typedef to a type alias 7 years ago
Markus Wick 0eb39922f6 gl_rasterizer: Use a shared helper to upload from CPU memory. 8 years ago
Markus Wick 0af7e93763 gl_state: Don't track constant buffer mappings. 8 years ago
Markus Wick 6ff7906ddc gl_rasterizer: Use the stream buffer for constant buffers. 8 years ago
Markus Wick ce722e317b gl_rasterizer: Use the streaming buffer itself for the constant buffer. 8 years ago
Markus Wick 6f6bba3ff1 gl_rasterizer: Use a helper for aligning the buffer. 8 years ago