summaryrefslogtreecommitdiff
path: root/gs/base/gdevp14.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14Fix for bug 692392. This makes sure that the transfer function is only app...Michael Vrhel1-2/+4
2011-07-28Fix Bug 692368; SEGV with clist transparency pattern in clist rendering.Robin Watts1-5/+6
2011-07-24Fix a trivial Valgrind warning.Alex Cherepanov1-2/+2
2011-07-23Fix for bug 692204. This forces DeviceGray to K only for CMYK devices.Michael Vrhel1-38/+21
2011-07-22Fix for bug 692364 in which we were were not handing the initial DeviceGray ...Michael Vrhel1-17/+3
2011-07-21pdf14 'dirty' rect optimisations.Robin Watts1-47/+48
2011-07-08Rename object_tag to graphics_type_tag and move to the device for MT rendering.Ray Johnston1-94/+93
2011-06-17Fix for Bug 692286 - Image too light -- not fully opaqueMichael Vrhel1-20/+1
2011-06-11Fix for aliasing of icc link hash codeMichael Vrhel1-7/+7
2011-05-22Fixes in ICC profile handling and device parametersMichael Vrhel1-85/+11
2011-05-19Fix for icc profile refcounting.patt_trans_clistRobin Watts1-1/+1
2011-05-19Merge branch 'master' into patt_trans_clistRobin Watts1-13/+31
2011-05-17Fix for MT crashes in lcmsMichael Vrhel1-13/+31
2011-05-17Merge branch 'master' into patt_trans_clistRobin Watts1-163/+187
2011-05-17Comment and error code handling tweaks to gdevp14.cRobin Watts1-2/+3
2011-05-15Change in device ICC profile handlingMichael Vrhel1-164/+187
2011-05-12Squash another warning; gdevp14.c.Robin Watts1-1/+0
2011-05-12Fix SEGVs seen due to icc profile data being freed.Robin Watts1-22/+32
2011-05-12Merge branch 'master' into patt_trans_clistRobin Watts1-63/+155
2011-05-07Significant change in how the device profile is handled in ghostscript. ThisMichael Vrhel1-63/+147
2011-05-04Whitespace fixes + Return from gx_forward_create_compositor.Robin Watts1-4/+4
2011-05-03Fixes for 2 issues. If a clip device is inserted in front of a pdf14 composi...Michael Vrhel1-0/+79
2011-05-03Add gx_device_dump debugging function.Robin Watts1-0/+8
2011-04-29Whitespace fixes.Robin Watts1-3/+3
2011-04-26Check to make sure an empty deviceN params member does not lead to an imprope...Michael Vrhel1-1/+1
2011-04-20Work on the pattern transparency clist code.mvrhel1-137/+287
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-2109/+2099
2011-04-07Fix for 692123. It was necessary to make sure that the blending state of the...Michael Vrhel1-16/+25
2011-04-01Fix so that we have proper antialiasing with softmasks. Fixes bug 687674Michael Vrhel1-0/+3
2011-04-01Fix so that anti-aliasing works when the source file contains transparency. ...Michael Vrhel1-19/+187
2011-03-30Add new dev_spec_op call to device procs table, along with gxdevsop.h headerRobin Watts1-10/+15
2011-03-26Fix for issue found by Chris where we have a soft mask embedded in a softmask...Michael Vrhel1-63/+56
2011-03-23This commit fixes several issues.Michael Vrhel1-23/+91
2011-03-21Fix for memory leaks in the pdf14 device. These could occur with softmask an...Michael Vrhel1-3/+13
2011-03-10Fix for bug 692038.Michael Vrhel1-10/+74
2011-03-07Fix for compositor device chaining in the pdf14 device. This was detected in aRay Johnston1-5/+5
2011-01-19Revision 12038 revealed a bug in the transparency code; an operation withRobin Watts1-8/+27
2011-01-19Bug 691897 shows a PDF that is much slower when transparency is enabled thanRobin Watts1-2/+2
2011-01-07Fix so that we do not do the ICC optimized flow for color images when our tar...Michael Vrhel1-1/+5
2010-12-10Removal of Smask_is_CIE flag in the code as well as removal of code that is n...Michael Vrhel1-7/+5
2010-12-10Apply proper alpha blending to compute luminosity of mask per the PDF specifi...Michael Vrhel1-15/+17
2010-12-06Fix for bug 691466. Problem was caused by the DeviceN alternate color space ...Michael Vrhel1-2/+2
2010-12-02Fix for bug 691803. This provides a fix for cases where we have soft masks e...Michael Vrhel1-15/+40
2010-12-01Additional debug code to help in soft mask problems.Michael Vrhel1-1/+17
2010-12-01Fix so that the blend compositor actions are only removed from the clist comp...Michael Vrhel1-25/+34
2010-11-29Fix for bug 691748. The idle optimizations for the softmask are not really v...Michael Vrhel1-1/+1
2010-11-24Style clean up of gdevp14.c for white space, comments, long lines and dead code.Michael Vrhel1-272/+226
2010-11-24Fix so that we handle the \B command properly when we have transparency. The...Michael Vrhel1-19/+52
2010-10-08Fix for miscalculation of clist_color_info.depth when tags are part ofRay Johnston1-2/+5
2010-09-29Fix calculation of offset to tag plane in pdf14_mark_fill_rectangle to cureRay Johnston1-1/+1