gimp/app/paint-funcs
Sven Neumann 8c9e9140c0 replaced the binary XOR operations with a naive but faster implementation
2005-09-28  Sven Neumann  <sven@gimp.org>

	* app/paint-funcs/paint-funcs-generic.h (swap_pixels): replaced
	the binary XOR operations with a naive but faster implementation
	using a local variable.
2005-09-27 22:27:26 +00:00
..
.cvsignore configure.in app/Makefile.am app/paint-funcs/.cvsignore made the 2001-04-07 14:44:12 +00:00
Makefile.am app/base/Makefile.am app/composite/*akefile.am app/config/*akefile.am 2005-02-27 13:22:01 +00:00
makefile.msc TILE_WIDTH is used unconditionally so always include "tile.h" WIN32 needs 2005-02-19 00:50:36 +00:00
paint-funcs-generic.h replaced the binary XOR operations with a naive but faster implementation 2005-09-27 22:27:26 +00:00
paint-funcs-types.h don't scan app/paint-funcs/paint-funcs-types.h for enums. 2004-07-05 21:39:54 +00:00
paint-funcs.c fixed bug in buffer initialization, spotted by Tobias Lenz. 2005-09-20 19:38:31 +00:00
paint-funcs.h pass src_bytes and dest_bytes to these functions instead of just the 2005-08-09 21:57:08 +00:00
scale-funcs.c applied patch from Geert Jordaens that improves results of the Lanczos 2005-01-20 10:31:36 +00:00
scale-funcs.h applied patch from Geert Jordaens that improves results of the Lanczos 2005-01-20 10:31:36 +00:00