summaryrefslogtreecommitdiff
path: root/gs/base/lib.mak
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-09-30 13:14:52 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2013-10-09 10:13:19 -0700
commit2d2cc321df4223fd7cf64946ac2fa963fa1cea3d (patch)
tree78122ea88af24b1b76855c03d3025980b05ecb0b /gs/base/lib.mak
parent1969b28c60d666b5eab0050169b5b9aae1a28db5 (diff)
downloadghostpdl-2d2cc321df4223fd7cf64946ac2fa963fa1cea3d.tar.gz
Knockout non-isolated transparency group support.
Fixes bug 692766 Proper non-isolated knockout group support added. This commit adds non-isolated knockout group support to gs. Also, previously, non-isolated groups that had color space mismatches were being forced to be isolated. We now color convert the parent buffer to the new groups color space to ensure that the group is handled in the way it should. This work revealed an issue in the color handling of planar buffers which was also fixed. Also, an issue with clipping to the soft mask boundary during a transparency group pop was was discovered and fixed as well as an overprint simulation issue in transparency. Several progressions occurred with this fix. Fixes bug 692766.
Diffstat (limited to 'gs/base/lib.mak')
-rw-r--r--gs/base/lib.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/lib.mak b/gs/base/lib.mak
index b77198918..b140ab049 100644
--- a/gs/base/lib.mak
+++ b/gs/base/lib.mak
@@ -3010,7 +3010,7 @@ $(GLOBJ)gxblend.$(OBJ) : $(GLSRC)gxblend.c $(AK) $(gx_h) $(memory__h)\
$(GLOBJ)gxblend1.$(OBJ) : $(GLSRC)gxblend1.c $(AK) $(gx_h) $(memory__h)\
$(gstparam_h) $(gsrect_h) $(gxdcconv_h) $(gxblend_h) $(gxdevcli_h)\
$(gxistate_h) $(gdevdevn_h) $(gdevp14_h) $(vdtrace_h) $(png__h) $(gp_h)\
- $(MAKEDIRS)
+ $(gsicc_cache_h) $(MAKEDIRS)
$(GLCC) $(GLO_)gxblend1.$(OBJ) $(C_) $(GLSRC)gxblend1.c
$(GLOBJ)gdevp14.$(OBJ) : $(GLSRC)gdevp14.c $(AK) $(gx_h) $(gserrors_h)\