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
/
rasterizer_cache.h
Age
Commit message (
Expand
)
Author
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-27
video_core: Amend constructor initializer list order where applicable
Lioncash
2019-03-21
Revert "Devirtualize Register/Unregister and use a wrapper instead."
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-02-27
Devirtualize Register/Unregister and use a wrapper instead.
Fernando Sahmkow
2019-02-27
rasterizer_cache: Expose FlushObject to Child classes and allow redefining of...
Fernando Sahmkow
2018-11-11
Improved GPU Caches lookup Speed
FernandoS27
2018-11-11
Merge pull request #1663 from lioncash/raster
bunnei
2018-11-08
rasterizer_cache: Remove reliance on the System singleton
Lioncash
2018-11-08
rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject
Lioncash
2018-10-16
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
2018-10-16
rasterizer_cache: Refactor to support in-order flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled.
bunnei
2018-10-16
rasterizer_cache: Reintroduce method for flushing.
bunnei
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
rasterizer_cache: Use boost::interval_map for a more accurate cache.
bunnei
2018-08-31
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-31
gl_rasterizer: Fix issues with the rasterizer cache.
bunnei
2018-08-27
video_core: Add RasterizerCache class for common cache management code.
bunnei