index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
texture_cache: Reduce invalid image/sampler error severity
ReinUsesLisp
2021-07-22
1
-7
/
+7
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
2
-4
/
+3
*
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
1
-0
/
+8
*
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-22
3
-4
/
+19
*
Merge pull request #6670 from ReinUsesLisp/prepare-rt
Fernando S
2021-07-19
1
-0
/
+6
|
\
|
*
texture_cache: Always prepare image views on render targets
ReinUsesLisp
2021-07-18
1
-0
/
+6
*
|
texture_cache/util: Fix size calculations of multisampled images
ReinUsesLisp
2021-07-18
1
-53
/
+33
|
/
*
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
Fernando Sahmkow
2021-07-09
1
-2
/
+2
*
Out of bound blit (#6531)
Feng Chen
2021-07-08
1
-56
/
+15
*
Merge pull request #6497 from FernandoS27/scotty-doesnt-know
bunnei
2021-07-06
6
-53
/
+437
|
\
|
*
Texture Cache: Fix collision with multiple overlaps of the same sparse texture.
Fernando Sahmkow
2021-07-04
1
-1
/
+6
|
*
Texture Cache: Fix GCC & Clang.
Fernando Sahmkow
2021-07-04
2
-11
/
+11
|
*
Texture Cache: Address feedback.
Fernando Sahmkow
2021-07-04
2
-12
/
+32
|
*
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
4
-126
/
+222
|
*
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-07-04
6
-22
/
+285
*
|
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-05
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-28
2
-2
/
+2
*
|
TextureCache: Fix 1D to 2D overlapps.
Fernando Sahmkow
2021-07-03
1
-3
/
+0
|
/
*
buffer_cache/texture_cache: Make GC functions private
ReinUsesLisp
2021-06-26
1
-3
/
+3
*
common: Replace common_sizes into user-literals
Wunkolo
2021-06-24
1
-6
/
+6
*
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-23
5
-13
/
+259
|
\
|
*
Reaper: Set minimum cleaning limit on OGL.
Fernando Sahmkow
2021-06-22
1
-1
/
+4
|
*
Reaper: Guarantee correct deletion.
Fernando Sahmkow
2021-06-20
1
-2
/
+3
|
*
Reaper: Change memory restrictions on TC depending on host memory on VK.
Fernando Sahmkow
2021-06-17
2
-16
/
+32
|
*
Reaper: Address Feedback.
Fernando Sahmkow
2021-06-16
1
-13
/
+25
|
*
Reaper: Setup settings and final tuning.
Fernando Sahmkow
2021-06-16
2
-29
/
+34
|
*
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-16
4
-8
/
+108
|
*
Initial Reaper Setup
ReinUsesLisp
2021-06-16
4
-12
/
+121
*
|
Merge pull request #6469 from ReinUsesLisp/blit-view-compat
Ameer J
2021-06-16
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
texture_cache/util: Avoid relaxed image views on different bytes per pixel
ReinUsesLisp
2021-06-14
1
-1
/
+9
*
|
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-15
1
-2
/
+11
|
/
*
Fix GCC undefined behavior sanitizer.
Markus Wick
2021-06-10
1
-0
/
+3
*
texture_cache: Handle out of bound texture blits
ameerj
2021-05-07
2
-8
/
+56
*
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
Lioncash
2021-04-19
1
-1
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+1
*
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-04-12
2
-11
/
+15
*
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
1
-12
/
+2
*
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
1
-2
/
+2
*
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-03-04
5
-19
/
+25
*
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
1
-19
/
+19
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-18
/
+10
*
texture_cache/util: Remove unused functions
Lioncash
2021-02-09
1
-34
/
+0
*
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
1
-24
/
+35
*
texture_cache/util: Resolve -Wsign-compare warning
Lioncash
2021-01-17
1
-1
/
+1
*
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
2
-7
/
+7
*
texture_cache: Replace PAGE_SHIFT with PAGE_BITS
MerryMage
2021-01-07
1
-6
/
+6
*
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-04
5
-16
/
+26
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
31
-2849
/
+4633
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
2
-5
/
+4
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
5
-29
/
+29
[next]