[PATCH v2 0/2] wined3d: Add DXTn Volume Texture Support

Connor McAdams conmanx360 at gmail.com
Fri Jun 22 14:50:58 CDT 2018


This patchset adds support for DXTn volume textures by using the CPU to
decompress and convert them into a format the GPU can handle. It only
decompresses DXTn volume textures, and leaves regular 2D DXTn textures
alone.

Connor McAdams (2):
  wined3d: Add decompression functions for DXT1, DXT3, and DXT5
  wined3d: Add new test for DXTn volume textures.

 dlls/d3d9/tests/visual.c | 183 ++++++++++++++++++---------
 dlls/wined3d/texture.c   |  26 ++++
 dlls/wined3d/utils.c     | 323 ++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 456 insertions(+), 76 deletions(-)

-- 
2.7.4




More information about the wine-devel mailing list