Branch: refs/heads/async
Home: https://github.com/Eyescale/Equalizer
Commit: 24f90a277d023d7daa32c9355a5a50774d41bfb2
https://github.com/Eyescale/Equalizer/commit/24f90a277d023d7daa32c9355a5a50774d41bfb2
Author: Maxim Makhinya <[email protected]>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M examples/eVolve/channel.cpp
M examples/eqPly/channel.cpp
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/detail/channel.ipp
M libs/eq/client/frame.cpp
M libs/eq/client/frame.h
M libs/eq/client/frameData.cpp
M libs/eq/client/frameData.h
Log Message:
-----------
- cleanup of RB in the eq::Channel
- unified way to outline RB regions
- multiple ROI in eq::Channel
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 925fe35d4bd09de41dea1ee91ca0d5d448bdca97
https://github.com/Eyescale/Equalizer/commit/925fe35d4bd09de41dea1ee91ca0d5d448bdca97
Author: Maxim Makhinya <[email protected]>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M examples/eqPly/channel.cpp
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/compositor.cpp
Log Message:
-----------
- screen regions consistency check
- fixed bug with compositing declaring multiple regions
- eqPly multiple regions simple test
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: a8c916cffd3b7524c92cbf40d302d40920b0b72f
https://github.com/Eyescale/Equalizer/commit/a8c916cffd3b7524c92cbf40d302d40920b0b72f
Author: Maxim Makhinya <[email protected]>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
M CMake/FindEqualizer.cmake
M README.rst
M RELNOTES.txt
A examples/configs/2-node.tile.eqc
R examples/configs/2-node.tiles.eqc
M examples/configs/4-window.all.eqc
M examples/eqPly/channel.cpp
M examples/eqPly/vertexBufferState.cpp
M gpu-sd/apps/gpu_sd/gpu_sd.cpp
M libs/RelNotes.dox
M libs/co/localNode.cpp
M libs/co/objectPackets.h
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/channelPackets.h
M libs/eq/client/detail/channel.ipp
M libs/eq/client/image.cpp
M libs/eq/fabric/commands.h
M libs/eq/fabric/range.h
M libs/eq/server/channel.cpp
M libs/eq/server/channel.h
M libs/eq/server/channelListener.h
M libs/eq/server/config/resources.cpp
M libs/eq/server/equalizers/dfrEqualizer.cpp
M libs/eq/server/equalizers/dfrEqualizer.h
M libs/eq/server/equalizers/framerateEqualizer.cpp
M libs/eq/server/equalizers/framerateEqualizer.h
M libs/eq/server/equalizers/loadEqualizer.cpp
M libs/eq/server/equalizers/loadEqualizer.h
M libs/eq/server/equalizers/treeEqualizer.cpp
M libs/eq/server/equalizers/treeEqualizer.h
M libs/eq/server/equalizers/viewEqualizer.cpp
M libs/eq/server/equalizers/viewEqualizer.h
M libs/eq/server/server.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/Eyescale/Equalizer into roi
Conflicts:
libs/eq/client/channel.cpp
Commit: ab574f4278fac676070597b162faf9b21b062aff
https://github.com/Eyescale/Equalizer/commit/ab574f4278fac676070597b162faf9b21b062aff
Author: Maxim Makhinya <[email protected]>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/detail/channel.ipp
Log Message:
-----------
- Compute total region on the fly
- merge regions if they are overlaping
- removed hard requirement for non-overlaping regions
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 250ac2e7500fabc1d1d5e8548c20cdb0e1cbc094
https://github.com/Eyescale/Equalizer/commit/250ac2e7500fabc1d1d5e8548c20cdb0e1cbc094
Author: Maxim Makhinya <[email protected]>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
M libs/eq/client/channel.cpp
Log Message:
-----------
check that first region is not empty
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 0dcecc4d63748aa1162bb10f6dad39601c2bac50
https://github.com/Eyescale/Equalizer/commit/0dcecc4d63748aa1162bb10f6dad39601c2bac50
Author: Stefan Eilemann <[email protected]>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M examples/eVolve/channel.cpp
M examples/eqPly/channel.cpp
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/compositor.cpp
M libs/eq/client/detail/channel.ipp
M libs/eq/client/frame.cpp
M libs/eq/client/frame.h
M libs/eq/client/frameData.cpp
M libs/eq/client/frameData.h
Log Message:
-----------
Merge branch 'roi' of https://github.com/maxmah/Equalizer into async
Commit: 2e513e676308fd769da98189cfa37c79d1988ea0
https://github.com/Eyescale/Equalizer/commit/2e513e676308fd769da98189cfa37c79d1988ea0
Author: Stefan Eilemann <[email protected]>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M libs/co/objectStore.cpp
Log Message:
-----------
Fix address space of object instance IDs to 2^32 from 2^31
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 5f30504fee0e919fc5b5817061009553b21de7e9
https://github.com/Eyescale/Equalizer/commit/5f30504fee0e919fc5b5817061009553b21de7e9
Author: Stefan Eilemann <[email protected]>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M libs/co/objectStore.cpp
Log Message:
-----------
Merge branch '1.2'
Commit: abe716cd76e34e863c889d4edaf4d30e30c2b8b1
https://github.com/Eyescale/Equalizer/commit/abe716cd76e34e863c889d4edaf4d30e30c2b8b1
Author: Stefan Eilemann <[email protected]>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M libs/co/objectStore.cpp
Log Message:
-----------
Merge branch 'master' into async
Commit: 64373942164186f7ca8f57d3a930620aa6f9b8b9
https://github.com/Eyescale/Equalizer/commit/64373942164186f7ca8f57d3a930620aa6f9b8b9
Author: Stefan Eilemann <[email protected]>
Date: 2012-02-01 (Wed, 01 Feb 2012)
Changed paths:
M examples/eVolve/channel.cpp
M examples/eqPly/channel.cpp
M examples/eqPly/vertexBufferState.cpp
M examples/eqPly/vertexBufferState.h
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/compositor.cpp
M libs/eq/client/frame.cpp
M libs/eq/client/frame.h
M libs/eq/client/frameData.cpp
M libs/eq/client/frameData.h
Log Message:
-----------
ROI merge:
* Let eqPly declare region for each leaf of kd-tree
* Create new region-based readback in frame/frameData
* simplify region merging code in eq::Channelq
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Compare: https://github.com/Eyescale/Equalizer/compare/24f90a2^...6437394
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Equalizer-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/equalizer-commit
http://www.equalizergraphics.com