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:
alexm 2002-08-27 08:26:54 +00:00
parent 00fbe75b5d
commit f61e865abf

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.