Branch: refs/heads/tiles
Home: https://github.com/Eyescale/Equalizer
Commit: 203b8c9b7314fe340a97cb089a7a9a85863c0711
https://github.com/Eyescale/Equalizer/commit/203b8c9b7314fe340a97cb089a7a9a85863c0711
Author: Carsten Rohn <[email protected]>
Date: 2011-08-29 (Mon, 29 Aug 2011)
Changed paths:
M libs/eq/fabric/channel.h
M libs/eq/fabric/renderContext.h
M libs/eq/server/channelUpdateVisitor.cpp
Log Message:
-----------
implemented a getTilesEnabled in channel
Commit: 617eda3a4181d21f9ec3aef67001c2182342bc6f
https://github.com/Eyescale/Equalizer/commit/617eda3a4181d21f9ec3aef67001c2182342bc6f
Author: Carsten Rohn <[email protected]>
Date: 2011-08-29 (Mon, 29 Aug 2011)
Changed paths:
M CMake/CPackConfig.cmake
M CMake/PurpleAddLibrary.cmake
M CMakeLists.txt
M Makefile
M doc/CMakeLists.txt
M examples/CMakeLists.txt
M examples/eqPly/config.cpp
M examples/eqPly/config.h
M examples/eqPly/view.cpp
M examples/eqPly/view.h
M libs/co/base/types.h
M libs/co/command.cpp
M libs/co/commands.h
A libs/co/dataIStreamQueue.cpp
A libs/co/dataIStreamQueue.h
M libs/co/files.cmake
M libs/co/masterCM.cpp
M libs/co/masterCM.h
M libs/co/nullCM.h
M libs/co/object.h
M libs/co/objectCM.cpp
M libs/co/objectCM.h
M libs/co/objectInstanceDataOStream.cpp
M libs/co/objectInstanceDataOStream.h
M libs/co/objectPackets.h
M libs/co/objectStore.cpp
M libs/co/staticMasterCM.h
M libs/co/staticSlaveCM.h
M libs/co/versionedSlaveCM.h
M libs/eq/client/config.cpp
M libs/eq/client/frame.h
M libs/eq/client/version.in.h
M libs/eq/client/view.cpp
M libs/eq/client/view.h
M libs/eq/client/viewPackets.h
M libs/eq/fabric/base.h
M libs/eq/fabric/channel.h
M libs/eq/fabric/commands.h
M libs/eq/fabric/task.h
M libs/eq/fabric/view.h
M libs/eq/fabric/view.ipp
M libs/eq/server/config.h
M libs/eq/server/view.cpp
M tests/CMakeLists.txt
M tests/co/commandCache.cpp
A tests/eq/server/nodeDead.eqc
A tests/eq/server/nodeFail.eqc
A tests/eq/server/ntPipeFail.eqc
A tests/eq/server/pipeDeviceFail.eqc
A tests/eq/server/pipeFail.eqc
R tests/eq/server/reliability/nodeDead.eqc
R tests/eq/server/reliability/nodeFail.eqc
R tests/eq/server/reliability/ntPipeFail.eqc
R tests/eq/server/reliability/pipeDeviceFail.eqc
R tests/eq/server/reliability/pipeFail.eqc
R tests/eq/server/reliability/sourceFail.eqc
R tests/eq/server/reliability/test.cpp
A tests/eq/server/reliability_gpu.cpp
A tests/eq/server/sourceFail.eqc
Log Message:
-----------
Merge branch 'master' of https://github.com/tribal-tec/Equalizer
Commit: 6c28c7a0ee57297c17d6aa7de0806569b5eedc8e
https://github.com/Eyescale/Equalizer/commit/6c28c7a0ee57297c17d6aa7de0806569b5eedc8e
Author: Carsten Rohn <[email protected]>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M libs/eq/client/channel.cpp
Log Message:
-----------
set compressor to NONE if using no compression due to connection speed
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: e34d492d77324e8ac59074dd78052f7c38a8c795
https://github.com/Eyescale/Equalizer/commit/e34d492d77324e8ac59074dd78052f7c38a8c795
Author: Carsten Rohn <[email protected]>
Date: 2011-09-01 (Thu, 01 Sep 2011)
Changed paths:
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/channelPackets.h
Log Message:
-----------
refactored sendTileToInputNodes function
(as requested)
Commit: 8c8e29d4b959253ae52e0b31dab906bf98f09f91
https://github.com/Eyescale/Equalizer/commit/8c8e29d4b959253ae52e0b31dab906bf98f09f91
Author: Daniel Nachbaur <[email protected]>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M libs/eq/client/channel.cpp
M libs/eq/client/compositor.cpp
M libs/eq/server/compoundUpdateInputVisitor.cpp
M libs/eq/server/compoundUpdateOutputVisitor.cpp
Log Message:
-----------
Fixed compositing + zoom, aggregate statistics for frameTiles, handle tile
queues independent from assemble/readback tasks
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 404005c2289b99dc1158f9e7d3016df2edef6e36
https://github.com/Eyescale/Equalizer/commit/404005c2289b99dc1158f9e7d3016df2edef6e36
Author: Lucas Peetz Dulley <[email protected]>
Date: 2011-09-13 (Tue, 13 Sep 2011)
Changed paths:
M libs/eq/server/compoundUpdateOutputVisitor.cpp
M libs/eq/server/compoundUpdateOutputVisitor.h
Log Message:
-----------
introduced tile ordering strategies
refactored tile packet generation
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: d313ef3ed2219c832adb51420a8352df1a2a1d5c
https://github.com/Eyescale/Equalizer/commit/d313ef3ed2219c832adb51420a8352df1a2a1d5c
Author: Lucas Peetz Dulley <[email protected]>
Date: 2011-09-13 (Tue, 13 Sep 2011)
Changed paths:
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
M libs/eq/client/channelPackets.h
M libs/eq/client/compositor.cpp
M libs/eq/server/compoundUpdateInputVisitor.cpp
M libs/eq/server/compoundUpdateOutputVisitor.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/tribal-tec/Equalizer
Commit: 70ba3aabf3cef4696ec3ac3519596f87da341ff1
https://github.com/Eyescale/Equalizer/commit/70ba3aabf3cef4696ec3ac3519596f87da341ff1
Author: Lucas Peetz Dulley <[email protected]>
Date: 2011-09-13 (Tue, 13 Sep 2011)
Changed paths:
M libs/eq/server/compoundUpdateOutputVisitor.cpp
Log Message:
-----------
fixed uint to int comparison.
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 0410262d55bc2f61a87fc9996b5bd41d053194bd
https://github.com/Eyescale/Equalizer/commit/0410262d55bc2f61a87fc9996b5bd41d053194bd
Author: Stefan Eilemann <[email protected]>
Date: 2011-09-14 (Wed, 14 Sep 2011)
Changed paths:
M libs/eq/fabric/renderContext.h
Log Message:
-----------
Proactively(!) fix Linux/Windows interop
[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: 4bfa569eb288614778b82555b3b0ec590bf6fe17
https://github.com/Eyescale/Equalizer/commit/4bfa569eb288614778b82555b3b0ec590bf6fe17
Author: Daniel Nachbaur <[email protected]>
Date: 2011-09-14 (Wed, 14 Sep 2011)
Changed paths:
M libs/eq/client/channel.cpp
M libs/eq/client/channel.h
Log Message:
-----------
Introduced frameTileStart/Finish
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Commit: ad5877db09d798e9693208814ef6ef6264aa26e0
https://github.com/Eyescale/Equalizer/commit/ad5877db09d798e9693208814ef6ef6264aa26e0
Author: Daniel Nachbaur <[email protected]>
Date: 2011-09-15 (Thu, 15 Sep 2011)
Changed paths:
M libs/eq/client/channel.cpp
M libs/eq/client/compositor.cpp
M libs/eq/client/compressor/compressorReadDrawPixels.cpp
M libs/eq/client/frameData.cpp
M libs/eq/client/frameData.h
M libs/eq/client/image.cpp
M libs/eq/client/image.h
M libs/eq/client/pixelData.h
Log Message:
-----------
Introduced zoom for image
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Compare: https://github.com/Eyescale/Equalizer/compare/4882700...ad5877d
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Equalizer-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/equalizer-commit
http://www.equalizergraphics.com