summaryrefslogtreecommitdiff
path: root/base/gxblend1.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Overprint simulation and OutputIntent interactionMichael Vrhel2022-03-021-1/+1
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-2/+2
* Revert commit c5adcd5d12 and fix overflow that could cause SEGV.Ray Johnston2021-08-241-49/+49
* Fix SEGV with -r300 -dMaxBitmap=3g comparefiles/Bug692688.pdf DeviceN devicesRay Johnston2021-08-221-28/+28
* Change get_color_mapping_procs device procedure.Robin Watts2021-06-161-9/+9
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-5/+7
* Bug 703164: Endian issues with CMMMichael Vrhel2020-11-201-1/+4
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-111-2/+3
* Squashed commit of the page_group branchghostpdl-9.52-test-base-4Michael Vrhel2020-05-011-260/+4
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 702117 Knockout groups containing non-isolated groupsMichael Vrhel2020-02-221-5/+3
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-11/+13
* Fix overflow in 16bit blending calculations.Robin Watts2019-08-291-3/+4
* Introduce CAL based transparency accelerations.Michael Vrhel2019-07-171-2/+2
* Fix debug code to call gp_fopen correctly.Robin Watts2019-06-191-7/+15
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-1/+1
* Deep color transparencyRobin Watts2019-04-231-107/+419
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 688210: Add psdcmyk16 and psdrgb16 devicesMichael Vrhel2018-12-291-36/+125
* Change device put_image method to match the other methods in the APIKen Sharp2018-10-021-6/+5
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Define gs_restrict as a synonym for the compiler 'restrict' definitionKen Sharp2017-12-171-2/+2
* Tweak gx_build_blended_image_row.Robin Watts2017-12-141-23/+27
* Repair the device API - device methods should never be NULLKen Sharp2017-11-161-1/+1
* Fix RAW_DUMP (minor omissions/typos when blending was refactored.Ray Johnston2017-11-021-1/+1
* Further tweaks to pdf14_preserve_backdropRobin Watts2017-10-051-2/+8
* Use inlining on pdf14_compose_group functions.Robin Watts2017-10-051-422/+0
* Further optimisations to compose_group.Robin Watts2017-10-051-11/+12
* Tweak art_pdf_recomposite_group_8.Robin Watts2017-10-051-3/+4
* Start inlining optimisation of compose_group.Robin Watts2017-10-051-6/+73
* Tweak art_pdf_composite_pixel_alpha_8.Robin Watts2017-10-051-29/+2
* Tweak pdf14 compose group function towards optimisation.Robin Watts2017-10-051-150/+180
* Tweak pdf14_preserve_backdrop (for speed).Robin Watts2017-10-041-1/+14
* Tweak pdf14_preserve_backdrop (for clarity).Robin Watts2017-10-041-15/+17
* Fix incorrect group alpha calculation.Robin Watts2017-10-031-1/+1
* Bug 698559 avoid double alpha applicationMichael Vrhel2017-09-211-5/+0
* More fixes for tag plane problems.Ray Johnston2017-04-211-10/+12
* Change GS_UNTOUCHED_TAG to 0 and GS_UNKNOWN_TAG to 0x40Ray Johnston2017-03-301-6/+2
* Bug 693307 Overprint issuesMichael Vrhel2016-12-161-2/+2
* Bug 697350. Fix isolated knockout group renderingMichael Vrhel2016-12-121-18/+7
* Use normal blend mode for spots when mode is non-white preservingMichael Vrhel2016-12-091-4/+31
* Bug 697345 Blend Color Space Support for Separation devicesMichael Vrhel2016-11-211-25/+148
* Change API for put_imageRobin Watts2016-11-211-6/+9
* Soft Mask Matte Entry Bug 697097Ray Johnston2016-09-071-14/+46
* Bug696876: Fix overprint blending when CompatibleOverprint mode not used.Ray Johnston2016-08-011-1/+10
* Remove Visual DebuggerRobin Watts2016-07-291-14/+0
* CompatibleOverprint blend mode addition (c-code)Michael Vrhel2016-07-081-4/+6
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-7/+7