FasTC/PVRTCEncoder
Pavel Krajcevski 91c79cd717 Fix Bilinear upscale
There were a couple of fixes.

1. Add another set of pixels to an image that represent the fractional bits that get populated as a result of doing a bilerp.
2. Do not consider individual axes when doing the bilerp. Instead, assign a weight to each of the different texels that we will use for the bilerp. Then, combine them and save the fractional bits.
2013-09-06 01:58:53 -04:00
..
include Two enhancements: 2013-09-06 01:53:10 -04:00
src Fix Bilinear upscale 2013-09-06 01:58:53 -04:00
test Switch red and blue channels in our decompressor test. 2013-09-05 14:49:08 -04:00
CMakeLists.txt Add some hacky includes and libraries to support writing out debug images 2013-09-06 01:50:46 -04:00