<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Parallel Rendering</title>
	<atom:link href="http://pogl.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pogl.wordpress.com</link>
	<description>Comments at the Intersection of OpenGL, Parallel Programming, C++ and Graphics Clusters</description>
	<lastBuildDate>Sat, 07 Jan 2012 11:29:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pogl.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Parallel Rendering</title>
		<link>http://pogl.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pogl.wordpress.com/osd.xml" title="Parallel Rendering" />
	<atom:link rel='hub' href='http://pogl.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Region of interest during scalable rendering</title>
		<link>http://pogl.wordpress.com/2012/01/06/region-of-interest-during-scalable-rendering/</link>
		<comments>http://pogl.wordpress.com/2012/01/06/region-of-interest-during-scalable-rendering/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:14:08 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Parallel Compositing]]></category>
		<category><![CDATA[Parallel Rendering]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=317</guid>
		<description><![CDATA[ROI optimizes the compositing by limiting the readback region to the area which has been updated, thus reducing the numbers of pixels to be transferred, compressed and send over a network. I finally got around to implement ROI compositing in eqPly, the Equalizer example application. How does it work? First, each resource tracks the region [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=317&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ROI optimizes the compositing by limiting the readback region to the area which has been updated, thus reducing the numbers of pixels to be transferred, compressed and send over a network. I finally got around to implement ROI compositing in eqPly, the Equalizer example application.</p>
<div id="attachment_319" class="wp-caption alignright" style="width: 302px"><a href="http://pogl.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-15-59-00.png"><img src="http://pogl.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-15-59-00.png?w=292&#038;h=300" alt="" title="ROI during streaming sort-last compositing" width="292" height="300" class="size-medium wp-image-319" /></a><p class="wp-caption-text">ROI during streaming sort-last compositing</p></div>
<p>How does it work?</p>
<p>First, each resource tracks the region it updated during its draw operation by projecting each bounding box of each rendered chunk of geometry into screen space. All screen-space bounding boxes are merged to calculate the updated region.</p>
<p>Secondly, during a readback this region is intersected with the requested readback area. This intersected area is then read back.</p>
<p>Third, and this is the important part for parallel compositing, during assembly the resource region is updated to the union of the existing (draw) region and the regions of all input frames.</p>
<p>The corresponding commit is <a href="https://github.com/Eyescale/Equalizer/commit/448af149cd170d4e251b9032c34a222bb8b937f5">448af149cd</a>, in case you want to implement something similar. Eventually we will move this code to Equalizer, where we will also use the ROI information for load_equalizer optimization!</p>
<p>On the right you can see a screenshot of a four-way sort-last decomposition with streaming compositing. The ROI is rendered to demonstrate the feature. As a reminder, below is a video on streaming compositing for database decomposition:</p>
<span style="text-align:center; display: block;"><a href="http://pogl.wordpress.com/2012/01/06/region-of-interest-during-scalable-rendering/"><img src="http://img.youtube.com/vi/VGyHWVQSaKQ/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=317&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2012/01/06/region-of-interest-during-scalable-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>

		<media:content url="http://pogl.files.wordpress.com/2012/01/screen-shot-2012-01-06-at-15-59-00.png?w=292" medium="image">
			<media:title type="html">ROI during streaming sort-last compositing</media:title>
		</media:content>
	</item>
		<item>
		<title>Day Job</title>
		<link>http://pogl.wordpress.com/2011/09/23/day-job/</link>
		<comments>http://pogl.wordpress.com/2011/09/23/day-job/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 07:14:34 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Parallel Rendering]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=312</guid>
		<description><![CDATA[Back in May I was alluding to a new project I&#8217;ve started working on, but never got to write up a post with more information. Since this is unlikely going to happen, I let others do the job: Year 1: Year 2, my year 0: Enjoy!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=312&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Back in May I was alluding to a new project I&#8217;ve started working on, but never got to write up a post with more information. Since this is unlikely going to happen, I let others do the job:</p>
<p>Year 1: <div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/8977365' width='400' height='300' frameborder='0'></iframe></div><br />
Year 2, my year 0: <div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/28040230' width='400' height='300' frameborder='0'></iframe></div></p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=312&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2011/09/23/day-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>
	</item>
		<item>
		<title>Lock Performance</title>
		<link>http://pogl.wordpress.com/2011/07/05/lock-performance/</link>
		<comments>http://pogl.wordpress.com/2011/07/05/lock-performance/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 08:39:29 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Benchmarks]]></category>
		<category><![CDATA[Collage]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multicore]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=291</guid>
		<description><![CDATA[I&#8217;m currently working on a low-level library where locked data access has to be optimized. Therefore I benchmarked the performance of the three lock types in Collage on Linux and Mac OS X. The test just runs a number of threads which just set and unset the lock without any other operation. Click on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=291&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a low-level library where locked data access has to be optimized. Therefore I benchmarked the performance of the three lock types in Collage on Linux and Mac OS X. The test just runs a number of threads which just set and unset the lock without any other operation. Click on the image below to get a full-resolution image. Be aware the chart uses double-log scale.</p>
<p><a href="http://pogl.files.wordpress.com/2011/07/lock1.png"><img src="http://pogl.files.wordpress.com/2011/07/lock1.png?w=300&#038;h=287" alt="" title="Lock Performance on Mac OS X and Linux" width="300" height="287" class="alignright size-medium wp-image-293" /></a></p>
<p>The two benchmarks can not be directly compared since they did not run on the same hardware. There are nevertheless a few interesting observations:</p>
<p>(1) Spinlocks are faster than &#8216;real&#8217; locks. I&#8217;ve blogged <a href="http://pogl.wordpress.com/2008/07/03/pthread_mutex-vs-atomic-operations/">about this before</a>. Since they consume CPU time while spinning they should only be hold for a very short time, i.e., to read a value. The Collage implement immediately backs off when encountering a set lock by yielding the thread. This avoids priority inversion, which can be observed by some pthread spin lock implementations.</p>
<p>(2) pthread locks are dead slow on Mac OS X. Be aware that the graph uses log scale &#8211; a spin lock is up to three orders of magnitude faster than a pthread lock!</p>
<p>(3) Timed locks are slower than un-timed. This meets my intuitive expectation, since the timed implementation is more complex. The timed lock in Collage is implemented using pthread_cond_timedwait.</p>
<p>(4) The Spinlock is faster on OS X on slower hardware than on Linux. Not sure why that is the case. The Collage spin lock uses an atomic variable and compare_and_set. Either these operations are faster on the Core i5, or the thread yield behaves &#8216;better&#8217; on OS X.</p>
<p>(5) Single-threaded lock access in pthread libraries seems to be optimized.</p>
<p>(6) pthread conditions on Linux observe a steep performance drop once you have more threads than cores. Could be a scheduling issue again.</p>
<p>Next I&#8217;ll work on benchmarking and optimizing read/write locking in the Collage Spinlock. Stay tuned for updates!</p>
<p><strong>EDIT:</strong> I discovered a bug in my micro-benchmark which wrongly multiplied the results with the number of threads &#8211; doh! The figure is fixed now with a new test run.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=291&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2011/07/05/lock-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>

		<media:content url="http://pogl.files.wordpress.com/2011/07/lock1.png?w=300" medium="image">
			<media:title type="html">Lock Performance on Mac OS X and Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ Library Symbol Exports &#8211; The Good, the Bad and the Ugly</title>
		<link>http://pogl.wordpress.com/2011/06/28/c-library-symbol-exports-the-good-the-bad-and-the-ugly/</link>
		<comments>http://pogl.wordpress.com/2011/06/28/c-library-symbol-exports-the-good-the-bad-and-the-ugly/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 17:00:56 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=281</guid>
		<description><![CDATA[Selectively exporting symbols for a library is a good thing. It keeps program startup times down and enforces the public API of a library. The Good is that it's possible and even the default mode for Visual C++.
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=281&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>The Good</h2>
<p>Selectively exporting symbols for a library is a good thing. It keeps program startup times down and enforces the public API of a library. The Good is that it&#8217;s possible and even the default mode for Visual C++.</p>
<h2>The Bad</h2>
<p>For whatever reason, the Visual C++ (or DLL?) designers decided that you have to declare your public functions with __declspec( dllexport ) when building the library and __declspec( dllimport ) when using it. What&#8217;s wrong with gcc&#8217;s visibility(&#8220;default&#8221;)? </p>
<p>All kind of fun ensues when you want to export explicit template instantiations with MSVC&#8217;s dualiton construct. Even more fun appears when you use static libraries.</p>
<p>The MSVC approach does not really work for static libraries. As far as I can tell, there are no exports for static libraries. Say you have a piece of code which you&#8217;ld like to share between different shared libraries without actually shipping this as a shared library as well. The fabric foundation in Equalizer is such an example, and right now this is &#8216;shared&#8217; by compiling the relevant object three times &#8211; once for the client, server and admin library. Obviously this is not optimal since it increases the build time unnecessarily. Building fabric as a static library and linking it to these three shared libraries works fine with the GNU toolchain, but not with MSVC since it would require to manually specify all the public symbols when linking the DLL.</p>
<h2>The Ugly</h2>
<p>The implementation chosen by gcc is utterly useless for C++. Setting the default visibility to hidden requires to manually export the vtable of each class and all STL intantiations used &#8211; including the internal classes instantiated by the STL itself! While I can see how this implementation came into being, it is clearly designed for C code and not for C++. The vtable and STL are internals of the C++ implementation, developers should not need to care about them.</p>
<p>For now I have given up on using selective visibility with gcc, and only use explicit exports on Windows for Equalizer and other projects I&#8217;m working on. This makes sure that checkins will regularly break the Windows build. Hurray!</p>
<h2>My Wishlist</h2>
<p>One can dream:</p>
<p>For the VC++ developers: Please provide a __declspec(dllvisible) which works also for re-exporting symbols from static libraries. Let the toolchain figure out the details.</p>
<p>For the GCC developers: Please make exporting symbols from C++ classes simpler. VC++ can do it, so it can&#8217;t be that hard!</p>
<h2>Discaimer</h2>
<p>The above is obviously a rant. I am fully aware that workarounds exist for all of the issues mentioned above. Implementing them in real build environments is more time consuming than it should be and than is feasible. If you know about simple fixes, please comment below.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=281&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2011/06/28/c-library-symbol-exports-the-good-the-bad-and-the-ugly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>
	</item>
		<item>
		<title>Equalizer Source Code Analysis</title>
		<link>http://pogl.wordpress.com/2011/05/29/equalizer-source-code-analysis/</link>
		<comments>http://pogl.wordpress.com/2011/05/29/equalizer-source-code-analysis/#comments</comments>
		<pubDate>Sun, 29 May 2011 15:40:08 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=269</guid>
		<description><![CDATA[I was interested on the relative sub-project size in Equalizer, so I&#8217;ve quickly hacked together a small perl script extracting this data from the CMake output. Note that this is not an exact measure of the project complexity since (I believe) it only counts the number of files in each project, and not the lines [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=269&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_270" class="wp-caption alignright" style="width: 210px"><a href="http://pogl.files.wordpress.com/2011/05/equalizersizes.png"><img src="http://pogl.files.wordpress.com/2011/05/equalizersizes.png?w=200&#038;h=196" alt="" title="EqualizerSizes" width="200" height="196" class="size-medium wp-image-270" /></a><p class="wp-caption-text">Sub-Project Sizes</p></div><br />
I was interested on the relative sub-project size in Equalizer, so I&#8217;ve quickly hacked together a small perl script extracting this data from the CMake output. Note that this is not an exact measure of the project complexity since (I believe) it only counts the number of files in each project, and not the lines of code or compile time.</p>
<p>Collage, the network library, is quite a big part and the one which will probably grow in relative size in the future. The Equalizer client library is relatively big, mostly since it contains a lot of code for window-system coupling. The server library is relatively small, considering that it contains all the rendering algorithms. On the examples side, eqPly is unsurprisingly the biggest one as it contains the most features.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=269&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2011/05/29/equalizer-source-code-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>

		<media:content url="http://pogl.files.wordpress.com/2011/05/equalizersizes.png?w=300" medium="image">
			<media:title type="html">EqualizerSizes</media:title>
		</media:content>
	</item>
		<item>
		<title>Equalizer 1.0 released</title>
		<link>http://pogl.wordpress.com/2011/05/20/equalizer-1-0-released/</link>
		<comments>http://pogl.wordpress.com/2011/05/20/equalizer-1-0-released/#comments</comments>
		<pubDate>Fri, 20 May 2011 13:07:25 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Darwin]]></category>
		<category><![CDATA[Display Wall]]></category>
		<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Parallel Rendering]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=263</guid>
		<description><![CDATA[It&#8217;s been only 21 months since the last post, but both Equalizer and me are still alive. This month we finally released the version 1.0, which was looong overdue. Most notably, this release defines the stable API for all Equalizer 1.x releases. This means that all the functions marked with version 1.0 will be source-code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=263&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been only 21 months since the last post, but both Equalizer and me are still alive. This month we finally released the version 1.0, which was looong overdue. </p>
<p>Most notably, this release defines the stable API for all Equalizer 1.x releases. This means that all the functions marked with version 1.0 will be source-code compatible until we&#8217;ll release an Equalizer 2.0. Parts of the API are still undefined and unstable, in particular for the also-new Collage network library. However, 99% all of the functions used by the examples are stable.</p>
<p>Since the last major version, 0.9, there have been plenty of improvements and new features, e.g., subpixel compounds, reliable multicast for data distribution, runtime mono/stereo switch and many more. A comprehensive list is in the <a href="http://www.equalizergraphics.com/documents/RelNotes/RelNotes_1.0.html">Release Notes</a>.</p>
<p>Since this month I&#8217;ve started working on a new project based on Equalizer, and hopefully I&#8217;ll update this blog more regularly. More about this in another post&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=263&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2011/05/20/equalizer-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>
	</item>
		<item>
		<title>Equalizer 0.9 Released!</title>
		<link>http://pogl.wordpress.com/2009/08/11/equalizer-0-9-released/</link>
		<comments>http://pogl.wordpress.com/2009/08/11/equalizer-0-9-released/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:07:53 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Darwin]]></category>
		<category><![CDATA[Display Wall]]></category>
		<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[multicore]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[OpenMP]]></category>
		<category><![CDATA[OpenSceneGraph]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Parallel Compositing]]></category>
		<category><![CDATA[Parallel Rendering]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=257</guid>
		<description><![CDATA[We are pleased to announce the release of Equalizer 0.9, the standard framework to create and deploy parallel, scalable OpenGL applications. The most notable new features in this release are: Automatic cross-segment load-balancing for multi-display installations Dynamic Frame Resolution (DFR) for constant framerate rendering Compression Plugin API for runtime-loadable image compression engines Please check the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=257&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.equalizergraphics.com/images/release-0.9-small.jpg" alt="Cross-Segment Load-Balancing" style="float:right;"><br />
We are pleased to announce the release of <a href="http://www.equalizergraphics.com">Equalizer</a> 0.9, the standard framework to create and deploy parallel, scalable OpenGL applications. The most notable new features in this release are:</p>
<ul>
<li>Automatic <a href="http://www.equalizergraphics.com/scalability/viewEqualizer.html">cross-segment load-balancing</a> for multi-display installations</li>
<li><a href="http://www.equalizergraphics.com/scalability/dfrEqualizer.html">Dynamic Frame Resolution (DFR)</a> for constant framerate rendering</li>
<li><a href="http://www.equalizergraphics.com/documents/design/compression.html">Compression Plugin API</a> for runtime-loadable image compression engines</li>
</ul>
<p>Please check the <a href="http://www.equalizergraphics.com/documents/RelNotes/RelNotes_0.9.html">release notes</a> on the Equalizer website for a comprehensive list of new features, enhancements, optimizations and bug fixes. A paperback book of the <a href="http://www.lulu.com/content/paperback-book/equalizer-09-programming-and-user-guide/7501548">Programming and User Guide</a> is available from Lulu.com</a>.</p>
<p>We would like to thank all individuals and parties who have contributed to the development of Equalizer 0.9.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=257&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2009/08/11/equalizer-0-9-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>

		<media:content url="http://www.equalizergraphics.com/images/release-0.9-small.jpg" medium="image">
			<media:title type="html">Cross-Segment Load-Balancing</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross-Segment Load-Balancing</title>
		<link>http://pogl.wordpress.com/2009/07/30/cross-segment-load-balancing/</link>
		<comments>http://pogl.wordpress.com/2009/07/30/cross-segment-load-balancing/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 10:45:52 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Darwin]]></category>
		<category><![CDATA[Display Wall]]></category>
		<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[multicore]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Parallel Rendering]]></category>
		<category><![CDATA[Virtual Reality]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=253</guid>
		<description><![CDATA[The upcoming Equalizer release will have another advanced scalability feature: Load-balancing across all resources used for the multi-display system. This video should explain it all, if not ask in the comments below: I hope to have benchmarks of this feature soon.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=253&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The upcoming Equalizer release will have another advanced scalability feature: Load-balancing across all resources used for the multi-display system.</p>
<p>This video should explain it all, if not ask in the comments below:</p>
<span style="text-align:center; display: block;"><a href="http://pogl.wordpress.com/2009/07/30/cross-segment-load-balancing/"><img src="http://img.youtube.com/vi/H0Z5dATTAXI/2.jpg" alt="" /></a></span>
<p>I hope to have benchmarks of this feature soon.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=253&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2009/07/30/cross-segment-load-balancing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>
	</item>
		<item>
		<title>Gallery: VR Lab University of Siegen</title>
		<link>http://pogl.wordpress.com/2009/06/19/gallery-vr-lab-university-of-siegen/</link>
		<comments>http://pogl.wordpress.com/2009/06/19/gallery-vr-lab-university-of-siegen/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:48:49 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[OpenSceneGraph]]></category>
		<category><![CDATA[Parallel Rendering]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<category><![CDATA[Volume Rendering]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=244</guid>
		<description><![CDATA[Click on the image to see a gallery of the various Virtual Reality applications in use at the University of Siegen. All applications are based on Equalizer, and most of them use head tracking and a flight stick for interaction. The architectural walk-through is using OpenSceneGraph.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=244&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://equalizergraphics.com/applications/UniSiegen.html"><img alt="" src="http://equalizergraphics.com/applications/images/UniSiegen/P1000607-small.jpg" title="VR Lab Uni Siegen" class="alignright" width="150" height="84" /></a></p>
<p>Click on the image to see a gallery of the various Virtual Reality applications in use at the University of Siegen.</p>
<p>All applications are based on Equalizer, and most of them use head tracking and a flight stick for interaction. The architectural walk-through is using OpenSceneGraph.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=244&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2009/06/19/gallery-vr-lab-university-of-siegen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>

		<media:content url="http://equalizergraphics.com/applications/images/UniSiegen/P1000607-small.jpg" medium="image">
			<media:title type="html">VR Lab Uni Siegen</media:title>
		</media:content>
	</item>
		<item>
		<title>Crazy Equalizer Configuration</title>
		<link>http://pogl.wordpress.com/2009/06/07/crazy-equalizer-configuration/</link>
		<comments>http://pogl.wordpress.com/2009/06/07/crazy-equalizer-configuration/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 17:17:55 +0000</pubDate>
		<dc:creator>eile</dc:creator>
				<category><![CDATA[Equalizer]]></category>
		<category><![CDATA[Graphics Cluster]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Parallel Rendering]]></category>
		<category><![CDATA[Parallel Rendering Frameworks]]></category>

		<guid isPermaLink="false">http://pogl.wordpress.com/?p=232</guid>
		<description><![CDATA[Below is a screenshot of an Equalizer configuration showing all basic decomposition modes in one window. The configuration file is in the source repository at examples/configs/1-window.mixed.eqc. Top-left: Database Top-right: DPlex Bottom-left: 2D, load-balanced Bottom-right (upper): Stereo Bottom-right (lower): Pixel Armadillo data set courtesy Stanford University Computer Graphics Laboratory.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=232&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below is a screenshot of an Equalizer configuration showing all basic decomposition modes in one window. The configuration file is in the source repository at examples/configs/1-window.mixed.eqc.</p>
<p>Top-left: Database<br />
Top-right: DPlex<br />
Bottom-left: 2D, load-balanced<br />
Bottom-right (upper): Stereo<br />
Bottom-right (lower): Pixel</p>
<p><a href="http://pogl.files.wordpress.com/2009/06/all1.jpg"><img src="http://pogl.files.wordpress.com/2009/06/all1.jpg?w=450&#038;h=458" alt="All Equalizer Scalability Modes" title="All Equalizer Scalability Modes" width="450" height="458" class="alignnone size-full wp-image-239" /></a><br />
Armadillo data set courtesy Stanford University Computer Graphics Laboratory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pogl.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pogl.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pogl.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pogl.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pogl.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pogl.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pogl.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pogl.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pogl.wordpress.com&amp;blog=1044340&amp;post=232&amp;subd=pogl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pogl.wordpress.com/2009/06/07/crazy-equalizer-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f432a26359bcadcf9201eba6572e76cf?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">eile</media:title>
		</media:content>

		<media:content url="http://pogl.files.wordpress.com/2009/06/all1.jpg" medium="image">
			<media:title type="html">All Equalizer Scalability Modes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
