This website requires JavaScript.
Explore
Help
Register
Sign In
OpenPunk
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-emu/yuzu.git
synced
2025-05-08 01:00:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
yuzu
/
src
/
video_core
History
Subv
b2c1672e10
GPU: Texture format 8 and framebuffer format 0xD5 are actually ABGR8.
2018-04-18 14:17:27 -05:00
..
debug_utils
…
engines
GPU: Pitch textures are now supported, don't assert when encountering them.
2018-04-18 12:52:53 -05:00
renderer_opengl
GPU: Texture format 8 and framebuffer format 0xD5 are actually ABGR8.
2018-04-18 14:17:27 -05:00
textures
GPU: Allow using a configurable block height when unswizzling textures.
2018-04-18 12:52:51 -05:00
CMakeLists.txt
…
command_processor.cpp
…
command_processor.h
…
gpu.cpp
…
gpu.h
gpu: Add several framebuffer formats to RenderTargetFormat.
2018-04-17 21:40:38 -04:00
macro_interpreter.cpp
…
macro_interpreter.h
…
memory_manager.cpp
…
memory_manager.h
…
rasterizer_interface.h
renderer_opengl: Implement BlendEquation and BlendFunc.
2018-04-17 18:11:48 -04:00
renderer_base.cpp
…
renderer_base.h
…
utils.h
renderer_opengl: Fix Morton copy byteswap, etc.
2018-04-14 16:01:39 -04:00
video_core.cpp
…
video_core.h
…