summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | GPU: Remove a surface from the cache when its backing memory is being unmappe...Gravatar Subv2018-07-011-0/+5
| * | | nvmap: Return the address of the nvmap object when Freeing it for the last time.Gravatar Subv2018-07-012-4/+11
* | | | Merge pull request #605 from Subv/dma_copyGravatar Sebastian Valle2018-07-021-1/+5
|\ \ \ \
| * | | | GPU: Directly copy the pixels when performing a same-layout DMA.Gravatar Subv2018-07-021-1/+5
| |/ / /
* | | | Merge pull request #604 from Subv/invalid_texturesGravatar bunnei2018-07-023-3/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | GPU: Ignore disabled textures and textures with an invalid address.Gravatar Subv2018-07-022-1/+10
| * | | GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses.Gravatar Subv2018-07-021-2/+2
| |/ /
* | | Merge pull request #602 from Subv/mufu_subopGravatar bunnei2018-07-012-6/+1
|\ \ \
| * | | GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" ...Gravatar Subv2018-06-302-6/+1
| |/ /
* | | Merge pull request #601 from Subv/rgba32_uiGravatar bunnei2018-07-014-25/+48
|\ \ \
| * | | GPU: Implemented the RGBA32_UINT rendertarget format.Gravatar Subv2018-06-304-9/+28
| * | | GLCache: Specify the component type along the texture type in the format tuple.Gravatar Subv2018-06-301-17/+21
| |/ /
* / / gl_shader_decompiler: Implement predicate NotEqualWithNan.Gravatar bunnei2018-06-302-17/+24
|/ /
* | Merge pull request #595 from bunnei/raster-cacheGravatar bunnei2018-06-2915-1454/+425
|\ \
| * | gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid.Gravatar bunnei2018-06-291-2/+6
| * | gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces.Gravatar bunnei2018-06-273-16/+168
| * | gl_rasterizer_cache: Various fixes for ASTC handling.Gravatar bunnei2018-06-272-35/+39
| * | gl_rasterizer_cache: Use SurfaceParams as a key for surface caching.Gravatar bunnei2018-06-272-43/+72
| * | maxwell_3d: Add a struct for RenderTargetConfig.Gravatar bunnei2018-06-271-17/+19
| * | settings: Add a configuration for use_accurate_framebuffers.Gravatar bunnei2018-06-277-0/+21
| * | gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.Gravatar bunnei2018-06-276-8/+62
| * | gl_rasterizer_cache: Cache size_in_bytes as a const per surface.Gravatar bunnei2018-06-272-9/+13
| * | gl_rasterizer_cache: Refactor to make SurfaceParams members const.Gravatar bunnei2018-06-272-52/+37
| * | gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfa...Gravatar bunnei2018-06-274-1494/+210
* | | Merge pull request #588 from mailwl/hwopusGravatar bunnei2018-06-274-0/+53
|\ \ \
| * | | Service/Audio: add hwopus service, stub GetWorkBufferSize functionGravatar mailwl2018-06-254-0/+53
* | | | gl_shader_decompiler: Add a return path for unknown instructions.Gravatar bunnei2018-06-271-0/+1
| |/ / |/| |
* | | gl_rasterizer: Workaround for when exceeding max UBO size.Gravatar bunnei2018-06-262-1/+7
* | | Merge pull request #593 from bunnei/fix-swizzleGravatar bunnei2018-06-265-12/+20
|\ \ \
| * | | gl_state: Fix state management for texture swizzle.Gravatar bunnei2018-06-265-12/+20
* | | | Merge pull request #592 from bunnei/cleanup-gl-stateGravatar bunnei2018-06-262-94/+0
|\ \ \ \
| * | | | gl_state: Remove unused state management from 3DS.Gravatar bunnei2018-06-262-94/+0
| |/ / /
* / / / gl_rasterizer_cache: Fix inverted B5G6R5 format.Gravatar bunnei2018-06-261-1/+1
|/ / /
* | | yuzu: Remove SSBOs check from Qt frontend.Gravatar bunnei2018-06-261-2/+0
* | | Merge pull request #554 from Subv/constbuffer_uboGravatar bunnei2018-06-264-18/+39
|\ \ \
| * | | Rasterizer: Use UBOs instead of SSBOs for uploading const buffers.Gravatar Subv2018-06-094-18/+39
* | | | Merge pull request #589 from mailwl/fix-crashGravatar bunnei2018-06-261-2/+4
|\ \ \ \
| * | | | Fix crash at exitGravatar mailwl2018-06-251-2/+4
| | |/ / | |/| |
* / | | Send the correct RequestUpdateAudioRenderer revision in the output header (#587)Gravatar David2018-06-251-1/+1
|/ / /
* | | Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...Gravatar David2018-06-232-34/+21
* | | Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...Gravatar David2018-06-222-44/+76
* | | Merge pull request #579 from SciresM/masterGravatar bunnei2018-06-2212-9/+312
|\ \ \
| * | | Kernel/Arbiters: Fix casts, cleanup comments/magic numbersGravatar Michael Scire2018-06-224-17/+27
| * | | Add additional missing format.Gravatar Michael Scire2018-06-212-21/+27
| * | | Run clang-format on PR.Gravatar Michael Scire2018-06-213-180/+181
| * | | Kernel/Arbiters: HLE is atomic, adjust code to reflect that.Gravatar Michael Scire2018-06-212-37/+13
| * | | Kernel/Arbiters: Initialize arb_wait_address in thread struct.Gravatar Michael Scire2018-06-213-1/+7
| * | | Kernel/Arbiters: Clear WaitAddress in SignalToAddressGravatar Michael Scire2018-06-211-0/+1
| * | | Kernel/Arbiters: Mostly implement SignalToAddressGravatar Michael Scire2018-06-215-11/+111
| * | | Kernel/Arbiters: Implement WaitForAddressGravatar Michael Scire2018-06-215-6/+71