bunnei
|
d3f26c1546
|
video_core: Refactor to use MemoryManager interface for all memory access.
# Conflicts:
# src/video_core/engines/kepler_memory.cpp
# src/video_core/engines/maxwell_3d.cpp
# src/video_core/morton.cpp
# src/video_core/morton.h
# src/video_core/renderer_opengl/gl_global_cache.cpp
# src/video_core/renderer_opengl/gl_global_cache.h
# src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
|
7 years ago |
ReinUsesLisp
|
7db0e52458
|
video_core/morton: Use enum to describe MortonCopyPixels128 mode
|
7 years ago |
ReinUsesLisp
|
91423268d3
|
video_core/morton: Remove unused parameter in MortonSwizzle
|
7 years ago |
ReinUsesLisp
|
0c17b26ef8
|
video_core/morton: Remove clang-format off when it's not needed
|
7 years ago |
ReinUsesLisp
|
369409d4f7
|
video_core/morton: Remove unused functions
|
7 years ago |
bunnei
|
82662f374a
|
gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist.
- Fixes UI rendering issues in The Legend of Zelda: Breath of the Wild.
|
7 years ago |
David Marcec
|
1dfb0a513a
|
Fixed uninitialized memory due to missing returns in canary
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
|
7 years ago |
ReinUsesLisp
|
944f2b471e
|
morton: Fixup compiler warning
|
7 years ago |
FernandoS27
|
b509890e4c
|
Implemented Tile Width Spacing
|
7 years ago |
ReinUsesLisp
|
5c4311075b
|
morton: Style changes
|
7 years ago |
ReinUsesLisp
|
70920fd69f
|
video_core: Move morton functions to their own file
|
7 years ago |