index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
surface.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-15
texture_cache: Use a table instead of switch for texture formats
ReinUsesLisp
1
-5
/
+0
2019-11-14
texture_cache: Drop abstracted ComponentType
ReinUsesLisp
1
-15
/
+0
2019-10-27
Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.
Fernando Sahmkow
1
-5
/
+11
2019-10-09
Surfaces: Implement R4G4B4A4U format.
Fernando Sahmkow
1
-23
/
+29
2019-10-09
Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5
Fernando Sahmkow
1
-70
/
+130
2019-09-22
video_core: Implement RGBX16F PixelFormat
FearlessTobi
1
-22
/
+28
2019-09-13
video_core/surface: Add function to detect sRGB surfaces
ReinUsesLisp
1
-0
/
+2
2019-06-30
texture_cache: Style changes
ReinUsesLisp
1
-9
/
+9
2019-06-24
video_core/surface: Address feedback
ReinUsesLisp
1
-2
/
+2
2019-06-21
texture_cache: Style and Corrections
Fernando Sahmkow
1
-64
/
+64
2019-06-21
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
ReinUsesLisp
1
-0
/
+1
2019-06-21
texture_cache: General Fixes
Fernando Sahmkow
1
-1
/
+83
2019-06-21
surface_params: Optimize CreateForTexture
ReinUsesLisp
1
-70
/
+72
2019-02-01
video_core: Remove unused Fill surface type
ReinUsesLisp
1
-2
/
+1
2019-01-30
gl_shader_cache: Fix texture view for cubemaps as cubemap arrays
ReinUsesLisp
1
-0
/
+2
2018-12-28
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
bunnei
1
-51
/
+41
2018-12-05
Improve msvc codegen for hot-path array LUTs
heapo
1
-275
/
+277
2018-11-13
Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)
greggameplayer
1
-69
/
+79
2018-11-02
Fix ASTC Decompressor to support depth parameter
FernandoS27
1
-13
/
+94
2018-11-01
Implement Cube Arrays
FernandoS27
1
-0
/
+1
2018-10-30
video_core: Move surface declarations out of gl_rasterizer_cache
ReinUsesLisp
1
-0
/
+385