1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-24 13:20:13 +00:00

Updated Resources (markdown)

Chuck Walbourn 2015-04-18 23:30:15 -07:00
parent 062104ec7d
commit eee75df3b1

@ -44,7 +44,7 @@ Gamefest 2010 - [Block Compression Smorgasbord](http://download.microsoft.com/do
[BC4 is the 3Dc+ algorithm, BC5 is 3Dc algorithm originally developed by ATI](http://en.wikipedia.org/wiki/3Dc)
[BC6H and BC7 use the BPTC algorithm originally developed by NVIDIA]([url:http://developer.download.nvidia.com/opengl/specs/GL_ARB_texture_compression_bptc.txt)
[BC6H and BC7 use the BPTC algorithm originally developed by NVIDIA](http://developer.download.nvidia.com/opengl/specs/GL_ARB_texture_compression_bptc.txt)
_'Fast Block Compression' schemes_
BC1 & BC3 algorithm from "Real-Time DXT Compression" by JMP van Waveren
@ -52,9 +52,10 @@ BC1 & BC3 algorithm from "Real-Time DXT Compression" by JMP van Waveren
BC5 algorithm from "Real-Time Normal Map DXT Compression" by JMP van Waveren & Ignacio Castaño [link](http://www.nvidia.com/object/real-time-normal-map-dxt-compression.html)
BC6H [link](url:https://software.intel.com/en-us/articles/fast-ispc-texture-compressor-update)
# Intel ISPC compressors
[BC6H](https://software.intel.com/en-us/articles/fast-ispc-texture-compressor-update)
BC7 [link](url:http://software.intel.com/en-us/articles/fast-ispc-texture-compressor) [link]([url:http://gamma.cs.unc.edu/FasTC/)
[BC7](http://software.intel.com/en-us/articles/fast-ispc-texture-compressor) [link]([url:http://gamma.cs.unc.edu/FasTC/)
# Gamma correct rendering
[Gamma-correct rendering](http://molecularmusings.wordpress.com/2011/11/21/gamma-correct-rendering/)