Commit Graph

1138 Commits (7525d356a036e80a4452a9fbd08bea279c55bd98)
 

Author SHA1 Message Date
Ignacio 95bd6193cc Fix bug 281. 6 years ago
Ignacio 6ea078f196
Merge pull request #280 from MonoGame/ignore
Added gitignore to hide stuff that shouldn't be checked in.
6 years ago
Ignacio e52a2f1a02
Merge pull request #279 from MonoGame/vc12
Fixed some missing files in the vc12 project.
6 years ago
Tom Spilman 6cb1821bf1 Added gitignore to hide stuff that shouldn't be checked in. 6 years ago
Tom Spilman 1a78eae8f6 Fixed some missing files in the vc12 project. 6 years ago
Ignacio 2c276f64d7
Merge pull request #276 from StefanBruens/fix_memalign_linux
Fix compilation on Linux - missing include, semicolon
6 years ago
Stefan Brüns ff3bd55892 Fix compilation on Linux - missing include, semicolon
According to http://man7.org/linux/man-pages/man3/memalign.3.html ,
memalign() is defined in malloc.h.
Also, the line should be terminated with a semicolon.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
6 years ago
Ignacio 9489aed825 Merge changes from The Witness. 6 years ago
Ignacio 2075d740c9
Merge pull request #274 from StefanBruens/fix_build_errors
Fix some build errors
6 years ago
Stefan Brüns 00d7e249e2 Add nvimgdiff to TOOLS target, so it is installed by default
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
6 years ago
Stefan Brüns 389f7582e5 Fix linking of bc7, needs symbols from nvmath
If nvtt is build with -Wl,--as-needed, the linker will not resolve bc7
symbols from any library listed earlier, make sure it (also) appears
after libbc7.a
6 years ago
Stefan Brüns 7b4b7bb42e Build intermediate EtcLib always as STATIC
Depending on the BUILD_SHARED_LIBS variable EtcLib may be built as SHARED
if not set explicitly, like done for the other libraries in extern.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
6 years ago
Ignacio 8e8b3b82e1
Merge pull request #273 from wsmind/master
Fix .hdr images being loaded as LDR before compression
6 years ago
Remi Papillie b03d5178fc Fix .hdr images being loaded as LDR before compression 6 years ago
Ignacio befe79d103 Merge changes from thekla-atlas. 6 years ago
Ignacio 182a326e1c
Merge pull request #271 from Chainsawkitten/patch-1
Update file paths in readme
7 years ago
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