6739 Commits (d08f54b77dece80938d5774e31cf87373d6da6de)

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