summaryrefslogtreecommitdiff
path: root/gs/base/gxpcmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Fix for patterns with plank device, transparency, and clist.Michael Vrhel1-0/+8
2011-08-26Allow planar devices to store patterns as bitmaps not clist onlyMichael Vrhel1-6/+0
2011-08-25Fix so pattern debug code dumps planar bitmap.Michael Vrhel1-14/+62
2011-08-23Forcing of clist only rendering of patterns if target device is planar.Michael Vrhel1-0/+6
2011-07-23Fix compiler warnings.Ray Johnston1-0/+1
2011-07-20Add finalize function to pattern clist device.Robin Watts1-1/+7
2011-07-18Fix plane calculations in planar pattern management.Robin Watts1-2/+2
2011-07-16Pattern accumulator changes to support planar output devices.Robin Watts1-4/+39
2011-07-16Fix pattern cache tile accounting.Robin Watts1-29/+9
2011-07-08Rename object_tag to graphics_type_tag and move to the device for MT rendering.Ray Johnston1-2/+4
2011-06-06Fix Bug 689737: antialiasing issues with patterns.Robin Watts1-34/+53
2011-05-23Fix for pdfwritten fts_42xx.xps crashing in transparency stuff.Robin Watts1-4/+8
2011-05-17Fix SEGV in Bug691538.pdf.Robin Watts1-27/+27
2011-05-12Merge branch 'master' into patt_trans_clistRobin Watts1-4/+1
2011-05-07Significant change in how the device profile is handled in ghostscript. ThisMichael Vrhel1-4/+1
2011-04-27Whitespace fixups.Robin Watts1-2/+3
2011-04-27Fix overflow in pattern tile size estimation code.Robin Watts1-4/+6
2011-04-20Work on the pattern transparency clist code.mvrhel1-55/+123
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-398/+392
2011-03-30Add new dev_spec_op call to device procs table, along with gxdevsop.h headerRobin Watts1-2/+3
2011-01-14Bracket off gs_debug_c with #ifdef DEBUG so it is not called inHenry Stiles1-0/+8
2010-10-25Rev. 11785 have introduced double decrement of the reference counter inAlex Cherepanov1-1/+0
2010-10-12Fix for a large memory leak that can occur when a pattern cache entry is free...Michael Vrhel1-1/+6
2010-09-08Fix to enable proper mask filling with patterns that have transparency. Majo...Michael Vrhel1-5/+7
2010-08-19Fix bug #691564. The assignment of the target device did not use theHenry Stiles1-1/+1
2010-08-10Commit to move the ICC profile for the device within the device structure. T...Michael Vrhel1-0/+4
2010-08-09Free the pattern-clist devices that are created (and left for the GC toRay Johnston1-0/+1
2010-08-06Fix segfault seen with fts_17_1704.pdf when the clist playback of patternsRay Johnston1-2/+7
2010-08-06Add a new paramter MaxPatternBitmap with a default value of 8Mb. FormerlyRay Johnston1-3/+5
2010-07-31Fix the calculation of the size of the pattern bitmap by correcting theRay Johnston1-1/+1
2010-06-28Fix a typo, thanks to Ken for spotting this in review.Henry Stiles1-1/+1
2010-06-26The ad hoc gstate setup for patterns should not call grestore afterHenry Stiles1-1/+2
2010-06-22Erase patterns with the color white instead of filling the patternHenry Stiles1-14/+45
2010-06-11Fix pdfwrite - device reference counting problem with patterns and XPSKen Sharp1-2/+22
2010-05-24Merge of icc_work branch into trunk.Michael Vrhel1-0/+8
2010-05-20Merge of trunk into branch through rev 11285Michael Vrhel1-14/+39
2010-05-11Debug code for helping in debug of 689737. The pattern that is created is 1 ...Michael Vrhel1-15/+25
2010-05-10Retry of fix for Bug 69048 (this one actually builds...) Again this should on...Michael Vrhel1-1/+16
2010-05-10Reversion to 11210 until I figure out what went wrong...Michael Vrhel1-16/+1
2010-05-09Fix for Bug 690487. This should only be a factor when using GraphicsAlphaBit...Michael Vrhel1-1/+16
2010-04-26Clean up of memory management for the icc objects (the cache and the profile ...Michael Vrhel1-0/+6
2010-02-25Fix to allocate icc link cache for clist device when pattern is a clist.Michael Vrhel1-0/+2
2009-08-11Merge of trunk into icc branch through rev 9974.Michael Vrhel1-13/+165
2009-08-10Adds a new memory device constructorHenry Stiles1-9/+10
2009-07-22The commits provides proper transparency support for fills with patterns that...Michael Vrhel1-4/+155
2009-07-16Optimizations when filling with patterns that include transparency.Michael Vrhel1-0/+2
2009-07-15Fix for infinite loop that was caused by failure to update the current patter...Michael Vrhel1-0/+1
2009-07-05Fix for access violations when transparency pattern is stored and read from c...Michael Vrhel1-3/+13
2009-07-03Addition of code to write pattern transparency data into clist.Michael Vrhel1-1/+6
2009-06-23Addition of code to obtain rect list for intersection of path and clip path, ...Michael Vrhel1-1/+18