DRC
|
7b8366223a
|
More recent versions of autoconf add -traditional-cpp to the CPP flags, which causes jsimdcfg.inc.h to not preprocess correctly unless we expand all of the instances of the #definev macro.
|
2012-06-28 23:24:29 +00:00 |
|
DRC
|
d345306ecc
|
When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel.
|
2011-09-08 23:54:40 +00:00 |
|
DRC
|
edf4d637e1
|
Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters
|
2011-09-07 06:31:00 +00:00 |
|
Pierre Ossman
|
093fe3bb51
|
Add SSE2 SIMD implementation of computationally intensive routines.
|
2009-03-09 13:34:17 +00:00 |
|
Pierre Ossman
|
205cdc87d4
|
Add SSE SIMD implementation of computationally intensive routines.
|
2009-03-09 13:31:56 +00:00 |
|
Pierre Ossman
|
9a4a8bb721
|
Add 3DNow SIMD implementation of computationally intensive routines.
|
2009-03-09 13:28:10 +00:00 |
|
Pierre Ossman
|
649fe159ce
|
Add MMX SIMD implementation of computationally intensive routines.
|
2009-03-09 13:25:30 +00:00 |
|
Pierre Ossman
|
863946aebd
|
Implement x86 SIMD framework
Add NASM support and stub routine for detecting SIMD extensions.
|
2009-03-09 13:21:27 +00:00 |
|