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
/
morton.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-149
/
+149
*
video_core: Fix DXT4 and RGB565
ReinUsesLisp
2020-07-13
1
-2
/
+6
*
video_core: Fix B5G6R5_UNORM render target format
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement RGBA16_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement RGBA8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement RG32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement RG8_SINT render target and fix RG8_UINT
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement R8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
video_core: Implement R8_SNORM render target
ReinUsesLisp
2020-07-13
1
-0
/
+2
*
texture: Implement R8G8UI
Morph
2020-04-30
1
-0
/
+2
*
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-13
1
-0
/
+2
*
texture: Implement R32I
ReinUsesLisp
2020-02-15
1
-0
/
+2
*
Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.
Fernando Sahmkow
2019-10-27
1
-0
/
+2
*
Surfaces: Implement R4G4B4A4U format.
Fernando Sahmkow
2019-10-09
1
-0
/
+2
*
Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5
Fernando Sahmkow
2019-10-09
1
-0
/
+20
*
video_core: Implement RGBX16F PixelFormat
FearlessTobi
2019-09-22
1
-0
/
+2
*
renderer_opengl: Use block linear swizzling for CPU framebuffers
ReinUsesLisp
2019-08-21
1
-114
/
+2
*
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
1
-8
/
+7
*
video_core/morton: Use enum to describe MortonCopyPixels128 mode
ReinUsesLisp
2019-03-13
1
-2
/
+3
*
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
1
-5
/
+4
*
video_core/morton: Remove clang-format off when it's not needed
ReinUsesLisp
2019-03-13
1
-133
/
+129
*
video_core/morton: Remove unused functions
ReinUsesLisp
2019-03-13
1
-39
/
+0
*
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
bunnei
2018-12-28
1
-4
/
+0
*
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-19
1
-0
/
+1
*
Merge pull request #1735 from FernandoS27/tex-spacing
bunnei
2018-11-28
1
-12
/
+13
|
\
|
*
Implemented Tile Width Spacing
FernandoS27
2018-11-26
1
-12
/
+13
*
|
morton: Fixup compiler warning
ReinUsesLisp
2018-11-27
1
-1
/
+2
|
/
*
morton: Style changes
ReinUsesLisp
2018-11-25
1
-12
/
+12
*
video_core: Move morton functions to their own file
ReinUsesLisp
2018-11-25
1
-0
/
+353