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
2021-07-27
render_target: Add missing initializer for size extent
Lioncash
2021-07-22
texture_cache: Reduce invalid image/sampler error severity
ReinUsesLisp
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-19
Merge pull request #6670 from ReinUsesLisp/prepare-rt
Fernando S
2021-07-18
texture_cache/util: Fix size calculations of multisampled images
ReinUsesLisp
2021-07-18
texture_cache: Always prepare image views on render targets
ReinUsesLisp
2021-07-09
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
Fernando Sahmkow
2021-07-08
Out of bound blit (#6531)
Feng Chen
2021-07-06
Merge pull request #6497 from FernandoS27/scotty-doesnt-know
bunnei
2021-07-05
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-04
Texture Cache: Fix collision with multiple overlaps of the same sparse texture.
Fernando Sahmkow
2021-07-04
Texture Cache: Fix GCC & Clang.
Fernando Sahmkow
2021-07-04
Texture Cache: Address feedback.
Fernando Sahmkow
2021-07-04
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-07-03
TextureCache: Fix 1D to 2D overlapps.
Fernando Sahmkow
2021-06-28
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-26
buffer_cache/texture_cache: Make GC functions private
ReinUsesLisp
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
2021-06-23
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-22
Reaper: Set minimum cleaning limit on OGL.
Fernando Sahmkow
2021-06-20
Reaper: Guarantee correct deletion.
Fernando Sahmkow
2021-06-16
Merge pull request #6469 from ReinUsesLisp/blit-view-compat
Ameer J
2021-06-17
Reaper: Change memory restrictions on TC depending on host memory on VK.
Fernando Sahmkow
2021-06-16
Reaper: Address Feedback.
Fernando Sahmkow
2021-06-16
Reaper: Setup settings and final tuning.
Fernando Sahmkow
2021-06-16
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-16
Initial Reaper Setup
ReinUsesLisp
2021-06-15
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-14
texture_cache/util: Avoid relaxed image views on different bytes per pixel
ReinUsesLisp
2021-06-10
Fix GCC undefined behavior sanitizer.
Markus Wick
2021-05-07
texture_cache: Handle out of bound texture blits
ameerj
2021-04-19
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-12
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-13
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-04
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-02-13
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-09
texture_cache/util: Remove unused functions
Lioncash
2021-01-24
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-17
texture_cache/util: Resolve -Wsign-compare warning
Lioncash
2021-01-15
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-07
texture_cache: Replace PAGE_SHIFT with PAGE_BITS
MerryMage
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
[next]