summaryrefslogtreecommitdiff
path: root/base/gxblend.c
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce CAL based transparency accelerations.Michael Vrhel2019-07-171-13/+27
* Fix debug code to call gp_fopen correctly.Robin Watts2019-06-191-60/+82
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-1/+1
* Move transfer functions to 16 bits.Robin Watts2019-04-271-40/+45
* Fix typo in 16bit code in gxblend.cRobin Watts2019-04-241-1/+1
* Deep color transparencyRobin Watts2019-04-231-95/+2794
* Bug 700686 Matte premultiplied imagesMichael Vrhel2019-03-191-5/+2
* Bug 700571 SoftMask Matte renderingMichael Vrhel2019-02-071-2/+3
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 699305 Softmask with knockout non-isolated groupMichael Vrhel2018-12-081-1/+1
* Fix bit rot in RAW_DUMP and TRACK_COMPOSE_GROUPSMichael Vrhel2018-09-061-7/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Tiny additional tweaks to compose groups.Robin Watts2018-01-041-17/+6
* pdf14 compose group (masked group) optimisation.Robin Watts2018-01-041-27/+85
* Add 'gs_restrict' to function prototypes to match functionsKen Sharp2017-12-201-8/+8
* More tweaking to pdf14_fill_rect cases.Robin Watts2017-12-201-85/+94
* Avoid shadowing a variable in mark_fill_rect_add3_common.Robin Watts2017-12-191-6/+5
* Common up optimised cases of group blending.Robin Watts2017-12-191-137/+16
* Manual optimisation of AirPrint hotspot.Robin Watts2017-12-181-18/+99
* Define gs_restrict as a synonym for the compiler 'restrict' definitionKen Sharp2017-12-171-50/+50
* Optimise pdf14_fill_rectangle for CMYKRobin Watts2017-12-151-1/+32
* Optimise pdf14_fill_rectangle.Robin Watts2017-12-151-20/+94
* Add new optimised case for pdf14_fill_rectRobin Watts2017-12-151-4/+18
* Add restrict qualifier to stdpre.h header.Robin Watts2017-12-141-56/+67
* Add 2 more optimised blend cases for Airprint test case.Robin Watts2017-12-131-3/+44
* Optimise pdf14_copy_planesRobin Watts2017-11-071-17/+187
* Fix RAW_DUMP (minor omissions/typos when blending was refactored.Ray Johnston2017-11-021-0/+1
* Further optimisations in pdf14_mark_fill_rectangle.Robin Watts2017-11-011-23/+102
* Fix problems caused by pdf14_compose_group tuning.Robin Watts2017-10-101-9/+13
* Tune pdf14_compose_group inlining.Robin Watts2017-10-061-41/+145
* Add TRACK_COMPOSE_GROUPS development code.Robin Watts2017-10-061-0/+54
* Further tweaks to pdf14_mark_fill_rectangleRobin Watts2017-10-051-82/+103
* Fix typo.Robin Watts2017-10-051-1/+1
* Optimise pdf14_mark_fill_rectangle using inlining.Robin Watts2017-10-051-58/+331
* Avoid duplicating code in art_pdf_composite_pixel_alpha8_inline.Robin Watts2017-10-051-25/+17
* Instantiate some more 'optimised' routines for pdf14_group_compose.Robin Watts2017-10-051-1/+63
* Tweak art_pdf_composite_pixel_alpha_8_inline.Robin Watts2017-10-051-15/+25
* Introduce forceinline define.Robin Watts2017-10-051-6/+6
* Further optimisation in pdf14_compose_group.Robin Watts2017-10-051-34/+110
* Use inlining on pdf14_compose_group functions.Robin Watts2017-10-051-3/+483
* Tweak art_pdf_composite_knockout_group_8.Robin Watts2017-10-051-8/+5
* Further optimisations to compose_group.Robin Watts2017-10-051-14/+10
* Tweak art_pdf_recomposite_group_8.Robin Watts2017-10-051-18/+11
* Tweak art_pdf_composite_knockout_group_8.Robin Watts2017-10-051-17/+10
* Do not overcopy bytes for pdf14 blending.Robin Watts2017-10-051-4/+4
* Tweak art_pdf_composite_pixel_alpha_8.Robin Watts2017-10-051-37/+25
* Tweak art_pdf_composite_group_8.Robin Watts2017-10-051-15/+9
* Inline versions of art_pdf_union_mul_8 and art_blend_pixel_8.Robin Watts2017-10-051-18/+12
* Fix DEPTH is RAW_DUMP_AS_PAM GRAYSCALE_ALPHA headerRay Johnston2017-02-281-1/+1
* Bug 697048: Fix compatible overprint blend mode.Robin Watts2017-02-241-1/+1