Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

Fast ISPC Texture Compressor - Update

$
0
0

This article and the attached sample code project were written by Marc Fauconneau Dufresne at Intel Corp.

This sample demonstrates a state of the art BC7 (DX11) Texture compressor. BC7 partitioning decisions are narrowed down in multiple stages. Final candidates are optimized using iterative endpoint refinement. All BC7 modes are supported. SIMD instruction sets are exploited using the Intel SPMD Compiler. Various quality/performance trade-offs are offered.

 

fast ISPC texture Compressor

 
11-05-2013
11-05-2013
Graphics Tech Samples
 
 
 
http://software.intel.com/sites/default/files/article/487955/ispc-texture-compressor.jpg
This sample demonstrates a state of the art BC7 (DX11) Texture compressor. BC7 partitioning decisions are narrowed down in multiple stages.

Viewing all articles
Browse latest Browse all 3384

Trending Articles