There was an error fetching the commit references. Please try again later.
Merge pull request #1625 from FernandoS27/astc
Implement ASTC Textures 5x5 and fix a bunch of ASTC texture problems
No related branches found
No related tags found
Showing
- src/video_core/renderer_opengl/gl_rasterizer_cache.cpp 24 additions, 14 deletionssrc/video_core/renderer_opengl/gl_rasterizer_cache.cpp
- src/video_core/renderer_opengl/gl_rasterizer_cache.h 1 addition, 1 deletionsrc/video_core/renderer_opengl/gl_rasterizer_cache.h
- src/video_core/surface.cpp 5 additions, 21 deletionssrc/video_core/surface.cpp
- src/video_core/surface.h 94 additions, 13 deletionssrc/video_core/surface.h
- src/video_core/textures/astc.cpp 17 additions, 15 deletionssrc/video_core/textures/astc.cpp
- src/video_core/textures/astc.h 1 addition, 1 deletionsrc/video_core/textures/astc.h
- src/video_core/textures/decoders.cpp 7 additions, 5 deletionssrc/video_core/textures/decoders.cpp
- src/video_core/textures/decoders.h 2 additions, 2 deletionssrc/video_core/textures/decoders.h
- src/yuzu/debugger/graphics/graphics_surface.cpp 3 additions, 3 deletionssrc/yuzu/debugger/graphics/graphics_surface.cpp
Loading
Please register or sign in to comment