Commit Graph

130 Commits

Author SHA1 Message Date
castano
45ee876783 Link against pthreads library on systems that do not include it automatically. Fixes issue 149. 2010-11-30 20:30:11 +00:00
castano
da35573120 Remove malloc overrides. Fixes issue 138. 2010-10-28 04:25:23 +00:00
castano
1d6861d21e Fix aliasing bug. Fixes issue 139. 2010-10-21 18:54:46 +00:00
castano
6ed91582ef Fix seek bug. Fixes issue 144. 2010-10-21 18:47:27 +00:00
castano
43ece8683d Current CUDA runtime generates cpp code by default. Fix extension. Fixes issue 133. 2010-09-20 18:18:02 +00:00
castano
64c0211779 Use posh type definitions. 2010-09-20 17:55:36 +00:00
castano
fafb147290 Fix alignment assumption. Fixes issue 132. 2010-09-07 18:28:53 +00:00
castano
b6f96418e6 Fix mirror sampling fixes issue 135. 2010-09-07 18:08:27 +00:00
castano
2a4569f258 Align rows to 8 bits only. 2010-09-07 18:07:53 +00:00
castano
7e298c13b1 Add vc9 project. 2010-08-26 17:31:27 +00:00
castano
e38fada7c0 Revert changes. 2010-08-26 17:24:01 +00:00
castano
1b43ac9a40 Update vc9 projects. Fix optimization settings. 2010-08-26 17:15:01 +00:00
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