6657 Commits (ef0065ee51b65d71696cb5f2db159285c73b9d21)

Author SHA1 Message Date
Subv 42d6bbcb7c Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
Subv c51eb8b679 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Subv 5fe52770ea Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 7 years ago
Subv cbf854666d Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 7 years ago
bunnei 03ac254de6 gl_shader_decompiler: Implement XMAD instruction. 7 years ago
Subv 8f493f43e7 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 7 years ago
Lioncash cdeac9103f vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 7 years ago
MerryMage c9923e03bb cubeb_sink: Protect queue with a mutex 7 years ago
Markus Wick d6703d607b gl_rasterizer: Use a shared helper to upload from CPU memory. 7 years ago
Markus Wick 2d2027cd52 gl_state: Don't track constant buffer mappings. 7 years ago
Markus Wick a59891f497 gl_rasterizer: Use the stream buffer for constant buffers. 7 years ago
Markus Wick b4f88b06b5 gl_rasterizer: Use the streaming buffer itself for the constant buffer. 7 years ago
Markus Wick ca4e2c22d4 gl_rasterizer: Use a helper for aligning the buffer. 7 years ago
Markus Wick 73b40c2bd4 Update the stream_buffer helper from Citra. 7 years ago
David Marcec b5f7e35139 GetAudioDeviceServiceWithRevisionInfo 7 years ago
Lioncash ab4821d4b3 hid: disable clang-format around tables 7 years ago
Lioncash 4ca059c59a hid: Stub DisconnectNpad() 7 years ago
bunnei 7f1a8483e9 gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check. 7 years ago
David Marcec 7d49bcdb1b Pushed the requested sample rate instead of our fixed sample rate 7 years ago
David Marcec bba02ec641 made ResultStatus a u16 7 years ago
David Marcec f3ef58207e Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 7 years ago
bunnei 7031b3b762 gl_shader_decompiler: Fix GLSL compiler error with KIL instruction. 7 years ago
David Marcec fd0319efd5 Stub UpdateUserPresence 7 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 7 years ago
Subv 45ee826309 GPU/Maxwell3D: Implemented an alternative set of blend factors. 7 years ago
greggameplayer 974a959892 Implement R8_UINT RenderTargetFormat & PixelFormat (#1014) 7 years ago
Subv 8582c5bb3e RasterizerGL: Ignore invalid/unset vertex attributes. 7 years ago
bunnei 94a58af2a2 friend: Stub DeclareCloseOnlinePlaySession. 7 years ago
bunnei 3c1015b576 friend: Fix CreateFriendService to return an IFriendService interface. 7 years ago
bunnei 3d00bc6ad7 server_session: Provide more useful information and don't crash on bad IPC request. 7 years ago
Lioncash 9aead11e72 gl_rasterizer: Silence implicit truncation warning in SetupShaders() 7 years ago
Lioncash 53e86e35eb core: Namespace EmuWindow 7 years ago
bunnei 5fd0744a63 gl_shader_decompiler: Improve handling of unknown input/output attributes. 7 years ago
bunnei 8cb27339a2 gl_rasterizer: Implement render target format RG8_SNORM. 7 years ago
bunnei e8a695064b gl_rasterizer: Implement render target format RGBA8_SNORM. 7 years ago
Subv 5d543d88b9 GPU/Shader: Don't predicate instructions that don't have a predicate field (SSY). 7 years ago
Subv 995c819038 GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during shader execution. 7 years ago
greggameplayer 3aa4040888 Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R16_UNORM needed by Fate Extella) (#848) 7 years ago
Lioncash 38049444da video_core; Get rid of global g_toggle_framelimit_enabled variable 7 years ago
Lioncash 0170c296f2 renderer_base: Remove unused kFramebuffer enumeration 7 years ago
Lioncash 6e352a55d5 video_core: Remove unused Renderer enumeration 7 years ago
Lioncash bc6245290b qt/game_list: Resolve truncation warning within GameListItemPath's constructor 7 years ago
Lioncash 89aed5c0a2 gt/game_list: Use std::array in GameListItemPath's data() function 7 years ago
Lioncash 1eaa022169 qt/game_list: Remove redundant base class constructor from initializer list 7 years ago
bunnei e210c31bb9 maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. 7 years ago
bunnei 9502d85a2d maxwell_to_gl: Implement VertexAttribute::Size::Size_32_32_32. 7 years ago
bunnei 32be28cc04 Revert "gl_state: Temporarily disable culling and depth test." 7 years ago
Zach Hilman 9946a70305 game_list: Reorder error checks 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago