Commit Graph

118 Commits

Author SHA1 Message Date
castano
849c4137be Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134. 2010-08-26 16:41:24 +00:00
castano
906e22fd6d Add old change left on old pc. 2010-06-09 07:41:50 +00:00
dblack@fastmail.fm
0cf3d36763 Add thread validation to the .NET compressor object.
Plus for safeties sake use BeginThreadAffinity()...
2010-06-05 15:26:34 +00:00
dblack@fastmail.fm
954b479669 Fix the calling convention used by the C# wrapper. I should probably have tested with the debug version before...!
Add a ChangeLog entry.
2010-06-03 21:44:29 +00:00
castano
5e114b8826 Fix typos and merge changes from trunk. 2010-06-01 19:23:12 +00:00
castano
651a2edea3 Add support for luminance flag. Fixes issue 126. 2010-06-01 19:04:58 +00:00
castano
541e111e52 Fix assert when reading paletted TGA images. Fixes issue 125. 2010-06-01 17:51:57 +00:00
dblack@fastmail.fm
e832738e73 Small fix for the call signature of a callback in the .NET wrapper. 2010-05-30 17:51:05 +00:00
dblack@fastmail.fm
c72fbfc1b4 Repair C wrapper.
Fix + Improve C# / .NET wrapper.
Add an XNA content processor, this will allow texture tools to be used as part of an XNA project.
2010-05-30 15:47:27 +00:00
castano
1df1fc8f3d Fix polyphase filter. 2010-05-27 19:29:14 +00:00
castano
e589180d04 Upate resources file. 2010-05-15 09:09:20 +00:00
castano
8025ab13b5 Add -alpha option. Get things ready for 2.0.8 revision. 2010-05-14 17:58:59 +00:00
castano
d47b3cb84d Fix fixed to float image conversion. Patch provided by Alex Pfaffe. Fixes issue 121. 2010-05-09 06:58:47 +00:00
castano
4e6bfd3b16 Update changelog. 2010-04-19 23:22:22 +00:00
castano
e961f72014 Better estimate of principle component in CUDA. Fixes issue 120. 2010-04-19 19:40:38 +00:00
castano
f48e912226 Better estimation of principle component. Fixes issue 120. 2010-04-19 18:40:24 +00:00
castano
451de12b8b Fix FindOpenEXR cmake script. Fixes issue 97. 2010-03-18 00:21:13 +00:00
castano
e4e39853d0 Update changelog. 2010-03-18 00:13:05 +00:00
castano
4b64d0f31a Fix cmake build in msvc. Fixes issue 111. 2010-03-18 00:12:20 +00:00
castano
d566f66ce9 Fix issue 115. 2010-03-10 08:08:44 +00:00
castano
78a97985fe Fix issue 112. 2010-03-02 01:29:48 +00:00
castano
e4d46ac128 Update weighted cluster fit to use latest version from trunk 2009-11-06 01:28:25 +00:00
castano
f037a6bb7f Add post build commands to 64 bit target too. 2009-11-05 00:30:32 +00:00
castano
f91f048997 Update changelog. 2009-11-04 20:34:43 +00:00
castano
1dda61393c Undo changes. 2009-11-04 08:55:24 +00:00
castano
2011c08794 Update version in dds fingerprint. 2009-11-04 08:33:36 +00:00
castano
40e6b64f7f Update version. 2009-11-04 08:31:52 +00:00
castano
7cb015dde6 Update changelog. 2009-11-04 08:31:38 +00:00
castano
faead5e58b Do not fail when the process is already using CUDA.
Attempt to use the selected cuda device.
More strict device selection.
2009-11-04 06:16:03 +00:00
castano
b43118453c Enable weighted cluster fit compressor by default. 2009-10-21 07:50:24 +00:00
castano
e8490c2b2b Set default alpha mode to none. 2009-10-14 00:07:06 +00:00
castano
082d2bd50c Fix error in Snow Leopard. 2009-10-12 00:44:50 +00:00
castano
81e6833a23 Fix comment. 2009-08-26 01:27:23 +00:00
castano
2f09b0d5d6 Fix assertion. Fixes issue 99. 2009-07-03 00:07:10 +00:00
castano
c33e907dc2 Eliminate unused variables. 2009-06-14 08:24:57 +00:00
castano
5c26bee3ce Update changelog.
Formatting fixes.
2009-06-14 08:23:56 +00:00
castano
961e2851b5 Add SIMD implementation of power method. Fixes issue 94. 2009-06-14 08:18:23 +00:00
castano
f0b3856f8e Set threads package required. Hopefully fixes issue 97. 2009-06-13 14:29:28 +00:00
castano
03c7bf70f0 Update changelog. 2009-06-13 14:16:22 +00:00
castano
2244de96a3 Return correct error codes. Fix issue 92. 2009-06-13 14:15:55 +00:00
castano
e68af3e79c Fix issue 92. Return correct error codes. 2009-06-13 14:00:59 +00:00
castano
8ef73ed87c Use memory allocator. 2009-06-13 13:54:36 +00:00
castano
8888a0b0df Fix error. 2009-06-13 13:54:20 +00:00
castano
3bae2b06db Fix non-thread-safe code. 2009-06-13 13:54:04 +00:00
javiuniversidad@gmail.com
563113bb08 Add DDSFormatGlobals. 2009-04-11 22:26:02 +00:00
javiuniversidad@gmail.com
b9cb11b331 Add prebuilt event to copy output files. 2009-04-11 17:53:15 +00:00
javiuniversidad@gmail.com
25a2139674 Add Binaries folder. 2009-04-11 17:07:07 +00:00
castano
1270ca5f5d Fix msvc warning. 2009-03-19 18:50:17 +00:00
castano
a21e021eba Update single color compression tables. Fixes issue 85. 2009-03-19 10:02:53 +00:00
castano
f8e7767cea Fix pixel format conversion code. Fixes issue 87. 2009-03-19 09:02:23 +00:00