index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
morton.cpp
Age
Commit message (
Expand
)
Author
2019-10-27
Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.
Fernando Sahmkow
2019-10-09
Surfaces: Implement R4G4B4A4U format.
Fernando Sahmkow
2019-10-09
Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5
Fernando Sahmkow
2019-09-22
video_core: Implement RGBX16F PixelFormat
FearlessTobi
2019-08-21
renderer_opengl: Use block linear swizzling for CPU framebuffers
ReinUsesLisp
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-13
video_core/morton: Use enum to describe MortonCopyPixels128 mode
ReinUsesLisp
2019-03-13
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
video_core/morton: Remove clang-format off when it's not needed
ReinUsesLisp
2019-03-13
video_core/morton: Remove unused functions
ReinUsesLisp
2018-12-28
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
bunnei
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-11-27
Merge pull request #1735 from FernandoS27/tex-spacing
bunnei
2018-11-26
morton: Fixup compiler warning
ReinUsesLisp
2018-11-26
Implemented Tile Width Spacing
FernandoS27
2018-11-25
morton: Style changes
ReinUsesLisp
2018-11-25
video_core: Move morton functions to their own file
ReinUsesLisp