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
*
Merge pull request #4144 from FernandoS27/tt-fix
bunnei
2020-06-26
1
-0
/
+3
|
\
|
*
TextureCache: Fix case where layer goes off bound.
Fernando Sahmkow
2020-06-22
1
-0
/
+3
*
|
texture_cache: Fix incorrect address used in a DeduceSurface() call
Lioncash
2020-06-20
1
-1
/
+1
|
/
*
texture_cache: Port original code management for 2D vs 3D textures
ReinUsesLisp
2020-06-08
2
-16
/
+35
*
texture_cache: Simplify blit code
ReinUsesLisp
2020-06-08
1
-9
/
+7
*
texture_cache: Handle 3D texture blits with one layer
ReinUsesLisp
2020-06-08
2
-3
/
+8
*
texture_cache: Implement rendering to 3D textures
ReinUsesLisp
2020-06-08
4
-80
/
+76
*
Merge pull request #4012 from ReinUsesLisp/mipmap-overlaps
bunnei
2020-06-03
1
-28
/
+43
|
\
|
*
texture_cache: More relaxed reconstruction
ReinUsesLisp
2020-05-29
1
-13
/
+9
|
*
texture_cache: Only copy textures that were modified from host
ReinUsesLisp
2020-05-29
1
-2
/
+6
|
*
texture_cache: Reload textures when number of resources mismatch
ReinUsesLisp
2020-05-29
1
-0
/
+9
|
*
texture_cache: Handle overlaps with multiple subresources
ReinUsesLisp
2020-05-29
1
-27
/
+33
*
|
Merge pull request #4005 from ReinUsesLisp/g24r8
Rodrigo Locatti
2020-06-01
1
-1
/
+2
|
\
\
|
*
|
format_lookup_table: Implement G24S8 format as S8Z24
ReinUsesLisp
2020-05-28
1
-1
/
+2
*
|
|
Merge pull request #3999 from ReinUsesLisp/opt-tex-cache
bunnei
2020-05-31
1
-24
/
+29
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
texture_cache: Use unordered_map::find instead of operator[] on hot code
ReinUsesLisp
2020-05-27
1
-15
/
+19
|
*
|
texture_cache: Use small vector for surface vectors
ReinUsesLisp
2020-05-27
1
-9
/
+10
|
|
/
*
/
texture_cache: Fix layered null surfaces
ReinUsesLisp
2020-05-26
1
-1
/
+3
|
/
*
Merge pull request #3839 from Morph1984/r8g8ui
Rodrigo Locatti
2020-05-09
1
-1
/
+2
|
\
|
*
texture: Implement R8G8UI
Morph
2020-04-30
1
-1
/
+2
*
|
Merge pull request #3693 from ReinUsesLisp/clean-samplers
bunnei
2020-05-02
2
-7
/
+7
|
\
\
|
*
|
shader_ir: Turn classes into data structures
ReinUsesLisp
2020-04-23
2
-7
/
+7
|
|
/
*
/
texture_cache: Reintroduce preserve_contents accurately
ReinUsesLisp
2020-04-26
1
-25
/
+41
|
/
*
Address Feedback.
Fernando Sahmkow
2020-04-22
1
-9
/
+6
*
Address Feedback.
Fernando Sahmkow
2020-04-22
1
-32
/
+18
*
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
2020-04-22
1
-0
/
+7
*
Rasterizer: Disable fence managing in synchronous gpu.
Fernando Sahmkow
2020-04-22
1
-1
/
+1
*
ThreadManager: Sync async reads on accurate gpu.
Fernando Sahmkow
2020-04-22
1
-0
/
+15
*
FenceManager: Implement should wait.
Fernando Sahmkow
2020-04-22
1
-0
/
+11
*
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
1
-1
/
+31
*
TextureCache: Flush linear textures after finishing rendering.
Fernando Sahmkow
2020-04-22
1
-2
/
+8
*
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-22
1
-2
/
+2
*
Texture Cache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-22
2
-3
/
+63
*
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-04-22
1
-4
/
+4
*
Merge pull request #3686 from lioncash/table
bunnei
2020-04-19
1
-3
/
+3
|
\
|
*
texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices
Lioncash
2020-04-15
1
-3
/
+3
*
|
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
2
-2
/
+2
|
\
\
|
*
|
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
2
-2
/
+2
|
|
/
*
|
Merge pull request #3688 from lioncash/nequal
Rodrigo Locatti
2020-04-16
2
-0
/
+5
|
\
\
|
*
|
surface_view: Add missing operator!= to ViewParams
Lioncash
2020-04-16
2
-0
/
+5
|
|
/
*
|
Merge pull request #3687 from lioncash/constness
Rodrigo Locatti
2020-04-16
1
-2
/
+2
|
\
\
|
*
|
surface_base: Make IsInside() a const member function
Lioncash
2020-04-15
1
-2
/
+2
|
|
/
*
|
Merge pull request #3683 from lioncash/docs
bunnei
2020-04-15
1
-4
/
+4
|
\
\
|
*
|
video_core: Amend doxygen comment references
Lioncash
2020-04-15
1
-4
/
+4
|
|
/
*
|
Merge pull request #3649 from FernandoS27/3d-fix
Rodrigo Locatti
2020-04-15
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Texture Cache: Read current data when flushing a 3D segment.
Fernando Sahmkow
2020-04-15
1
-0
/
+6
*
|
Texture Cache: Only do buffer copies on accurate GPU. (#3634)
Fernando Sahmkow
2020-04-14
1
-1
/
+3
|
/
*
texture_cache: Remove preserve_contents
ReinUsesLisp
2020-04-11
1
-41
/
+25
*
Merge pull request #3610 from FernandoS27/gpu-caches
Rodrigo Locatti
2020-04-09
3
-122
/
+75
|
\
|
*
Texture Cache: Use vAddr instead of physical memory for caching.
Fernando Sahmkow
2020-04-06
3
-122
/
+75
[next]