SWRasterizer: Move texturing functions to their own file

This commit is contained in:
Yuri Kunde Schlesner
2017-01-29 19:22:19 -08:00
parent f9026e8a7a
commit 1683cb0ec9
4 changed files with 259 additions and 210 deletions

View File

@ -17,6 +17,7 @@ set(SRCS
swrasterizer/framebuffer.cpp
swrasterizer/rasterizer.cpp
swrasterizer/swrasterizer.cpp
swrasterizer/texturing.cpp
texture/etc1.cpp
texture/texture_decode.cpp
vertex_loader.cpp
@ -55,6 +56,7 @@ set(HEADERS
swrasterizer/framebuffer.h
swrasterizer/rasterizer.h
swrasterizer/swrasterizer.h
swrasterizer/texturing.h
texture/etc1.h
texture/texture_decode.h
utils.h