Move compositing code to its own file. Pick the right blitter for plusl_oo. Handle inline alpha in compositerect.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14340 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2002-08-27 08:26:54 +00:00
parent b52e7ce404
commit e4e04350b0

View file

@ -1,7 +1,8 @@
2002-08-27 10:23 Alexander Malmberg <alexander@malmberg.org>
* Source/art/ARTContext.m, Source/art/composite.m: Move compositing
code to its own file. Reformat.
* Source/art/ARTContext.m, Source/art/composite.m,
Source/art/GNUmakefile: Move compositing code to its own file.
Reformat.
(-_composite_func::::::): Handle the plusl_oo case correctly.
(-compositerect:op:): Handle inline alpha in the general case.