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
*
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
*
|
Merge pull request #3599 from ReinUsesLisp/revert-3499
bunnei
2020-04-07
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array"
ReinUsesLisp
2020-04-04
1
-4
/
+2
*
|
video_core: Use native ASTC when available
ReinUsesLisp
2020-04-01
5
-65
/
+59
|
/
*
Merge pull request #3501 from ReinUsesLisp/rgba16-snorm
Rodrigo Locatti
2020-03-15
1
-1
/
+2
|
\
|
*
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-12
1
-1
/
+2
*
|
Merge pull request #3500 from ReinUsesLisp/incompatible-types
Fernando Sahmkow
2020-03-14
1
-2
/
+39
|
\
\
|
*
|
texture_cache: Report incompatible textures as black
ReinUsesLisp
2020-03-12
1
-2
/
+39
|
|
/
*
/
texture_cache/surface_params: Force depth=1 on 2D textures
ReinUsesLisp
2020-03-12
1
-2
/
+4
|
/
*
renderer_opengl: Reintroduce dirty flags for render targets
ReinUsesLisp
2020-02-28
1
-1
/
+19
*
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2020-02-28
1
-19
/
+1
*
Merge pull request #3417 from ReinUsesLisp/r32i
bunnei
2020-02-25
1
-1
/
+2
|
\
|
*
texture: Implement R32I
ReinUsesLisp
2020-02-15
1
-1
/
+2
*
|
Merge pull request #3425 from ReinUsesLisp/layered-framebuffer
bunnei
2020-02-24
3
-31
/
+26
|
\
\
|
*
|
texture_cache: Implement layered framebuffer attachments
ReinUsesLisp
2020-02-16
3
-31
/
+26
|
|
/
*
|
Merge pull request #3422 from ReinUsesLisp/buffer-flush
bunnei
2020-02-22
1
-0
/
+4
|
\
\
|
*
|
surface_base: Implement texture buffer flushes
ReinUsesLisp
2020-02-16
1
-0
/
+4
|
|
/
*
/
texture_cache: Avoid matches in 3D textures
ReinUsesLisp
2020-02-16
1
-8
/
+11
|
/
*
texture_cache/surface_base: Fix layered break down
ReinUsesLisp
2020-01-26
1
-1
/
+1
*
Merge pull request #3311 from ReinUsesLisp/z32fx24s8
bunnei
2020-01-17
1
-1
/
+1
|
\
|
*
format_lookup_table: Fix ZF32_X24S8 component types
ReinUsesLisp
2020-01-16
1
-1
/
+1
*
|
texture_cache/surface_params: Make GetNumLayers public
ReinUsesLisp
2020-01-13
1
-4
/
+5
|
/
*
Texture Cache: Improve documentation
Fernando Sahmkow
2019-12-22
2
-4
/
+5
*
Texture Cache: Address Feedback
Fernando Sahmkow
2019-12-22
2
-11
/
+11
[next]