This patch series adds support for DXTn volume textures by using the CPU to decompress and convert them before upload. It also adds tests to make sure that the decompression functions are working properly.
Connor McAdams (2): wined3d: convert 3D DXTn textures d3d9/tests: Add new test for DXTn volume textures.
dlls/d3d9/tests/visual.c | 183 ++++++++++++++++++++++++------------ dlls/wined3d/texture.c | 41 ++++++++ dlls/wined3d/utils.c | 240 +++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 373 insertions(+), 91 deletions(-)