summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-02GPU: Implemented the Z24S8 depth format and load the depth framebuffer.Subv
2018-07-01Merge pull request #602 from Subv/mufu_subopbunnei
2018-07-01Merge pull request #601 from Subv/rgba32_uibunnei
2018-06-30GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" ...Subv
2018-06-30GPU: Implemented the RGBA32_UINT rendertarget format.Subv
2018-06-30GLCache: Specify the component type along the texture type in the format tuple.Subv
2018-06-30gl_shader_decompiler: Implement predicate NotEqualWithNan.bunnei
2018-06-29Merge pull request #595 from bunnei/raster-cachebunnei
2018-06-29gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid.bunnei
2018-06-27Merge pull request #588 from mailwl/hwopusbunnei
2018-06-27gl_shader_decompiler: Add a return path for unknown instructions.bunnei
2018-06-27gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces.bunnei
2018-06-27gl_rasterizer_cache: Various fixes for ASTC handling.bunnei
2018-06-27gl_rasterizer_cache: Use SurfaceParams as a key for surface caching.bunnei
2018-06-27maxwell_3d: Add a struct for RenderTargetConfig.bunnei
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei
2018-06-27gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.bunnei
2018-06-27gl_rasterizer_cache: Cache size_in_bytes as a const per surface.bunnei
2018-06-27gl_rasterizer_cache: Refactor to make SurfaceParams members const.bunnei
2018-06-27gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfa...bunnei
2018-06-26gl_rasterizer: Workaround for when exceeding max UBO size.bunnei
2018-06-26Merge pull request #593 from bunnei/fix-swizzlebunnei
2018-06-26Merge pull request #592 from bunnei/cleanup-gl-statebunnei
2018-06-26gl_state: Fix state management for texture swizzle.bunnei
2018-06-26gl_state: Remove unused state management from 3DS.bunnei
2018-06-26gl_rasterizer_cache: Fix inverted B5G6R5 format.bunnei
2018-06-26yuzu: Remove SSBOs check from Qt frontend.bunnei
2018-06-26Merge pull request #554 from Subv/constbuffer_ubobunnei
2018-06-26Merge pull request #589 from mailwl/fix-crashbunnei
2018-06-25Fix crash at exitmailwl
2018-06-25Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl
2018-06-23Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...David
2018-06-22Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...David
2018-06-22Merge pull request #579 from SciresM/masterbunnei
2018-06-22IPC: skip empty buffer writemailwl
2018-06-22Kernel/Arbiters: Fix casts, cleanup comments/magic numbersMichael Scire
2018-06-21Add additional missing format.Michael Scire
2018-06-21Run clang-format on PR.Michael Scire
2018-06-21Merge pull request #577 from mailwl/audren-updatebunnei
2018-06-21Kernel/Arbiters: HLE is atomic, adjust code to reflect that.Michael Scire
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-06-21Kernel/Arbiters: Initialize arb_wait_address in thread struct.Michael Scire
2018-06-21Kernel/Arbiters: Clear WaitAddress in SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire
2018-06-21Service/Audio: update audren:u servicemailwl
2018-06-21Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-06-19Implement GetAvailableLanguageCodes2 (#575)greggameplayer