revert RasterFont for VideoSoftware

Backends shouldn't depend on each other. Here RasterFont depends on ProgramShaderCache, which itself depends on global config again ...
This commit is contained in:
degasus
2013-03-26 00:05:46 +01:00
parent e5841f233a
commit 3ab4e35582
6 changed files with 278 additions and 14 deletions

View File

@ -10,6 +10,7 @@ set(SRCS Src/BPMemLoader.cpp
Src/OpcodeDecoder.cpp
Src/SWPixelEngine.cpp
Src/Rasterizer.cpp
Src/RasterFont.cpp
Src/SWRenderer.cpp
Src/SetupUnit.cpp
Src/SWStatistics.cpp