Merge changes from the witness.

This commit is contained in:
castano
2010-07-13 03:08:45 +00:00
parent 30b9545d75
commit 9094756997
23 changed files with 487 additions and 478 deletions

View File

@ -26,7 +26,7 @@
#include "Compressor.h"
struct Tile;
class Tile;
namespace nv
{

View File

@ -69,7 +69,7 @@ int main(int argc, char *argv[])
float gamma = 2.2f;
image.toLinear(gamma);
float alphaRef = 0.95;
float alphaRef = 0.95f;
float coverage = image.alphaTestCoverage(alphaRef);
// Build mimaps.