[v4 0/2] DXTn 3D Texture support

Connor McAdams conmanx360 at gmail.com
Mon Jul 9 17:09:46 CDT 2018


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(-)

-- 
2.7.4




More information about the wine-devel mailing list