6734 Commits (0bd47dfb223bbd913ae11ffa9deb6919ea22debf)

Author SHA1 Message Date
MerryMage c9923e03bb cubeb_sink: Protect queue with a mutex 7 years ago
Lioncash 6082427cbd scheduler: Make HaveReadyThreads() a const member function 7 years ago
Lioncash 95ff8e6aac thread_queue_list: Make contains() and get_first() const member functions 7 years ago
Lioncash 9a76374859 thread_queue_list: Convert typedef to a type alias 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. 8 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
Lioncash 7803b153d8 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 7 years ago
Lioncash 91c673cac7 card_image: Use type aliases to shorten definitions 7 years ago
Lioncash d323d72fd5 card_image: Simplify return statement of GetSubdirectories() 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
Lioncash 37d4b37ec4 gl_rasterizer_cache: Remove unused viewport parameter of GetFramebufferSurfaces() 7 years ago
Lioncash b206ee3957 video_core: Use variable template variants of type_traits interfaces where applicable 7 years ago