Gimp/app
Martin Nordholts 5c05c609e4 Make layer modes work on premultiplied data. This makes compositing 40%
* app/gegl/gimpoperationlayermode.c: Make layer modes work on
premultiplied data. This makes compositing 40% faster on my test
image with 10 interlaced Normal and Addition mode layers.

* app/gegl/gimpoperationadditionmode.c: Switch to the
premultiplied algorithm and remove the experimental ones. The new
Addition mode has two important differences over the legacy
Addition mode:

  o Addition mode now really is commutative as the GIMP
    documentation says (this wasn't previously the case).

  o Layers in Addition mode are just as opaque as Normal
    layers. That is, their effect on the composite alpha channel
    is the same. For discussion, refer to bug #387449.

svn path=/trunk/; revision=27396
2008-10-25 09:47:09 +00:00
..
actions add "gboolean use_context_color" parameter to gimp_stroke_options_new() 2008-10-25 08:52:20 +00:00
base Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
composite removed trailing whitespace 2008-09-04 08:37:32 +00:00
config removed check for Carbon and added a test for the target OS being Darwin 2008-10-22 22:04:30 +00:00
core bail out if the notification is not about one of our own properties (but 2008-10-25 09:14:16 +00:00
dialogs add "gboolean use_context_color" parameter to gimp_stroke_options_new() 2008-10-25 08:52:20 +00:00
display Bug 556896 – Dialogs don't get minimized with single image window 2008-10-24 06:48:56 +00:00
file added signal Gimp::image-opened to announce that an image has been loaded 2008-10-17 12:03:08 +00:00
gegl Make layer modes work on premultiplied data. This makes compositing 40% 2008-10-25 09:47:09 +00:00
gui added signal Gimp::image-opened to announce that an image has been loaded 2008-10-17 12:03:08 +00:00
menus Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
paint formatting. 2008-10-25 09:18:49 +00:00
paint-funcs use the inverse of the scale factor so that we can multiply instead of 2008-10-23 22:07:59 +00:00
pdb add "gboolean use_context_color" parameter to gimp_stroke_options_new() 2008-10-25 08:52:20 +00:00
plug-in set proc_frame->procedure to NULL *after* calling gimp_plug_in_cleanup(). 2008-10-23 17:13:19 +00:00
text Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
tools don't #include "libgimpwidgets/gimpwidgets.h". 2008-10-23 09:42:55 +00:00
vectors app/core/Makefile.am app/core/core-types.h remove this mis-engineered 2008-10-24 07:37:46 +00:00
widgets add non-serializable properties pattern-view-type and pattern-view-size 2008-10-24 22:34:24 +00:00
xcf add new functions gimp_image_get_layer_by_index(), _channel_by_index() and 2008-10-10 11:45:00 +00:00
about.h
app.c Drop duplicated #include <gegl.h>. 2008-07-11 16:47:35 +00:00
app.h
batch.c
batch.h
errors.c
errors.h
fileicon.ico
gimp-intl.h
gimp-log.c Applied 'gimp-decimate.diff' as announced on the mailing-list: 2008-09-07 21:13:09 +00:00
gimp-log.h Applied 'gimp-decimate.diff' as announced on the mailing-list: 2008-09-07 21:13:09 +00:00
gimp.rc
gimpcore.def updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
main.c removed prototype for gimp_sigfatal_handler() 2008-10-13 19:49:51 +00:00
Makefile.am Applied patch from Alexia Death as attached to bug #471344: 2008-10-18 18:46:15 +00:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
sanity.c configure.in require GEGL >= 0.0.21. 2008-10-14 22:44:42 +00:00
sanity.h
signals.c comments. 2008-10-14 07:29:59 +00:00
signals.h app/Makefile.am new files with code split out of main.c. 2008-10-13 19:32:33 +00:00
unique.c app/widgets/Makefile.am app/widgets/gimpdbusservice.[ch] removed here ... 2008-07-13 19:49:32 +00:00
unique.h moved some common code back to main.c 2008-07-11 09:16:23 +00:00
units.c
units.h
version.c tweaked verbose version output. 2008-04-07 19:33:24 +00:00
version.h
wilber.ico