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
Age
Commit message (
Expand
)
Author
2020-06-01
Merge pull request #4005 from ReinUsesLisp/g24r8
Rodrigo Locatti
2020-05-31
Merge pull request #3999 from ReinUsesLisp/opt-tex-cache
bunnei
2020-05-28
format_lookup_table: Implement G24S8 format as S8Z24
ReinUsesLisp
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-09
Merge pull request #3839 from Morph1984/r8g8ui
Rodrigo Locatti
2020-05-02
Merge pull request #3693 from ReinUsesLisp/clean-samplers
bunnei
2020-04-30
texture: Implement R8G8UI
Morph
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-19
Merge pull request #3686 from lioncash/table
bunnei
2020-04-16
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
Merge pull request #3688 from lioncash/nequal
Rodrigo Locatti
2020-04-16
Merge pull request #3687 from lioncash/constness
Rodrigo Locatti
2020-04-16
surface_view: Add missing operator!= to ViewParams
Lioncash
2020-04-15
surface_base: Make IsInside() a const member function
Lioncash
2020-04-15
Merge pull request #3683 from lioncash/docs
bunnei
2020-04-15
texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices
Lioncash
2020-04-15
video_core: Amend doxygen comment references
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
Merge pull request #3649 from FernandoS27/3d-fix
Rodrigo Locatti
2020-04-15
Texture Cache: Read current data when flushing a 3D segment.
Fernando Sahmkow
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-09
Merge pull request #3610 from FernandoS27/gpu-caches
Rodrigo Locatti
2020-04-07
Merge pull request #3599 from ReinUsesLisp/revert-3499
bunnei
2020-04-06
Texture Cache: Use vAddr instead of physical memory for caching.
Fernando Sahmkow
2020-04-04
Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array"
ReinUsesLisp
2020-04-01
video_core: Use native ASTC when available
ReinUsesLisp
2020-03-15
Merge pull request #3501 from ReinUsesLisp/rgba16-snorm
Rodrigo Locatti
2020-03-14
Merge pull request #3500 from ReinUsesLisp/incompatible-types
Fernando Sahmkow
2020-03-12
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-12
texture_cache: Report incompatible textures as black
ReinUsesLisp
2020-03-12
texture_cache/surface_params: Force depth=1 on 2D textures
ReinUsesLisp
2020-02-28
renderer_opengl: Reintroduce dirty flags for render targets
ReinUsesLisp
2020-02-28
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2020-02-25
Merge pull request #3417 from ReinUsesLisp/r32i
bunnei
2020-02-24
Merge pull request #3425 from ReinUsesLisp/layered-framebuffer
bunnei
[next]