summaryrefslogtreecommitdiff
path: root/base/gxblend.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Fix RAW_DUMP debug.Robin Watts2022-06-231-5/+5
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-7/+7
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-051-4/+0
* Work around a gcc (10.3.0) optimiser bugChris Liddell2021-10-181-2/+14
* Bug 704410 Overprint/Transparency FixMichael Vrhel2021-09-281-0/+12
* Fix Bug 703774: Overprint+Transparency+Fill_Stroke problems.Ray Johnston2021-04-191-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-8/+17
* Bug 703164: Endian issues with CMMMichael Vrhel2020-11-201-2/+3
* Correct fix for stack smashing.Robin Watts2020-09-101-2/+2
* Spot overprint in RGB Blend color spacesMichael Vrhel2020-05-111-0/+22
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-271-4/+4
* Fix typo in 16bit saturation blending code.Robin Watts2020-03-021-1/+1
* Fix 16bit blending problem.Robin Watts2020-03-021-7/+9
* Reimplement saturation blendmode.Robin Watts2020-03-021-92/+136
* Remove trailing white space from a prior commitKen Sharp2020-02-281-1/+1
* Fix signed issue in 16bit alpha blending fill_rectangle routines.Robin Watts2020-02-261-5/+6
* Fix the overflow case in 16 bit saturation blending.Robin Watts2020-02-261-4/+8
* CID 354310: Remove pointless unsigned comparison with 0.Robin Watts2020-02-261-4/+0
* Fix psdcmyk16 blending issue.Robin Watts2020-02-251-2/+2
* Fix coverity issues 354292 and 354293.Robin Watts2020-02-251-6/+2
* Fix issue with fts_14_1416.pdf and psdcmyk16Michael Vrhel2020-02-241-3/+19
* Avoid floating point in gxblend.cRobin Watts2020-02-241-14/+32
* Bug 702117 Knockout groups containing non-isolated groupsMichael Vrhel2020-02-221-123/+128
* Fix deep color group compose issue.Robin Watts2020-02-201-2/+2
* Remove needless "isolated" parameter from pdf14_mark_rect routines.Robin Watts2020-02-201-18/+17
* Fix typing mistake in 16bit transparency.Robin Watts2020-02-201-2/+2
* Fix more overprint problems with deep color transparency.Robin Watts2020-02-201-7/+20
* Sync deep colour blending with recent changes to 8 bit blending.Robin Watts2020-02-171-116/+89
* More 'trailing white space' fixes.Ken Sharp2020-01-301-3/+3
* Fix trailing white spaces in a number of places.Ken Sharp2020-01-301-1/+1
* Bug 702053: Overprint precision issueMichael Vrhel2020-01-211-4/+6
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-166/+212
* Bug 701795: Segv due to image mask issueMichael Vrhel2019-10-281-2/+2
* Fix deep color transparency overprint.Robin Watts2019-08-311-1/+1
* Avoid overflow in deep color luminosity calculations.Robin Watts2019-08-301-8/+8
* Fix overflow in 16bit blending calculations.Robin Watts2019-08-291-46/+76
* Fix deep color transparency saturation blending.Robin Watts2019-08-271-6/+5
* Fix deep colour transparency "uncompositing".Robin Watts2019-08-271-2/+5
* Fix deep colour knockout logic.Robin Watts2019-08-261-4/+5
* Fix SoftLight blending in deep color transparency.Robin Watts2019-08-261-3/+6
* Fix deep color transparency issue.Robin Watts2019-08-261-5/+9
* Fix deep color transparent pattern problems.Robin Watts2019-08-261-2/+2
* Avoid signed overflow in deep transparency calculations.Robin Watts2019-08-201-2/+2
* Fix overflow in deep color blending.Robin Watts2019-08-201-2/+4
* Squash double -> int warning message with explicit cast.Robin Watts2019-08-131-1/+1
* CompatibleOverprint ModeMichael Vrhel2019-08-071-43/+140
* Squash warnings in CAL build.Robin Watts2019-07-201-1/+4