bunnei
|
574e89d924
|
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
|
2019-03-16 00:38:48 -04:00 |
|
ReinUsesLisp
|
ffe2e50458
|
video_core/morton: Use enum to describe MortonCopyPixels128 mode
|
2019-03-13 16:35:21 -03:00 |
|
ReinUsesLisp
|
6ed6129b4f
|
video_core/morton: Remove unused parameter in MortonSwizzle
|
2019-03-13 16:35:10 -03:00 |
|
ReinUsesLisp
|
9030a8259f
|
video_core/morton: Remove clang-format off when it's not needed
|
2019-03-13 16:16:45 -03:00 |
|
ReinUsesLisp
|
fdf76a25ab
|
video_core/morton: Remove unused functions
|
2019-03-13 16:15:54 -03:00 |
|
bunnei
|
2020ba06e1
|
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.
|
2018-12-28 15:36:45 -05:00 |
|
David Marcec
|
fdd649e2ef
|
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.
|
2018-12-19 12:52:32 +11:00 |
|
bunnei
|
881f5ad70f
|
Merge pull request #1735 from FernandoS27/tex-spacing
Texture decoder: Implemented Tile Width Spacing
|
2018-11-27 19:21:17 -05:00 |
|
ReinUsesLisp
|
237c2026e9
|
morton: Fixup compiler warning
|
2018-11-26 23:22:57 -03:00 |
|
FernandoS27
|
ddfbe0b58d
|
Implemented Tile Width Spacing
|
2018-11-26 09:05:12 -04:00 |
|
ReinUsesLisp
|
7ff2131cf9
|
morton: Style changes
|
2018-11-25 00:38:53 -03:00 |
|
ReinUsesLisp
|
dad3a6718e
|
video_core: Move morton functions to their own file
|
2018-11-25 00:37:18 -03:00 |
|