[Paracomp-commits] SF.net SVN: paracomp: [82] trunk/src
Brought to you by:
shreekumar
|
From: <shr...@us...> - 2008-07-08 09:07:34
|
Revision: 82
http://paracomp.svn.sourceforge.net/paracomp/?rev=82&view=rev
Author: shreekumar
Date: 2008-07-08 02:07:41 -0700 (Tue, 08 Jul 2008)
Log Message:
-----------
Merged changesets 38, 40, 43, 49 and 50 from the composite_float
branch.
With this, the core is generic enough to support custom compositing
operators & datatypes without touching the internals of the core.
Summary of changes to the core --
1. converted char* to void*
2. pixel format is now an array of unsigned ints, as opposed to
a combination of pixel formats. This means that multiple channels
can be supported.
3. compositing happens from pcimpl.cpp, and the core is unaware of
the specifics of the compositing.
Modified Paths:
--------------
trunk/src/compositecpu.cpp
trunk/src/compositeopteron.cpp
trunk/src/compositexeon.cpp
trunk/src/compressionnull.cpp
trunk/src/compressionnull.h
trunk/src/core.cpp
trunk/src/interfaces.h
trunk/src/misc.cpp
trunk/src/misc.h
trunk/src/modelpipeline.cpp
trunk/src/pccontext.cpp
trunk/src/pccontext.h
trunk/src/pcimpl.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|