index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
Age
Commit message (
Expand
)
Author
2019-07-05
Merge pull request #2601 from FernandoS27/texture_cache
Zach Hilman
2019-07-05
texture_cache: Address Feedback
Fernando Sahmkow
2019-07-04
texture_cache: Correct Texture Buffer Uploading
Fernando Sahmkow
2019-07-03
gl_shader_cache: Make CachedShader constructor private
Zach Hilman
2019-07-03
Merge pull request #2563 from ReinUsesLisp/shader-initializers
Zach Hilman
2019-07-01
rasterizer_cache: Protect inherited caches from submission level
Fernando Sahmkow
2019-06-29
texture_cache: Address feedback
ReinUsesLisp
2019-06-25
gl_texture_cache: Correct asserts
Fernando Sahmkow
2019-06-25
gl_texture_cache: Corrections and fixes
Fernando Sahmkow
2019-06-25
gl_resource_manager: Correct MakeStreamCopy
Fernando Sahmkow
2019-06-25
texture_cache: Query MemoryManager from the system
Fernando Sahmkow
2019-06-24
gl_texture_cache: Explicitly add indirect include
ReinUsesLisp
2019-06-24
renderer_opengl/utils: Remove unused includes and unused forward declaration
ReinUsesLisp
2019-06-24
gl_texture_cache: Address some feedback
ReinUsesLisp
2019-06-24
gl_shader_disk_cache: Address feedback
ReinUsesLisp
2019-06-24
gl_shader_decompiler: Address feedback
ReinUsesLisp
2019-06-21
Merge pull request #2579 from ReinUsesLisp/fix-aoffi-test
bunnei
2019-06-20
texture_cache: Style and Corrections
Fernando Sahmkow
2019-06-20
shader_cache: Correct versioning and size calculation.
Fernando Sahmkow
2019-06-20
texture_cache: Implement texception detection and texture barriers.
Fernando Sahmkow
2019-06-20
gl_texture_cache: Use Stream Buffers instead of Persistant for Buffer Copies.
Fernando Sahmkow
2019-06-20
gl_texture_cache: Correct Image Blit
Fernando Sahmkow
2019-06-20
texture_cache: Use siblings textures on Rebuild and fix possible error on bli...
Fernando Sahmkow
2019-06-20
texture_cache: Remove old rasterizer cache
Fernando Sahmkow
2019-06-20
texture_cache: eliminate accelerated depth->color/color->depth copies due to ...
Fernando Sahmkow
2019-06-20
texture_cache: Optimize GetSurface and use references on functions that don't...
Fernando Sahmkow
2019-06-20
texture_cache: Implement Buffer Copy and detect Turing GPUs Image Copies
Fernando Sahmkow
2019-06-20
texture_cache uncompress-compress is untopological.
Fernando Sahmkow
2019-06-20
Fix rebase errors
Fernando Sahmkow
2019-06-20
texture_cache: Fermi2D reform and implement View Mirage
Fernando Sahmkow
2019-06-20
gl_shader_decompiler: Implement image binding settings
ReinUsesLisp
2019-06-20
shader: Decode SUST and implement backing image functionality
ReinUsesLisp
2019-06-20
gl_rasterizer: Track texture buffer usage
ReinUsesLisp
2019-06-20
video_core: Make ARB_buffer_storage a required extension
ReinUsesLisp
2019-06-20
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
ReinUsesLisp
2019-06-20
maxwell_3d: Partially implement texture buffers as 1D textures
ReinUsesLisp
2019-06-20
gl_shader_decompiler: Allow 1D textures to be texture buffers
ReinUsesLisp
2019-06-20
texture_cache: Implement Guard mechanism
Fernando Sahmkow
2019-06-20
texture_cache: General Fixes
Fernando Sahmkow
2019-06-20
gl_framebuffer_cache: Use a hashed struct to cache framebuffers
ReinUsesLisp
2019-06-20
texture_cache return invalid buffer on deactivated color_mask
Fernando Sahmkow
2019-06-20
gl_texture_cache: Make main views be proxy textures instead of a full view.
Fernando Sahmkow
2019-06-20
Remove Framebuffer reconfiguration and restrict rendertarget protection
Fernando Sahmkow
2019-06-20
Reduce amount of size calculations.
Fernando Sahmkow
2019-06-20
texture_cache: Correct premature texceptions
Fernando Sahmkow
2019-06-20
texture_cache: Implement guest flushing
Fernando Sahmkow
2019-06-20
Texture Cache: Implement Blitting and Fermi Copies
Fernando Sahmkow
2019-06-20
surface_view: Add constructor for ViewParams
ReinUsesLisp
2019-06-20
Correct Mipmaps View method in Texture Cache
Fernando Sahmkow
2019-06-20
Change texture_cache chaching from GPUAddr to CacheAddr
Fernando Sahmkow
[next]