Ignacio
|
182a326e1c
|
Merge pull request #271 from Chainsawkitten/patch-1
Update file paths in readme
|
2017-11-15 16:45:18 -08:00 |
|
Albin Bernhardsson
|
133b84d536
|
Update file paths in readme
There is no src/nvimage/nvtt folder.
|
2017-11-08 22:49:11 +01:00 |
|
Ignacio
|
6816128f80
|
Add dataset from lightmap compression article.
|
2017-09-28 22:32:59 -07:00 |
|
Ignacio
|
e442d6d390
|
Remove incorrect assert. Fixes issue #261.
|
2017-09-04 12:34:00 -07:00 |
|
Ignacio
|
ed735ac2cb
|
Fix alpha coverage subsampling. Fixes issue #266.
|
2017-09-04 12:25:22 -07:00 |
|
Ignacio
|
5f6424778e
|
Update changelog
|
2017-08-23 11:05:30 -07:00 |
|
Ignacio
|
132cf14623
|
Bump version number
|
2017-08-23 11:02:09 -07:00 |
|
Ignacio
|
8d333f2a4f
|
Merge pull request #264 from justinmeiners/master
added noalpha option to assemble and fixed RGB write
|
2017-06-28 15:06:12 -07:00 |
|
Justin Meiners
|
d47de35893
|
added noalpha option to assemble and fixed RGB write
|
2017-06-28 15:53:50 -06:00 |
|
Ignacio
|
4fb0070b7e
|
Do not use undeclared format.
|
2017-06-28 11:26:18 -07:00 |
|
Ignacio
|
fa03dfc291
|
Add option to control prefered swizzle.
|
2017-06-28 11:19:47 -07:00 |
|
Ignacio
|
923b57db45
|
Merge pull request #255 from AMDmi3/patch-3
Use libexecinfo on FreeBSD as well
|
2017-06-06 17:58:17 -07:00 |
|
Ignacio
|
ef30f69c9d
|
Merge pull request #256 from AMDmi3/patch-4
Use HW_NCPU on FreeBSD as well
|
2017-06-06 17:57:50 -07:00 |
|
Ignacio
|
7849ee9e71
|
Merge pull request #260 from leper/master
Add virtual destructor to TaskDispatcher.
|
2017-06-06 17:57:01 -07:00 |
|
Ignacio
|
0608489ec4
|
Merge pull request #262 from kencooke/master
Fast implementations of toLinear() and toGamma() for default gamma=2.2
|
2017-06-06 17:56:24 -07:00 |
|
Ken Cooke
|
01597842fe
|
Update CMakeLists.txt and vc8/9/10 projects
|
2017-06-04 11:10:15 -07:00 |
|
Ken Cooke
|
96b73af196
|
Fast implementations of toLinear() and toGamma() for default gamma=2.2
|
2017-06-01 13:44:28 -07:00 |
|
leper
|
78054e977b
|
Add virtual destructor to TaskDispatcher.
This removes a GCC warning about that missing while virtual functions exist.
|
2017-05-04 03:22:19 +02:00 |
|
Dmitry Marakasov
|
a64cc24169
|
Use HW_NCPU on FreeBSD as well
|
2017-02-16 18:21:39 +04:00 |
|
Dmitry Marakasov
|
6b24b1f45c
|
Use libexecinfo on FreeBSD as well
|
2017-02-16 18:20:07 +04:00 |
|
Ignacio
|
e85d851cd9
|
Do not compile etcpack. Only used for reference.
|
2017-02-15 11:12:27 -08:00 |
|
Ignacio
|
91fe4d37d6
|
Enable c++1x the official way.
|
2017-02-15 11:11:44 -08:00 |
|
Ignacio
|
1762334a9f
|
Fix buildpkg for osx.
|
2017-02-15 11:10:43 -08:00 |
|
Ignacio
|
d7612a3b67
|
Add some external dependencies.
|
2017-02-08 11:42:25 -08:00 |
|
Ignacio
|
1004d5d5b5
|
Merge pull request #252 from lunkhound/fix-normal-maps
fix a bug where created normal maps were not packed prior to compression
|
2016-12-26 23:19:17 -08:00 |
|
Lunkhound
|
0535ab3414
|
fix a bug where created normal maps were not packed prior to compression
|
2016-12-26 12:34:06 -08:00 |
|
Ignacio
|
cec8e7159a
|
Merge pull request #247 from Lectem/patch-2
Fix compression for non multiple of 4 texture size
|
2016-10-19 12:18:36 -07:00 |
|
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
|
2016-10-19 17:47:00 +02:00 |
|
Ignacio
|
6fb57d3478
|
Fix order of kaiser parameters.
|
2016-10-05 11:14:11 -07:00 |
|
Ignacio
|
fa6ebda53f
|
Cleanups for 2.1.0 release.
|
2016-09-19 12:53:33 -07:00 |
|
Ignacio
|
383331bb42
|
Fix issue #240.
|
2016-09-19 11:29:40 -07:00 |
|
Ignacio
|
1a75484520
|
Minor fixes.
|
2016-09-19 11:20:25 -07:00 |
|
Ignacio
|
a11a6739c2
|
Fix comments. Minor fixes.
|
2016-09-19 11:12:19 -07:00 |
|
Ignacio
|
94e0ba9ec7
|
Merge pull request #245 from Lectem/patch-1
Fix build on VC2015 (missing typedefs)
|
2016-09-19 10:57:25 -07:00 |
|
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.
|
2016-09-19 10:28:03 +02:00 |
|
Ignacio
|
d41c7ac33a
|
Merge pull request #243 from fshp/master
Fix CMakeLists after rename license and readme files
|
2016-09-14 11:37:41 -07:00 |
|
Maxim Moseychuk
|
396b6153af
|
Fix CMakeLists after rename license and readme files
Additions to 831ebec475
|
2016-09-14 13:18:36 +03:00 |
|
Ignacio
|
831ebec475
|
Update readme files.
|
2016-08-16 12:43:17 -07:00 |
|
Ignacio
|
b0afc82d7d
|
Minor osx fixes.
Remove FindCUDA and use cmake version instead.
|
2016-08-16 12:31:31 -07:00 |
|
Ignacio
|
8659d3fb4a
|
Merge pull request #241 from krytarowski/netbsd-1
Add basic NetBSD support
|
2016-07-30 09:01:25 -07:00 |
|
Kamil Rytarowski
|
3c4ccd41fa
|
Add basic NetBSD support
|
2016-07-30 11:49:33 +02:00 |
|
Ignacio
|
475c66d2cc
|
Merge pull request #239 from madscientist159/master
Fix remaining issues on PPC64EL
|
2016-07-12 00:57:05 -07:00 |
|
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>
|
2016-07-12 06:04:04 +00:00 |
|
Ignacio
|
b549e862b0
|
Merge pull request #238 from madscientist159/master
Fix PPC64LE builds
|
2016-06-29 17:04:44 -07:00 |
|
Timothy Pearson
|
203eda1d47
|
Fix build on PPC64LE
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
|
2016-06-26 20:09:39 -05:00 |
|
Timothy Pearson
|
47b06d3255
|
Fix build failure due to PPM save incorrect data types
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
|
2016-06-26 20:02:28 -05:00 |
|
Ignacio
|
e965a668a3
|
Merge pull request #237 from sanderd17/patch-1
Fix compilation on GCC 6
|
2016-06-20 12:36:57 -07:00 |
|
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
|
2016-06-12 15:09:19 +02:00 |
|
Ignacio
|
875a78a124
|
Merge pull request #236 from mpersano/master
Add support for compressing texture arrays.
|
2016-02-29 12:50:39 -08:00 |
|
mpersano
|
46e5c6a8ee
|
Fix nvassemble command-line options parsing.
|
2016-02-28 08:17:35 -03:00 |
|