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 Cahe: Fix downscaling on SMO.
Fernando Sahmkow
2021-11-16
3
-0
/
+8
*
texture_cache_base: Remove unused function declarations
ameerj
2021-11-16
1
-8
/
+0
*
texture_cache: Fix infinitely recursive ImageCanRescale check
ameerj
2021-11-16
3
-10
/
+13
*
video_core: Refactor resolution scale function
ameerj
2021-11-16
1
-27
/
+12
*
texture_cache: Fix image resolves when src/dst are not both scaled
ameerj
2021-11-16
1
-5
/
+8
*
vk_texture_cache: Fix early returns on unsupported scales
ameerj
2021-11-16
1
-1
/
+1
*
video_core: Misc resolution scaling related refactoring
ameerj
2021-11-16
1
-2
/
+0
*
texture_cache: Refactor scaled image size calculation
ameerj
2021-11-16
2
-12
/
+13
*
Texture Cache: Fix calculations when scaling.
Fernando Sahmkow
2021-11-16
1
-0
/
+12
*
Texture Cache: Fix Rescaling on Multisample
Fernando Sahmkow
2021-11-16
2
-6
/
+15
*
TextureCache: Base fixes on rescaling.
Fernando Sahmkow
2021-11-16
1
-3
/
+4
*
image_info: Mark MSAA textures as non-rescalable
ameerj
2021-11-16
1
-2
/
+2
*
shader, video_core: Fix GCC build errors
ameerj
2021-11-16
1
-7
/
+3
*
TextureCache: Fix Buffer Views Scaling.
Fernando Sahmkow
2021-11-16
2
-5
/
+9
*
Texture Cache: Correctly fix Blits Rescaling.
Fernando Sahmkow
2021-11-16
1
-9
/
+12
*
texture_cache: Disable dst_image scaling in BlitImage
ameerj
2021-11-16
1
-5
/
+7
*
texture_cache: Add getter to query if image view is rescaled
ReinUsesLisp
2021-11-16
2
-16
/
+9
*
texture_cache: Fix blacklists on compute
ReinUsesLisp
2021-11-16
1
-1
/
+1
*
texture_cache: Simplify image view queries and blacklisting
ReinUsesLisp
2021-11-16
7
-35
/
+60
*
Texture Cache: Implement Rating System.
Fernando Sahmkow
2021-11-16
5
-15
/
+47
*
Texture Cache: Implement Blacklisting.
Fernando Sahmkow
2021-11-16
3
-1
/
+36
*
texture_cache: Add image getters
ReinUsesLisp
2021-11-16
2
-0
/
+16
*
texture_cache: Fix typo in aliased image rescaling
ameerj
2021-11-16
1
-1
/
+1
*
Texture Cache: Implement Rescaling on Aliases and Blits.
Fernando Sahmkow
2021-11-16
1
-5
/
+53
*
TextureCache: Fix rescaling of ImageCopies
Fernando Sahmkow
2021-11-16
2
-5
/
+40
*
TextureCache: Modify Viewports/Scissors according to Rescale.
Fernando Sahmkow
2021-11-16
2
-2
/
+26
*
Texture Cache: More rescaling fixes.
Fernando Sahmkow
2021-11-16
2
-82
/
+86
*
Texture Cache: Implement Vulkan UpScaling & DownScaling
Fernando Sahmkow
2021-11-16
3
-13
/
+77
*
VideoCore: Initial Setup for the Resolution Scaler.
Fernando Sahmkow
2021-11-16
4
-3
/
+126
*
Merge pull request #7070 from FernandoS27/want-you-bad
Ameer J
2021-10-23
1
-0
/
+3
|
\
|
*
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
Fernando Sahmkow
2021-09-23
1
-0
/
+3
*
|
gpu: Migrate implementation to the cpp file
ameerj
2021-10-03
3
-7
/
+7
*
|
general: Update style to clang-format-12
ameerj
2021-09-24
1
-2
/
+2
|
/
*
slot_vector: Add missing <algorithm> include
Morph
2021-09-11
1
-0
/
+1
*
Garbage Collection: Make it more agressive on high priority mode.
Fernando Sahmkow
2021-08-29
1
-2
/
+2
*
Garbage Collection: Adress Feedback.
Fernando Sahmkow
2021-08-29
1
-1
/
+1
*
Garbage Collection: enable as default, eliminate option.
Fernando Sahmkow
2021-08-28
1
-2
/
+1
*
VideoCore: Rework Garbage Collection.
Fernando Sahmkow
2021-08-28
3
-62
/
+37
*
texture_cache: Address ameerj's review
yzct12345
2021-08-08
3
-7
/
+4
*
texture_cache: Address ameerj's review
yzct12345
2021-08-07
2
-10
/
+2
*
texture_cache: Don't change copyright year
yzct12345
2021-08-05
2
-2
/
+2
*
texture_cache: Address ameerj's review
yzct12345
2021-08-05
4
-1811
/
+1811
*
texture_cache: Split templates out
yzct12345
2021-08-05
2
-1527
/
+1508
*
render_target: Add missing initializer for size extent
Lioncash
2021-07-27
1
-3
/
+3
*
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
[next]