summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-04GPU: Stub the shader SYNC and DEPBAR instructions.Gravatar Subv2-0/+12
2018-07-03GPU: Only configure the used framebuffers during clear.Gravatar Subv4-17/+48
2018-07-03GPU: Factor out the framebuffer configuration code for both Clear and Draw co...Gravatar Subv2-72/+39
2018-07-03GPU: Support clears that don't clear the color buffer.Gravatar Subv2-6/+17
2018-07-03GPU: Bind and clear the render target when the CLEAR_BUFFERS register is writ...Gravatar Subv4-0/+86
2018-07-03GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods.Gravatar Subv1-2/+27
2018-07-03gl_rasterizer_cache: Implement PixelFormat S8Z24.Gravatar bunnei3-11/+83
2018-07-03Update AudioRenderer Voice Sections (#614)Gravatar David1-0/+87
2018-07-02gl_rasterizer: Only set cull mode and front face if enabled.Gravatar bunnei1-2/+5
2018-07-02GPU: Use only the least significant 3 bits when reading the depth test func.Gravatar Subv1-9/+9
2018-07-02GPU: Don't try to parse the depth test function if the depth test is disabled.Gravatar Subv1-0/+4
2018-07-02Fix build and address review feedbackGravatar bunnei2-4/+5
2018-07-02Add configurable logging backendsGravatar James Rowe14-22/+408
2018-07-02Update clang formatGravatar James Rowe37-154/+141
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe105-730/+730
2018-07-02GPU: Set up the culling configuration on each draw.Gravatar Subv1-6/+8
2018-07-02GPU: Implemented MUFU suboperation 8, sqrt.Gravatar Subv2-0/+5
2018-07-02GPU: Set up the depth test state on every draw.Gravatar Subv2-0/+14
2018-07-02MaxwellToGL: Added conversion functions for depth test and cull mode.Gravatar Subv1-0/+50
2018-07-02GPU: Added registers for depth test and cull mode.Gravatar Subv1-3/+51
2018-07-02GPU: Implemented the Z24S8 depth format and load the depth framebuffer.Gravatar Subv7-24/+124
2018-07-02GPU: Implement offsetted rendering when using non-indexed drawing.Gravatar Subv1-1/+1
2018-07-02GPU: Fixed the index offset rendering, and implemented the base vertex functi...Gravatar Subv1-6/+8
2018-07-02GPU: Added register definitions for the vertex buffer base element.Gravatar Subv1-1/+6
2018-07-02GPU: Directly copy the pixels when performing a same-layout DMA.Gravatar Subv1-1/+5
2018-07-02GPU: Ignore disabled textures and textures with an invalid address.Gravatar Subv2-1/+10
2018-07-02GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses.Gravatar Subv1-2/+2
2018-07-01GPU: Remove a surface from the cache when its backing memory is being unmappe...Gravatar Subv1-0/+5
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Gravatar Subv2-4/+11
2018-06-30GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" ...Gravatar Subv2-6/+1
2018-06-30GPU: Implemented the RGBA32_UINT rendertarget format.Gravatar Subv4-9/+28
2018-06-30GLCache: Specify the component type along the texture type in the format tuple.Gravatar Subv1-17/+21
2018-06-30gl_shader_decompiler: Implement predicate NotEqualWithNan.Gravatar bunnei2-17/+24
2018-06-29gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid.Gravatar bunnei1-2/+6
2018-06-27gl_shader_decompiler: Add a return path for unknown instructions.Gravatar bunnei1-0/+1
2018-06-27gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces.Gravatar bunnei3-16/+168
2018-06-27gl_rasterizer_cache: Various fixes for ASTC handling.Gravatar bunnei2-35/+39
2018-06-27gl_rasterizer_cache: Use SurfaceParams as a key for surface caching.Gravatar bunnei2-43/+72
2018-06-27maxwell_3d: Add a struct for RenderTargetConfig.Gravatar bunnei1-17/+19
2018-06-27settings: Add a configuration for use_accurate_framebuffers.Gravatar bunnei7-0/+21
2018-06-27gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.Gravatar bunnei6-8/+62
2018-06-27gl_rasterizer_cache: Cache size_in_bytes as a const per surface.Gravatar bunnei2-9/+13
2018-06-27gl_rasterizer_cache: Refactor to make SurfaceParams members const.Gravatar bunnei2-52/+37
2018-06-27gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfa...Gravatar bunnei4-1494/+210
2018-06-26gl_rasterizer: Workaround for when exceeding max UBO size.Gravatar bunnei2-1/+7
2018-06-26gl_state: Fix state management for texture swizzle.Gravatar bunnei5-12/+20
2018-06-26gl_state: Remove unused state management from 3DS.Gravatar bunnei2-94/+0
2018-06-26gl_rasterizer_cache: Fix inverted B5G6R5 format.Gravatar bunnei1-1/+1
2018-06-26yuzu: Remove SSBOs check from Qt frontend.Gravatar bunnei1-2/+0
2018-06-25Fix crash at exitGravatar mailwl1-2/+4