summaryrefslogtreecommitdiff
path: root/gs/src/gdevwts.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-29Split the source tree into two new directories.Ralph Giles1-1136/+0
2008-07-06Fix address/value problem. How this ever seemed to work, who knows.Ray Johnston1-1/+1
2008-02-18Propagate the new method argument change introduced in r8528 to the wtsRalph Giles1-2/+2
2007-11-01Make sure that errors are propogated to caller in the WTS device (suchRay Johnston1-2/+6
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-27/+27
2007-08-20Use the color lookup cache in wtsimdi_contone_get_bits_rectangle.Ray Johnston1-67/+46
2007-08-14Throw an diagnostic error if the wts_plane_* halftone files cannotRalph Giles1-12/+20
2007-08-14Change the path to the icc link profile to the current workingRalph Giles1-1/+1
2007-06-29Fix optimization for 0 and 0xff (non-dithered) colors in the wtsimdi_copy_monoRay Johnston1-80/+85
2007-06-27Fix an out of bounds buffer write in the wts_load_halftone logic and fineRay Johnston1-15/+41
2007-06-26Add logic for a configurable color lookup cache to the wts* devices.Ray Johnston1-27/+90
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles1-1/+1
2007-05-28Primarily fix for wtsimdi problem with wts dithering phase shift atRay Johnston1-12/+20
2007-05-23Change the .ppm output from the wtsimdi device to write a P6 withRay Johnston1-5/+5
2007-05-14Correct keyword substitution.Ralph Giles1-1/+1
2007-05-09Covert gdevwts.c to native line endings and turn on keyworkRalph Giles1-1043/+1043
2007-04-29Fix structure problem (this could have caused out-of-bounds access).Ray Johnston1-1/+1
2007-04-28Add missing comment (brief description line).Ray Johnston1-1/+1
2007-04-06force the wts device to always band.Henry Stiles1-0/+2
2007-04-05fixes a UMR that was caused by a typo.Henry Stiles1-1/+1
2007-04-03Committing Raph's wtsimdi deviceStefan Kemper1-0/+1041