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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
renderer_(gl/vk): Implement ASTC_10x6_UNORM
Morph
2022-07-06
1
-0
/
+4
*
video_core/surface: Use u8 for PixelFormat block tables
Morph
2022-05-13
1
-3
/
+3
*
video_core: implement formats for N64 emulation
Fernando Sahmkow
2022-04-14
1
-0
/
+8
*
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-25
1
-1
/
+1
*
hle: nvflinger: Move PixelFormat to its own header.
bunnei
2022-03-25
1
-1
/
+1
*
video_core: Add S8_UINT stencil format
Morph
2021-11-17
1
-3
/
+11
*
Vulkan Rasterizer: Fix clears on integer textures.
FernandoS27
2021-11-16
1
-0
/
+4
*
vk_texture_cache: Use nearest neighbor scaling when available
ameerj
2021-11-16
1
-0
/
+2
*
Reaper: Address Feedback.
Fernando Sahmkow
2021-06-16
1
-0
/
+2
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-137
/
+15
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-400
/
+400
*
video_core: Fix DXT4 and RGB565
ReinUsesLisp
2020-07-13
1
-8
/
+15
*
video_core: Fix B5G6R5_UNORM render target format
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement RGBA16_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement RGBA8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement RG32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement RG8_SINT render target and fix RG8_UINT
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement R8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core: Implement R8_SNORM render target
ReinUsesLisp
2020-07-13
1
-0
/
+5
*
video_core/surface: Remove explicit values on PixelFormat's definition
ReinUsesLisp
2020-07-13
1
-80
/
+80
*
texture: Implement R8G8UI
Morph
2020-04-30
1
-37
/
+42
*
video_core: Use native ASTC when available
ReinUsesLisp
2020-04-01
1
-97
/
+0
*
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-13
1
-68
/
+74
*
texture: Implement R32I
ReinUsesLisp
2020-02-15
1
-33
/
+39
*
texture_cache: Use a table instead of switch for texture formats
ReinUsesLisp
2019-11-15
1
-5
/
+0
*
texture_cache: Drop abstracted ComponentType
ReinUsesLisp
2019-11-14
1
-15
/
+0
*
Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.
Fernando Sahmkow
2019-10-27
1
-5
/
+11
*
Surfaces: Implement R4G4B4A4U format.
Fernando Sahmkow
2019-10-09
1
-23
/
+29
*
Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5
Fernando Sahmkow
2019-10-09
1
-70
/
+130
*
video_core: Implement RGBX16F PixelFormat
FearlessTobi
2019-09-22
1
-22
/
+28
*
video_core/surface: Add function to detect sRGB surfaces
ReinUsesLisp
2019-09-13
1
-0
/
+2
*
texture_cache: Style changes
ReinUsesLisp
2019-06-30
1
-9
/
+9
*
video_core/surface: Address feedback
ReinUsesLisp
2019-06-24
1
-2
/
+2
*
texture_cache: Style and Corrections
Fernando Sahmkow
2019-06-21
1
-64
/
+64
*
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
ReinUsesLisp
2019-06-21
1
-0
/
+1
*
texture_cache: General Fixes
Fernando Sahmkow
2019-06-21
1
-1
/
+83
*
surface_params: Optimize CreateForTexture
ReinUsesLisp
2019-06-21
1
-70
/
+72
*
video_core: Remove unused Fill surface type
ReinUsesLisp
2019-02-01
1
-2
/
+1
*
gl_shader_cache: Fix texture view for cubemaps as cubemap arrays
ReinUsesLisp
2019-01-30
1
-0
/
+2
*
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
bunnei
2018-12-28
1
-51
/
+41
*
Improve msvc codegen for hot-path array LUTs
heapo
2018-12-05
1
-275
/
+277
*
Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)
greggameplayer
2018-11-13
1
-69
/
+79
*
Merge pull request #1616 from FernandoS27/cube-array
bunnei
2018-11-05
1
-0
/
+1
|
\
|
*
Implement Cube Arrays
FernandoS27
2018-11-01
1
-0
/
+1
*
|
Fix ASTC Decompressor to support depth parameter
FernandoS27
2018-11-02
1
-13
/
+94
|
/
*
video_core: Move surface declarations out of gl_rasterizer_cache
ReinUsesLisp
2018-10-30
1
-0
/
+385