index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-07-02
Merge pull request #608 from Subv/depth
bunnei
2018-07-02
GPU: Set up the culling configuration on each draw.
Subv
2018-07-02
Merge pull request #606 from Subv/base_vertex
Sebastian Valle
2018-07-02
Merge pull request #603 from Subv/nvmap_free
Sebastian Valle
2018-07-02
Merge pull request #605 from Subv/dma_copy
Sebastian Valle
2018-07-02
GPU: Set up the depth test state on every draw.
Subv
2018-07-02
MaxwellToGL: Added conversion functions for depth test and cull mode.
Subv
2018-07-02
GPU: Added registers for depth test and cull mode.
Subv
2018-07-02
GPU: Implemented the Z24S8 depth format and load the depth framebuffer.
Subv
2018-07-02
GPU: Implement offsetted rendering when using non-indexed drawing.
Subv
2018-07-02
GPU: Fixed the index offset rendering, and implemented the base vertex functi...
Subv
2018-07-02
GPU: Added register definitions for the vertex buffer base element.
Subv
2018-07-02
Merge pull request #604 from Subv/invalid_textures
bunnei
2018-07-02
GPU: Directly copy the pixels when performing a same-layout DMA.
Subv
2018-07-02
GPU: Ignore disabled textures and textures with an invalid address.
Subv
2018-07-02
GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses.
Subv
2018-07-01
GPU: Remove a surface from the cache when its backing memory is being unmappe...
Subv
2018-07-01
nvmap: Return the address of the nvmap object when Freeing it for the last time.
Subv
2018-07-01
Merge pull request #602 from Subv/mufu_subop
bunnei
2018-07-01
Merge pull request #601 from Subv/rgba32_ui
bunnei
2018-06-30
GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" ...
Subv
2018-06-30
GPU: Implemented the RGBA32_UINT rendertarget format.
Subv
2018-06-30
GLCache: Specify the component type along the texture type in the format tuple.
Subv
2018-06-30
gl_shader_decompiler: Implement predicate NotEqualWithNan.
bunnei
2018-06-29
Merge pull request #595 from bunnei/raster-cache
bunnei
2018-06-29
gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid.
bunnei
2018-06-27
Merge pull request #588 from mailwl/hwopus
bunnei
2018-06-27
gl_shader_decompiler: Add a return path for unknown instructions.
bunnei
2018-06-27
gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces.
bunnei
2018-06-27
gl_rasterizer_cache: Various fixes for ASTC handling.
bunnei
2018-06-27
gl_rasterizer_cache: Use SurfaceParams as a key for surface caching.
bunnei
2018-06-27
maxwell_3d: Add a struct for RenderTargetConfig.
bunnei
2018-06-27
settings: Add a configuration for use_accurate_framebuffers.
bunnei
2018-06-27
gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.
bunnei
2018-06-27
gl_rasterizer_cache: Cache size_in_bytes as a const per surface.
bunnei
2018-06-27
gl_rasterizer_cache: Refactor to make SurfaceParams members const.
bunnei
2018-06-27
gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfa...
bunnei
2018-06-26
gl_rasterizer: Workaround for when exceeding max UBO size.
bunnei
2018-06-26
Merge pull request #593 from bunnei/fix-swizzle
bunnei
2018-06-26
Merge pull request #592 from bunnei/cleanup-gl-state
bunnei
2018-06-26
gl_state: Fix state management for texture swizzle.
bunnei
2018-06-26
gl_state: Remove unused state management from 3DS.
bunnei
2018-06-26
gl_rasterizer_cache: Fix inverted B5G6R5 format.
bunnei
2018-06-26
yuzu: Remove SSBOs check from Qt frontend.
bunnei
2018-06-26
Merge pull request #554 from Subv/constbuffer_ubo
bunnei
2018-06-26
Merge pull request #589 from mailwl/fix-crash
bunnei
2018-06-25
Fix crash at exit
mailwl
2018-06-25
Send the correct RequestUpdateAudioRenderer revision in the output header (#587)
David
2018-06-25
Service/Audio: add hwopus service, stub GetWorkBufferSize function
mailwl
[next]