Branch: refs/heads/tiles
  Home:   https://github.com/Eyescale/Equalizer

  Commit: f52ec33bf1117b49c458b259fb6eea2a56e57bf4
      
https://github.com/Eyescale/Equalizer/commit/f52ec33bf1117b49c458b259fb6eea2a56e57bf4
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 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/image.h
  M libs/eq/server/channelUpdateVisitor.cpp

  Log Message:
  -----------
  Closes #35: Fix texture tile upload
Contrary to issue, left image offset add in Image::upload but compensate
it by passing in the negative image offset for texture uploads which
apply the offset later.

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: e5d9c69fa862718bcccbd3c2d14d7422e0eef198
      
https://github.com/Eyescale/Equalizer/commit/e5d9c69fa862718bcccbd3c2d14d7422e0eef198
  Author: Daniel Nachbaur <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M libs/co/dataIStreamQueue.cpp

  Log Message:
  -----------
  Fixed VS2010 warning

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: 5ed406097e206da6fdd2dc9879ef4dee3f46c790
      
https://github.com/Eyescale/Equalizer/commit/5ed406097e206da6fdd2dc9879ef4dee3f46c790
  Author: Daniel Nachbaur <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M libs/eq/client/channel.cpp

  Log Message:
  -----------
  Closes #36: add statistics before frame gets unref'd

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: b984085bba59faf54926f86e4a5ab6a545b210a7
      
https://github.com/Eyescale/Equalizer/commit/b984085bba59faf54926f86e4a5ab6a545b210a7
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M CMake/FindEqualizer.cmake

  Log Message:
  -----------
  Update Eq/Co version map

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: 1c0a7343c642b90b45960a27c634f38615e97608
      
https://github.com/Eyescale/Equalizer/commit/1c0a7343c642b90b45960a27c634f38615e97608
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M libs/GLEW/CMakeLists.txt
  M libs/co/barrier.cpp
  M libs/co/base/hash.h
  M libs/co/command.h
  A libs/co/connections.h
  M libs/co/dataOStream.cpp
  M libs/co/fullMasterCM.cpp
  M libs/co/localNode.cpp
  M libs/co/objectStore.cpp
  M libs/co/objectStore.h
  M libs/co/queueMaster.cpp
  M libs/co/staticMasterCM.cpp
  M libs/co/unbufferedMasterCM.cpp
  M libs/eq/client/channel.cpp
  M libs/eq/client/node.cpp
  M libs/eq/client/pipe.cpp
  M libs/eq/client/view.cpp
  M libs/eq/client/window.cpp
  M tests/co/commandCache.cpp
  M tests/co/dataStream.cpp
  M tests/co/instanceCache.cpp

  Log Message:
  -----------
  refactor connection gathering for potential multicast send (#28):
* MC connections are only used if more there is more than one receiver
* standalone function

Make non-const command packet access more explicit, fix resulting
const-ness errors

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[x] Cleanup
[x] Optimization
[ ] Documentation


  Commit: 7e88bfa380e86c80eef218031ae654ad941d21b6
      
https://github.com/Eyescale/Equalizer/commit/7e88bfa380e86c80eef218031ae654ad941d21b6
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M libs/co/commands.h
  M libs/co/dataOStream.cpp
  M libs/co/dataOStream.h
  M libs/co/nodePackets.h
  M libs/co/objectCM.cpp
  M libs/co/objectStore.cpp
  M libs/co/objectStore.h
  M libs/co/packets.h
  M libs/co/types.h

  Log Message:
  -----------
  #28: Finalize Object::push for unbuffered objects [untested]

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: 43cbc53caaf44a4edc5b9af6a4282aacf7552cf7
      
https://github.com/Eyescale/Equalizer/commit/43cbc53caaf44a4edc5b9af6a4282aacf7552cf7
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Log Message:
  -----------
  Finalize Object::push for unbuffered objects (#28) [untested]

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: 9fa9ea8ed90b26061b9e92be8bd5cf1b52b95fb6
      
https://github.com/Eyescale/Equalizer/commit/9fa9ea8ed90b26061b9e92be8bd5cf1b52b95fb6
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M libs/co/dataOStream.cpp
  M libs/co/dataOStream.h
  M libs/co/fullMasterCM.cpp
  M libs/co/fullMasterCM.h
  M libs/co/objectCM.cpp
  M libs/co/objectInstanceDataOStream.cpp
  M libs/co/objectInstanceDataOStream.h

  Log Message:
  -----------
  Object::push for buffered objects [untested] (#28)

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: 02cbfcdcda950be8d77233da32817d9fea0b3caf
      
https://github.com/Eyescale/Equalizer/commit/02cbfcdcda950be8d77233da32817d9fea0b3caf
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M tests/co/barrierException.cpp
  A tests/co/base/openmp.cpp
  R tests/co/openmp/test.cpp

  Log Message:
  -----------
  Tests cleanups

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: fe0ea77d5df6545eea6b4e5d5bc180af566264dc
      
https://github.com/Eyescale/Equalizer/commit/fe0ea77d5df6545eea6b4e5d5bc180af566264dc
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Changed paths:
    M libs/co/dataIStreamQueue.h
  M libs/co/objectDataIStream.h

  Log Message:
  -----------
  Fix Windows build

[ ] May break build
[ ] May break existing applications (see CHANGES.txt)
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation


  Commit: 51b97e22a1f020797bf48c2c1b0634b5bf310e8f
      
https://github.com/Eyescale/Equalizer/commit/51b97e22a1f020797bf48c2c1b0634b5bf310e8f
  Author: Stefan Eilemann <[email protected]>
  Date:   2011-09-23 (Fri, 23 Sep 2011)

  Log Message:
  -----------
  Merge branch 'tiles' of https://github.com/Eyescale/Equalizer into tiles


Compare: https://github.com/Eyescale/Equalizer/compare/089f723...51b97e2

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Equalizer-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/equalizer-commit
http://www.equalizergraphics.com

Reply via email to