Pica/Texture: Move part of ETC1 decoding to new file and cleanups

This commit is contained in:
Yuri Kunde Schlesner
2017-01-06 01:59:34 -02:00
parent 09a750e866
commit c74787a11c
4 changed files with 158 additions and 109 deletions

View File

@ -15,6 +15,7 @@ set(SRCS
shader/shader.cpp
shader/shader_interpreter.cpp
swrasterizer.cpp
texture/etc1.cpp
texture/texture_decode.cpp
vertex_loader.cpp
video_core.cpp
@ -44,6 +45,7 @@ set(HEADERS
shader/shader.h
shader/shader_interpreter.h
swrasterizer.h
texture/etc1.h
texture/texture_decode.h
utils.h
vertex_loader.h