Branch: refs/heads/1.4-WIP
  Home:   https://github.com/Eyescale/Equalizer
  Commit: 44039afa2ab4235dbabda60e5db211291debc92a
      
https://github.com/Eyescale/Equalizer/commit/44039afa2ab4235dbabda60e5db211291debc92a
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M libs/co/connection.cpp
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  RDMAConnection windows conversion


  Commit: f421cb08510c75ec2669208afb7471a909f5d244
      
https://github.com/Eyescale/Equalizer/commit/f421cb08510c75ec2669208afb7471a909f5d244
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-19 (Fri, 19 Oct 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  first working windows version
!!may not build with linux - untested!!


  Commit: 75b6db149907b56da2628ccc43ed52bcba209b9e
      
https://github.com/Eyescale/Equalizer/commit/75b6db149907b56da2628ccc43ed52bcba209b9e
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-23 (Tue, 23 Oct 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp

  Log Message:
  -----------
  small cleanups


  Commit: 1549ddce82066ab83bc7a5b73031a73d03b6a0c0
      
https://github.com/Eyescale/Equalizer/commit/1549ddce82066ab83bc7a5b73031a73d03b6a0c0
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-24 (Wed, 24 Oct 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  fixed linux connection


  Commit: 7f45cc87830f8288f63e97232dcea1dd8072c98e
      
https://github.com/Eyescale/Equalizer/commit/7f45cc87830f8288f63e97232dcea1dd8072c98e
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-24 (Wed, 24 Oct 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp

  Log Message:
  -----------
  removed debug code


  Commit: 3e7f64169b09b7d0ebd0d8951a81d6df81efc114
      
https://github.com/Eyescale/Equalizer/commit/3e7f64169b09b7d0ebd0d8951a81d6df81efc114
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-25 (Thu, 25 Oct 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  windows and linux event improvements
replaced atomics with spinlocks


  Commit: dfe031da7c723ec578474bf95162989f79f21338
      
https://github.com/Eyescale/Equalizer/commit/dfe031da7c723ec578474bf95162989f79f21338
  Author: Carsten Rohn <[email protected]>
  Date:   2012-10-25 (Thu, 25 Oct 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp

  Log Message:
  -----------
  small additions


  Commit: 180e1d2e6291c6582e5bf5b148f50374bacc54b6
      
https://github.com/Eyescale/Equalizer/commit/180e1d2e6291c6582e5bf5b148f50374bacc54b6
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M libs/co/exception.h

  Log Message:
  -----------
  Minor cleanup


  Commit: 64bd573f89e573212a3fc795ee63c875de450752
      
https://github.com/Eyescale/Equalizer/commit/64bd573f89e573212a3fc795ee63c875de450752
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M examples/eqPixelBench/channel.cpp
    M examples/eqPixelBench/configEvent.cpp
    M libs/eq/client/base.h
    M libs/eq/client/compressor/compressorReadDrawPixels.cpp
    M libs/eq/client/exception.h
    M libs/eq/client/files.cmake
    M libs/eq/client/gl.cpp
    M libs/eq/client/gl.h
    A libs/eq/client/glException.cpp
    A libs/eq/client/glException.h
    M libs/eq/util/frameBufferObject.cpp

  Log Message:
  -----------
  Fix reporting of GL errors in eqPixelBench (#159):
* debugGLError now throws new GLException
* eqPixelBench::Channel catches exception
* Therefore GL errors in new code paths using EQ_GL_CALL macros are
  reported now.
* Beautify output in eqPixelBench

Creates new functionality:
* eq::GLException class
* eq::glError enum-to-string converter


  Commit: 8442108f2b291ccffe0f1ea483dd9e32394eefdb
      
https://github.com/Eyescale/Equalizer/commit/8442108f2b291ccffe0f1ea483dd9e32394eefdb
  Author: Daniel Nachbaur <[email protected]>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M examples/eqPly/plyfile.cpp

  Log Message:
  -----------
  Fix #161: Use correct endianess define


  Commit: c03035a36a1478a32c94eb9499fbc683d311d1ce
      
https://github.com/Eyescale/Equalizer/commit/c03035a36a1478a32c94eb9499fbc683d311d1ce
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M examples/eqPly/plyfile.cpp
    M libs/co/configure.cmake

  Log Message:
  -----------
  Fix regression introduced by fix for #161: Need to revisit this bug, it
did the inverse of what it was supposed to do?


  Commit: d83bfdc48b4e55e04d51bbeb3dc86b28a24e3d19
      
https://github.com/Eyescale/Equalizer/commit/d83bfdc48b4e55e04d51bbeb3dc86b28a24e3d19
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M examples/eqPly/plyfile.cpp
    M examples/eqPly/vertexData.cpp

  Log Message:
  -----------
  Code cleanups


  Commit: 2712bf44c8eb807082c8fd5fee56c666c101573b
      
https://github.com/Eyescale/Equalizer/commit/2712bf44c8eb807082c8fd5fee56c666c101573b
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M examples/eqPixelBench/channel.cpp

  Log Message:
  -----------
  Partial fix for #159: The async finish readback unbound the channel
FBO. Still crashing with a malloc error later on.


  Commit: 829ac98ee9f8322b96663aa6723386b8f7d2fa2c
      
https://github.com/Eyescale/Equalizer/commit/829ac98ee9f8322b96663aa6723386b8f7d2fa2c
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

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

  Log Message:
  -----------
  Improve gl debugging while hunting #159


  Commit: 3d0446d30794510ce77abc049c99d8b7b4d734fb
      
https://github.com/Eyescale/Equalizer/commit/3d0446d30794510ce77abc049c99d8b7b4d734fb
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M examples/eqPixelBench/channel.cpp
    M examples/eqPixelBench/channel.h

  Log Message:
  -----------
  Fix another assertion for #159. I can't reproduce the concrete error for
which this issue was opened. Will try later with an nVidia Linux driver.

I still see occassional malloc errors with multiple pipe threads on my
Mac somewhere below glBegin. From the looks of it this is yet another
thread-safety issue in the OS X OpenGL implementation.


  Commit: c88f23629547e343bf2ef110b3c965b7e33f4050
      
https://github.com/Eyescale/Equalizer/commit/c88f23629547e343bf2ef110b3c965b7e33f4050
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M libs/eq/client/image.cpp
    M libs/eq/client/image.h

  Log Message:
  -----------
  Const-correctness fixes


  Commit: a9794fa10ffbcc11fd8c01d2204894d041e66a70
      
https://github.com/Eyescale/Equalizer/commit/a9794fa10ffbcc11fd8c01d2204894d041e66a70
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M README.rst
    M libs/RelNotes.dox

  Log Message:
  -----------
  Update Release Notes


  Commit: 37e4663976e4421b60b4703cbbb76f35a7037231
      
https://github.com/Eyescale/Equalizer/commit/37e4663976e4421b60b4703cbbb76f35a7037231
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-05 (Mon, 05 Nov 2012)

  Changed paths:
    M examples/eVolve/framesOrderer.cpp

  Log Message:
  -----------
  Compile fix


  Commit: b4335116a9b9e7c57b9042a69177626cea29a880
      
https://github.com/Eyescale/Equalizer/commit/b4335116a9b9e7c57b9042a69177626cea29a880
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-06 (Tue, 06 Nov 2012)

  Changed paths:
    M RELNOTES.txt

  Log Message:
  -----------
  Update Relnotes


  Commit: 43b9bd339d0ba47e4ad6a5339bdaf221ecd556cd
      
https://github.com/Eyescale/Equalizer/commit/43b9bd339d0ba47e4ad6a5339bdaf221ecd556cd
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-13 (Tue, 13 Nov 2012)

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

  Log Message:
  -----------
  Fix #175: "--eq-logfile" followed by no other argument segfaults


  Commit: f3951c44a4880ee34127e37c90af54b5c63f80b2
      
https://github.com/Eyescale/Equalizer/commit/f3951c44a4880ee34127e37c90af54b5c63f80b2
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M examples/eVolve/channel.cpp
    M examples/eVolve/channel.h

  Log Message:
  -----------
  eVolve: properly dispose of "self" assembly frame (#177)


  Commit: a95d555d1fc6fe7c417b9e6796ff88f8d226f60f
      
https://github.com/Eyescale/Equalizer/commit/a95d555d1fc6fe7c417b9e6796ff88f8d226f60f
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/connection.cpp

  Log Message:
  -----------
  fixed bpc
removed static define
fixed OFED CMake


  Commit: 3c1941264be13e1840e23b4b091e70546ca5cbb5
      
https://github.com/Eyescale/Equalizer/commit/3c1941264be13e1840e23b4b091e70546ca5cbb5
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp

  Log Message:
  -----------
  fix linux build


  Commit: aaacbdda1a40fcd9373ea37749dc21f7ea6965b6
      
https://github.com/Eyescale/Equalizer/commit/aaacbdda1a40fcd9373ea37749dc21f7ea6965b6
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  first version which works with eqPly in windows
more event tuning
removed eventConnection


  Commit: f5ce93628abf4af95141fe0cbe32e579da260e66
      
https://github.com/Eyescale/Equalizer/commit/f5ce93628abf4af95141fe0cbe32e579da260e66
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  last fixes and workarounds for windows
removed 3 locks


  Commit: a6c47697d035240ec48f991e21a3b8fdbf0eb621
      
https://github.com/Eyescale/Equalizer/commit/a6c47697d035240ec48f991e21a3b8fdbf0eb621
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/CMakeLists.txt

  Log Message:
  -----------
  delayload IB dlls for windows


  Commit: 0320581a88041da4850aa17e460c3f82087b9252
      
https://github.com/Eyescale/Equalizer/commit/0320581a88041da4850aa17e460c3f82087b9252
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/CMakeLists.txt

  Log Message:
  -----------
  cmake fix for 1.4
please feel free to improve this


  Commit: e772e14df3d82b98626b778bb90768d8770c5793
      
https://github.com/Eyescale/Equalizer/commit/e772e14df3d82b98626b778bb90768d8770c5793
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/eq/client/channel.cpp
    M libs/eq/client/glWindow.cpp
    M libs/eq/client/pipe.cpp
    M libs/eq/client/window.cpp
    M libs/eq/client/window.h

  Log Message:
  -----------
  Potential fix for #138, #174, #177: Create shared context from render thread 
instead of transfer thread

Conflicts:
        libs/eq/client/channel.cpp
        libs/eq/client/pipe.cpp


  Commit: 93d8c01b3f8b5effead90b9bd679a8ccf9f593e3
      
https://github.com/Eyescale/Equalizer/commit/93d8c01b3f8b5effead90b9bd679a8ccf9f593e3
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/eq/client/compressor/compressorReadDrawPixels.cpp

  Log Message:
  -----------
  Remove temporary WAR for #138 after cherry-picking e772e14


  Commit: f29d1c9f22af7e264f001c20d90754a2ce107d6e
      
https://github.com/Eyescale/Equalizer/commit/f29d1c9f22af7e264f001c20d90754a2ce107d6e
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/CMakeLists.txt
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  Merge branch 'rdma_win' of https://github.com/rttag/Equalizer into 1.4


  Commit: e25e2e701aa84f88a324aa44a808b718317e216e
      
https://github.com/Eyescale/Equalizer/commit/e25e2e701aa84f88a324aa44a808b718317e216e
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-14 (Wed, 14 Nov 2012)

  Changed paths:
    M libs/co/CMakeLists.txt
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  Merge cleanups (#178)


  Commit: eef619b77e99a0b2c80d9988cce5414c3e384977
      
https://github.com/Eyescale/Equalizer/commit/eef619b77e99a0b2c80d9988cce5414c3e384977
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

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

  Log Message:
  -----------
  Another iteration on #177: Async readback deadlocks on GLX: Make
transfer window context temporarily current in draw thread

It looks like the driver realizes the context on the first makeCurrent
(hmm, reverse engineering), still observing the deadlock
occasionally. This 'useless' makecurrent hopefully solves this issue.


  Commit: 242a3b05168a90ee0d30177fcf0c99816d5567fe
      
https://github.com/Eyescale/Equalizer/commit/242a3b05168a90ee0d30177fcf0c99816d5567fe
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M libs/eq/client/compressor/compressorReadDrawPixels.cpp
    M libs/eq/client/compressor/compressorReadDrawPixels.h

  Log Message:
  -----------
  Fix #159: Readback of non-modulo-4 images


  Commit: a9d11d29f33c4ec55e956c76d9daad9873c1610e
      
https://github.com/Eyescale/Equalizer/commit/a9d11d29f33c4ec55e956c76d9daad9873c1610e
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M README.rst
    M RELNOTES.txt
    M libs/RelNotes.dox

  Log Message:
  -----------
  Release notes update


  Commit: 1ee32336d330df77d84c30a7a53086332fc5fc3d
      
https://github.com/Eyescale/Equalizer/commit/1ee32336d330df77d84c30a7a53086332fc5fc3d
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M CMake/UploadPPA.cmake

  Log Message:
  -----------
  Add 12.10 to PPA upload list


  Commit: d24f160631d36da400e998ecd85b5977f0f0aad2
      
https://github.com/Eyescale/Equalizer/commit/d24f160631d36da400e998ecd85b5977f0f0aad2
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M CMake/FindLibraryPackage.cmake

  Log Message:
  -----------
  FindLibraryPackage: Add minimum API version to debian dependencies


  Commit: dce098cbcff987e4be0e1eb2bd4bdb4d646e4edf
      
https://github.com/Eyescale/Equalizer/commit/dce098cbcff987e4be0e1eb2bd4bdb4d646e4edf
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M CMake/CPackConfig.cmake

  Log Message:
  -----------
  Bump Ubuntu GLEWMX version


  Commit: 1895447f524d96602b473d4484485f86d98865f6
      
https://github.com/Eyescale/Equalizer/commit/1895447f524d96602b473d4484485f86d98865f6
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M libs/co/ring.h
    M libs/co/rspConnection.cpp

  Log Message:
  -----------
  Ubuntu 12.10 fixes


  Commit: a48f91e237cd725faba39c18acdc7cc5f5c6a3be
      
https://github.com/Eyescale/Equalizer/commit/a48f91e237cd725faba39c18acdc7cc5f5c6a3be
  Author: Carsten Rohn <[email protected]>
  Date:   2012-11-20 (Tue, 20 Nov 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  fixed multiple client connecting at the same time
proper windows event handling thanks to comp_channel
removed all workarounds


  Commit: fcd53e575c1016fd6f594ca3fa3a31f29ec07962
      
https://github.com/Eyescale/Equalizer/commit/fcd53e575c1016fd6f594ca3fa3a31f29ec07962
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-21 (Wed, 21 Nov 2012)

  Changed paths:
    M libs/eq/server/node.cpp

  Log Message:
  -----------
  Fix #180: Launch error with empty host for a node

Instead of using 127.0.0.1 for an empty host, the server::Node now uses
the first hostname from a connection description as a better guess.


  Commit: ee09c4fc3957adda053564bfe2781b7fa9b7e6fa
      
https://github.com/Eyescale/Equalizer/commit/ee09c4fc3957adda053564bfe2781b7fa9b7e6fa
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-25 (Sun, 25 Nov 2012)

  Changed paths:
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h

  Log Message:
  -----------
  Merge branch 'rdma_win' of https://github.com/rttag/Equalizer into 1.4

Conflicts:
        libs/co/rdmaConnection.cpp


  Commit: e1c09d94c77389657cc4fabe142653d34c747aba
      
https://github.com/Eyescale/Equalizer/commit/e1c09d94c77389657cc4fabe142653d34c747aba
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-25 (Sun, 25 Nov 2012)

  Changed paths:
    M README.rst
    M libs/RelNotes.dox

  Log Message:
  -----------
  Update Release Notes


  Commit: 65e78a485c946bd72891aa0f61c4953d6f26e253
      
https://github.com/Eyescale/Equalizer/commit/65e78a485c946bd72891aa0f61c4953d6f26e253
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M README.rst
    M RELNOTES.txt
    M libs/RelNotes.dox

  Log Message:
  -----------
  Release notes update


  Commit: b0d768469070ee143fac0717d95486f04b43081d
      
https://github.com/Eyescale/Equalizer/commit/b0d768469070ee143fac0717d95486f04b43081d
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M CMake/FindEqualizer.cmake

  Log Message:
  -----------
  Update FindEqualizer version map


  Commit: 1c6626542a82c25f7e12c3f066d6088ab5804384
      
https://github.com/Eyescale/Equalizer/commit/1c6626542a82c25f7e12c3f066d6088ab5804384
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M CMake/DoxygenRule.cmake

  Log Message:
  -----------
  Ignore patch version for github API doc

Conflicts:

        CMake/DoxygenRule.cmake


  Commit: ceaa3d183c535b33d3546fcc473dddd818877e87
      
https://github.com/Eyescale/Equalizer/commit/ceaa3d183c535b33d3546fcc473dddd818877e87
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M doc/CMakeLists.txt

  Log Message:
  -----------
  Doxygen fix


  Commit: 6f066e579bd4c8f419a452e25182f2dce0c71b61
      
https://github.com/Eyescale/Equalizer/commit/6f066e579bd4c8f419a452e25182f2dce0c71b61
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M CMake/DoxygenRule.cmake

  Log Message:
  -----------
  Fix DoxygenRule merge


  Commit: 80b12bf3db4323b139e93ae2d554506e09213c06
      
https://github.com/Eyescale/Equalizer/commit/80b12bf3db4323b139e93ae2d554506e09213c06
  Author: Stefan Eilemann <[email protected]>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M libs/RelNotes.dox

  Log Message:
  -----------
  Fix download links


  Commit: 91571c189ce6100f7ae9fea3c231070b7d4e06e9
      
https://github.com/Eyescale/Equalizer/commit/91571c189ce6100f7ae9fea3c231070b7d4e06e9
  Author: Stefan Eilemann <[email protected]>
  Date:   2013-01-15 (Tue, 15 Jan 2013)

  Changed paths:
    M CMake/CPackConfig.cmake
    M CMake/DoxygenRule.cmake
    M CMake/FindEqualizer.cmake
    M CMake/FindLibraryPackage.cmake
    M CMake/UploadPPA.cmake
    M README.rst
    M RELNOTES.txt
    M doc/CMakeLists.txt
    M examples/eVolve/channel.cpp
    M examples/eVolve/channel.h
    M examples/eVolve/framesOrderer.cpp
    M examples/eqPixelBench/channel.cpp
    M examples/eqPixelBench/channel.h
    M examples/eqPixelBench/configEvent.cpp
    M examples/eqPly/plyfile.cpp
    M examples/eqPly/vertexData.cpp
    M libs/RelNotes.dox
    M libs/co/CMakeLists.txt
    M libs/co/configure.cmake
    M libs/co/exception.h
    M libs/co/rdmaConnection.cpp
    M libs/co/rdmaConnection.h
    M libs/co/ring.h
    M libs/co/rspConnection.cpp
    M libs/eq/client/base.h
    M libs/eq/client/channel.cpp
    M libs/eq/client/compressor/compressorReadDrawPixels.cpp
    M libs/eq/client/compressor/compressorReadDrawPixels.h
    M libs/eq/client/exception.h
    M libs/eq/client/files.cmake
    M libs/eq/client/gl.cpp
    M libs/eq/client/gl.h
    A libs/eq/client/glException.cpp
    A libs/eq/client/glException.h
    M libs/eq/client/glWindow.cpp
    M libs/eq/client/image.cpp
    M libs/eq/client/image.h
    M libs/eq/client/init.cpp
    M libs/eq/client/pipe.cpp
    M libs/eq/client/window.cpp
    M libs/eq/client/window.h
    M libs/eq/server/node.cpp
    M libs/eq/util/frameBufferObject.cpp

  Log Message:
  -----------
  Merge branch '1.4' into 1.4-WIP


  Commit: de6d5ba4ad75467ab567cffa27b4dd09bfaeaf3b
      
https://github.com/Eyescale/Equalizer/commit/de6d5ba4ad75467ab567cffa27b4dd09bfaeaf3b
  Author: Stefan Eilemann <[email protected]>
  Date:   2013-01-15 (Tue, 15 Jan 2013)

  Changed paths:
    M README.rst
    M libs/eq/server/compound.cpp

  Log Message:
  -----------
  Minor cleanups


Compare: 
https://github.com/Eyescale/Equalizer/compare/adc33907f812...de6d5ba4ad75
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Equalizer-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/equalizer-commit
http://www.equalizergraphics.com

Reply via email to