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 114222b11e
commit 2937a44eed
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