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
/
texture_cache
/
texture_cache.h
Age
Commit message (
Expand
)
Author
2020-05-31
Merge pull request #3999 from ReinUsesLisp/opt-tex-cache
bunnei
2020-05-27
texture_cache: Use unordered_map::find instead of operator[] on hot code
ReinUsesLisp
2020-05-27
texture_cache: Use small vector for surface vectors
ReinUsesLisp
2020-05-26
texture_cache: Fix layered null surfaces
ReinUsesLisp
2020-05-02
Merge pull request #3693 from ReinUsesLisp/clean-samplers
bunnei
2020-04-26
texture_cache: Reintroduce preserve_contents accurately
ReinUsesLisp
2020-04-23
shader_ir: Turn classes into data structures
ReinUsesLisp
2020-04-22
Address Feedback.
Fernando Sahmkow
2020-04-22
Address Feedback.
Fernando Sahmkow
2020-04-22
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
2020-04-22
Rasterizer: Disable fence managing in synchronous gpu.
Fernando Sahmkow
2020-04-22
ThreadManager: Sync async reads on accurate gpu.
Fernando Sahmkow
2020-04-22
FenceManager: Implement should wait.
Fernando Sahmkow
2020-04-22
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
TextureCache: Flush linear textures after finishing rendering.
Fernando Sahmkow
2020-04-22
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-22
Texture Cache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-22
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-04-16
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-15
video_core: Amend doxygen comment references
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-14
Texture Cache: Only do buffer copies on accurate GPU. (#3634)
Fernando Sahmkow
2020-04-11
texture_cache: Remove preserve_contents
ReinUsesLisp
2020-04-06
Texture Cache: Use vAddr instead of physical memory for caching.
Fernando Sahmkow
2020-04-01
video_core: Use native ASTC when available
ReinUsesLisp
2020-03-12
texture_cache: Report incompatible textures as black
ReinUsesLisp
2020-02-28
renderer_opengl: Reintroduce dirty flags for render targets
ReinUsesLisp
2020-02-28
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2020-02-24
Merge pull request #3425 from ReinUsesLisp/layered-framebuffer
bunnei
2020-02-16
texture_cache: Implement layered framebuffer attachments
ReinUsesLisp
2020-02-16
texture_cache: Avoid matches in 3D textures
ReinUsesLisp
2019-12-22
Texture Cache: Improve documentation
Fernando Sahmkow
2019-12-22
Texture Cache: Address Feedback
Fernando Sahmkow
2019-12-22
Texture Cache: Add HLE methods for building 3D textures within the GPU in cer...
Fernando Sahmkow
2019-11-20
Texture_Cache: Redo invalid Surfaces handling.
Fernando Sahmkow
2019-11-14
texture_cache: Use a table instead of switch for texture formats
ReinUsesLisp
2019-11-14
texture_cache: Drop abstracted ComponentType
ReinUsesLisp
2019-10-16
Merge pull request #2978 from lioncash/doxygen
Rodrigo Locatti
2019-10-15
texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...
Lioncash
2019-10-15
video_core/texture_cache: Amend Doxygen references
Lioncash
2019-10-04
Texture_Cache: Blit Deduction corrections and simplifications.
Fernando Sahmkow
2019-10-04
TextureCache: Add the ability to deduce if two textures are depth on blit.
Fernando Sahmkow
2019-09-05
gl_rasterizer: Implement image bindings
ReinUsesLisp
2019-09-05
texture_cache: Pass TIC to texture cache
ReinUsesLisp
2019-08-30
video_core: Silent miscellaneous warnings (#2820)
Rodrigo Locatti
2019-07-17
Texture_Cache: Rebase Fixes
Fernando Sahmkow
2019-07-17
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-07-14
Texture_Cache: Address Feedback
Fernando Sahmkow
2019-07-14
Texture_Cache: Remove some unprecise fallback case and clang format
Fernando Sahmkow
2019-07-14
Texture_Cache: Force Framebuffer reset if an active render target is unregist...
Fernando Sahmkow
[next]