Commit Graph

290 Commits

Author SHA1 Message Date
castano
c722267b9b Link against pthreads library on systems that do not include it automatically. Fixes issue 149. 2010-11-30 20:30:11 +00:00
castano
f33bcfafad Remove malloc overrides. Fixes issue 138. 2010-10-28 04:25:23 +00:00
castano
2d9805123c Fix aliasing bug. Fixes issue 139. 2010-10-21 18:54:46 +00:00
castano
e70de27d12 Fix seek bug. Fixes issue 144. 2010-10-21 18:47:27 +00:00
castano
25673a0c42 Use posh type definitions. 2010-09-20 17:55:36 +00:00
castano
66a8237215 Fix alignment assumption. Fixes issue 132. 2010-09-07 18:28:53 +00:00
castano
2ea2b40c72 Fix mirror sampling fixes issue 135. 2010-09-07 18:08:27 +00:00
castano
e2ac16f100 Align rows to 8 bits only. 2010-09-07 18:07:53 +00:00
castano
dcdeead859 Fix DXT1a single color compressor. Compare alpha against 0 instead of 128. Fixes issue 134. 2010-08-26 16:41:24 +00:00
castano
fd7c51068f Fix typos and merge changes from trunk. 2010-06-01 19:23:12 +00:00
castano
0b2e6d633d Add support for luminance flag. Fixes issue 126. 2010-06-01 19:04:58 +00:00
castano
acc7dee80f Fix assert when reading paletted TGA images. Fixes issue 125. 2010-06-01 17:51:57 +00:00
dblack@fastmail.fm
b24e3bbcf2 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
3c559666b0 Fix polyphase filter. 2010-05-27 19:29:14 +00:00
castano
3fafa5f0a6 Add -alpha option. Get things ready for 2.0.8 revision. 2010-05-14 17:58:59 +00:00
castano
20606def7c Fix fixed to float image conversion. Patch provided by Alex Pfaffe. Fixes issue 121. 2010-05-09 06:58:47 +00:00
castano
265dbf33c3 Better estimate of principle component in CUDA. Fixes issue 120. 2010-04-19 19:40:38 +00:00
castano
a728e4a768 Better estimation of principle component. Fixes issue 120. 2010-04-19 18:40:24 +00:00
castano
17ca9ab4ca Fix cmake build in msvc. Fixes issue 111. 2010-03-18 00:12:20 +00:00
castano
24cde600ca Fix issue 115. 2010-03-10 08:08:44 +00:00
castano
d0315d6408 Fix issue 112. 2010-03-02 01:29:48 +00:00
castano
8af199a819 Update weighted cluster fit to use latest version from trunk 2009-11-06 01:28:25 +00:00
castano
2392b1da5e Undo changes. 2009-11-04 08:55:24 +00:00
castano
ffe94b76fb Update version in dds fingerprint. 2009-11-04 08:33:36 +00:00
castano
93625c7de8 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
6e9feef6f4 Enable weighted cluster fit compressor by default. 2009-10-21 07:50:24 +00:00
castano
b1b3ccbd6f Set default alpha mode to none. 2009-10-14 00:07:06 +00:00
castano
27cab64175 Fix error in Snow Leopard. 2009-10-12 00:44:50 +00:00
castano
0293f73121 Fix comment. 2009-08-26 01:27:23 +00:00
castano
64db4c2379 Fix assertion. Fixes issue 99. 2009-07-03 00:07:10 +00:00
castano
43ba8d50d4 Eliminate unused variables. 2009-06-14 08:24:57 +00:00
castano
5be5a6b922 Update changelog.
Formatting fixes.
2009-06-14 08:23:56 +00:00
castano
7629e396b8 Add SIMD implementation of power method. Fixes issue 94. 2009-06-14 08:18:23 +00:00
castano
341c393dde Set threads package required. Hopefully fixes issue 97. 2009-06-13 14:29:28 +00:00
castano
cfb7d7e4ed Return correct error codes. Fix issue 92. 2009-06-13 14:15:55 +00:00
castano
5eef915c0b Fix issue 92. Return correct error codes. 2009-06-13 14:00:59 +00:00
castano
a5fdca595a Use memory allocator. 2009-06-13 13:54:36 +00:00
castano
b5e5d4b0a2 Fix error. 2009-06-13 13:54:20 +00:00
castano
82f99ea9d2 Fix non-thread-safe code. 2009-06-13 13:54:04 +00:00
castano
dc8fe745c0 Fix msvc warning. 2009-03-19 18:50:17 +00:00
castano
3322367311 Update single color compression tables. Fixes issue 85. 2009-03-19 10:02:53 +00:00
castano
963d2969b8 Fix pixel format conversion code. Fixes issue 87. 2009-03-19 09:02:23 +00:00
castano
6d9e6881d3 Shutdown CUDA properly. Fixes issue 83. 2009-03-18 05:52:14 +00:00
castano
4f58a1bf8b Merge changes from trunk. 2009-03-18 04:04:09 +00:00
castano
30eb24149e Fix typo. Fixes issue 81. 2009-02-03 08:00:59 +00:00
castano
794e4e90c6 Fix generation of blended sobel filter. Fixes issue 77. 2009-01-28 00:31:00 +00:00
castano
bdb9502ac6 Include correct header file. 2009-01-17 03:27:49 +00:00
castano
92f76113e5 Merge changes from trunk. Fix bugs and warnings under gcc 4.3.2. 2009-01-17 03:25:44 +00:00
castano
bd7013a37b Detect CUDA 2.1 properly. 2009-01-17 03:21:24 +00:00
castano
1ec9f130e2 Print message indicating whether CUDA is enabled or not. 2009-01-17 03:21:08 +00:00