Commit Graph

1172 Commits (master)
 

Author SHA1 Message Date
Albin Bernhardsson 133b84d536
Update file paths in readme
There is no src/nvimage/nvtt folder.
7 years ago
Ignacio 6816128f80 Add dataset from lightmap compression article. 7 years ago
Ignacio e442d6d390 Remove incorrect assert. Fixes issue #261. 7 years ago
Ignacio ed735ac2cb Fix alpha coverage subsampling. Fixes issue #266. 7 years ago
Ignacio 5f6424778e Update changelog 7 years ago
Ignacio 132cf14623 Bump version number 7 years ago
Ignacio 8d333f2a4f Merge pull request #264 from justinmeiners/master
added noalpha option to assemble and fixed RGB write
7 years ago
Justin Meiners d47de35893 added noalpha option to assemble and fixed RGB write 7 years ago
Ignacio 4fb0070b7e Do not use undeclared format. 7 years ago
Ignacio fa03dfc291 Add option to control prefered swizzle. 7 years ago
Ignacio 923b57db45 Merge pull request #255 from AMDmi3/patch-3
Use libexecinfo on FreeBSD as well
7 years ago
Ignacio ef30f69c9d Merge pull request #256 from AMDmi3/patch-4
Use HW_NCPU on FreeBSD as well
7 years ago
Ignacio 7849ee9e71 Merge pull request #260 from leper/master
Add virtual destructor to TaskDispatcher.
7 years ago
Ignacio 0608489ec4 Merge pull request #262 from kencooke/master
Fast implementations of toLinear() and toGamma() for default gamma=2.2
7 years ago
Ken Cooke 01597842fe Update CMakeLists.txt and vc8/9/10 projects 7 years ago
Ken Cooke 96b73af196 Fast implementations of toLinear() and toGamma() for default gamma=2.2 7 years ago
leper 78054e977b Add virtual destructor to TaskDispatcher.
This removes a GCC warning about that missing while virtual functions exist.
7 years ago
Dmitry Marakasov a64cc24169 Use HW_NCPU on FreeBSD as well 7 years ago
Dmitry Marakasov 6b24b1f45c Use libexecinfo on FreeBSD as well 7 years ago
Ignacio e85d851cd9 Do not compile etcpack. Only used for reference. 7 years ago
Ignacio 91fe4d37d6 Enable c++1x the official way. 7 years ago
Ignacio 1762334a9f Fix buildpkg for osx. 7 years ago
Ignacio d7612a3b67 Add some external dependencies. 7 years ago
Ignacio 1004d5d5b5 Merge pull request #252 from lunkhound/fix-normal-maps
fix a bug where created normal maps were not packed prior to compression
7 years ago
Lunkhound 0535ab3414 fix a bug where created normal maps were not packed prior to compression 7 years ago
Ignacio cec8e7159a Merge pull request #247 from Lectem/patch-2
Fix compression for non multiple of 4 texture size
8 years ago
Lectem 24e63456c6 Fix compression for non multiple of 4 texture size
If the width or the height was not a multiple of 4, we would read data outside of the bitmap array
8 years ago
Ignacio 6fb57d3478 Fix order of kaiser parameters. 8 years ago
Ignacio fa6ebda53f Cleanups for 2.1.0 release. 8 years ago
Ignacio 383331bb42 Fix issue #240. 8 years ago
Ignacio 1a75484520 Minor fixes. 8 years ago
Ignacio a11a6739c2 Fix comments. Minor fixes. 8 years ago
Ignacio 94e0ba9ec7 Merge pull request #245 from Lectem/patch-1
Fix build on VC2015 (missing typedefs)
8 years ago
Lectem 1770ad7280 Fix build on VC2015
On VC2015 the project wouldn't build because of the missing typedefs.
This was tested on both 2013 and 2015.
8 years ago
Ignacio d41c7ac33a Merge pull request #243 from fshp/master
Fix CMakeLists after rename license and readme files
8 years ago
Maxim Moseychuk 396b6153af
Fix CMakeLists after rename license and readme files
Additions to 831ebec475
8 years ago
Ignacio 831ebec475 Update readme files. 8 years ago
Ignacio b0afc82d7d Minor osx fixes.
Remove FindCUDA and use cmake version instead.
8 years ago
Ignacio 8659d3fb4a Merge pull request #241 from krytarowski/netbsd-1
Add basic NetBSD support
8 years ago
Kamil Rytarowski 3c4ccd41fa Add basic NetBSD support 8 years ago
Ignacio 475c66d2cc Merge pull request #239 from madscientist159/master
Fix remaining issues on PPC64EL
8 years ago
Timothy Pearson f8790a536a Fix remaining issues on PPC64EL
One AltiVec-related build issue remained
Self tests now pass on LE POWER platforms

Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
8 years ago
Ignacio b549e862b0 Merge pull request #238 from madscientist159/master
Fix PPC64LE builds
8 years ago
Timothy Pearson 203eda1d47 Fix build on PPC64LE
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
8 years ago
Timothy Pearson 47b06d3255 Fix build failure due to PPM save incorrect data types
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
8 years ago
Ignacio e965a668a3 Merge pull request #237 from sanderd17/patch-1
Fix compilation on GCC 6
8 years ago
sanderd17 65b3dfa4a6 Fix compilation on GCC 6
GCC 6 apparently doesn't want to cast booleans to pointers anymore. So this fixes it for us. See also our changeset: http://trac.wildfiregames.com/changeset/18364
8 years ago
Ignacio 875a78a124 Merge pull request #236 from mpersano/master
Add support for compressing texture arrays.
8 years ago
mpersano 46e5c6a8ee Fix nvassemble command-line options parsing. 8 years ago
mpersano 2bd367a4dc Add support for compressing texture arrays.
Also add support for reading/writing DX10 uncompressed (RGB/lumi) textures, so
now it's possible to compress a texture array assembled with nvcompress.
8 years ago