<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Eugeni&#039;s blog</title>
	<atom:link href="http://dodonov.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodonov.net/blog</link>
	<description>My view on technology, open-source, Linux and other cool things.</description>
	<lastBuildDate>Thu, 17 May 2012 13:22:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on April updates from the Intel Linux Graphics land by antistress</title>
		<link>http://dodonov.net/blog/2012/04/30/april-updates-from-the-intel-linux-graphics-land/comment-page-1/#comment-18296</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Thu, 17 May 2012 13:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1289#comment-18296</guid>
		<description>&lt;p&gt;Looking latest article from phoronix (http://www.phoronix.com/scan.php?page=article&amp;item=intel_glamor_first&amp;num=1), i was wandering if and when SNA will be enabled by default ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looking latest article from phoronix (<a href="http://www.phoronix.com/scan.php?page=article&#038;item=intel_glamor_first&#038;num=1" rel="nofollow" onclick="urchinTracker('/outgoing/www.phoronix.com/scan.php?page=article_038_item=intel_glamor_first_038_num=1&amp;referer=');">http://www.phoronix.com/scan.php?page=article&#038;item=intel_glamor_first&#038;num=1</a>), i was wandering if and when SNA will be enabled by default ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by antistress</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18287</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Sat, 28 Apr 2012 01:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18287</guid>
		<description>&lt;p&gt;@eugeni : thank you
dedicated quicksync decoding is also supposed to need fewer watts on Windows than a traditionnal generic shader approach, i think. Is the Linux VAAPI also power efficient ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@eugeni : thank you
dedicated quicksync decoding is also supposed to need fewer watts on Windows than a traditionnal generic shader approach, i think. Is the Linux VAAPI also power efficient ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by eugeni</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18286</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Fri, 27 Apr 2012 17:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18286</guid>
		<description>&lt;p&gt;@antistress - both statements are true actually.&lt;/p&gt;

&lt;p&gt;Shaders are used in VAAPI for everything that is related to rendering, this is true. And starting with Sandy Bridge, the GPU has a dedicated decode and encode pipelines for media as well. So those can be used to offload media processing to hardware (for example, the quicksync uses that for very fast media converting), while still using shaders for other tasks in parallel.&lt;/p&gt;

&lt;p&gt;So VAAPI is taking advantage of both approaches - using shaders when necessary, and dedicated media pipeline when it is available (e.g., on Sandy Bridge and Ivy Bridge).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@antistress &#8211; both statements are true actually.</p>

<p>Shaders are used in VAAPI for everything that is related to rendering, this is true. And starting with Sandy Bridge, the GPU has a dedicated decode and encode pipelines for media as well. So those can be used to offload media processing to hardware (for example, the quicksync uses that for very fast media converting), while still using shaders for other tasks in parallel.</p>

<p>So VAAPI is taking advantage of both approaches &#8211; using shaders when necessary, and dedicated media pipeline when it is available (e.g., on Sandy Bridge and Ivy Bridge).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by antistress</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18285</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Fri, 27 Apr 2012 16:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18285</guid>
		<description>&lt;p&gt;Michael Larabel said that &quot;Intel&#039;s VA-API is implemented with their video engine unlike the Nouveau/Radeon Gallium3D drivers that are doing VDPAU/VA-API with GPU shaders over Gallium3D&quot;&lt;/p&gt;

&lt;p&gt;It&#039;s the 1st time i see that piece of information, i thought that VA-API made use of shaders.
Could you confirme that please ?&lt;/p&gt;

&lt;p&gt;http://www.phoronix.com/scan.php?page=article&amp;item=intel_ivy_gpushow&amp;num=13
http://software.intel.com/en-us/forums/showthread.php?t=77855&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Michael Larabel said that &#8220;Intel&#8217;s VA-API is implemented with their video engine unlike the Nouveau/Radeon Gallium3D drivers that are doing VDPAU/VA-API with GPU shaders over Gallium3D&#8221;</p>

<p>It&#8217;s the 1st time i see that piece of information, i thought that VA-API made use of shaders.
Could you confirme that please ?</p>

<p><a href="http://www.phoronix.com/scan.php?page=article&#038;item=intel_ivy_gpushow&#038;num=13" rel="nofollow" onclick="urchinTracker('/outgoing/www.phoronix.com/scan.php?page=article_038_item=intel_ivy_gpushow_038_num=13&amp;referer=');">http://www.phoronix.com/scan.php?page=article&#038;item=intel_ivy_gpushow&#038;num=13</a>
<a href="http://software.intel.com/en-us/forums/showthread.php?t=77855" rel="nofollow" onclick="urchinTracker('/outgoing/software.intel.com/en-us/forums/showthread.php?t=77855&amp;referer=');">http://software.intel.com/en-us/forums/showthread.php?t=77855</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by antistress</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18280</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Fri, 20 Apr 2012 20:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18280</guid>
		<description>&lt;p&gt;Indeed, and moreover, reading Coreboot ML, it seems that Coreboot requires a signed Intel blob to initialize memory :-/&lt;/p&gt;

&lt;p&gt;BTW i&#039;ve written on LinuxFR a detailed (&amp; very positive!) article on Ivy Bridge on Linux http://linuxfr.org/news/intel-ivy-bridge-et-linux-ca-juste-marche using information you&#039;ve provided here, thank you :-) (i also wrote another one before on Sandy bridge too http://linuxfr.org/news/intel-sandy%C2%A0bridge-et-linux%C2%A0-%C3%A9tat-des-lieux )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Indeed, and moreover, reading Coreboot ML, it seems that Coreboot requires a signed Intel blob to initialize memory :-/</p>

<p>BTW i&#8217;ve written on LinuxFR a detailed (&amp; very positive!) article on Ivy Bridge on Linux <a href="http://linuxfr.org/news/intel-ivy-bridge-et-linux-ca-juste-marche" rel="nofollow" onclick="urchinTracker('/outgoing/linuxfr.org/news/intel-ivy-bridge-et-linux-ca-juste-marche?referer=');">http://linuxfr.org/news/intel-ivy-bridge-et-linux-ca-juste-marche</a> using information you&#8217;ve provided here, thank you <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  (i also wrote another one before on Sandy bridge too <a href="http://linuxfr.org/news/intel-sandy%C2%A0bridge-et-linux%C2%A0-%C3%A9tat-des-lieux" rel="nofollow" onclick="urchinTracker('/outgoing/linuxfr.org/news/intel-sandy_C2_A0bridge-et-linux_C2_A0-_C3_A9tat-des-lieux?referer=');">http://linuxfr.org/news/intel-sandy%C2%A0bridge-et-linux%C2%A0-%C3%A9tat-des-lieux</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by eugeni</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18264</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Sun, 15 Apr 2012 16:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18264</guid>
		<description>&lt;p&gt;As far as I know, coreboot-related items are being developed independently by google, without any interaction with us... So I don&#039;t have anything to say about this...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As far as I know, coreboot-related items are being developed independently by google, without any interaction with us&#8230; So I don&#8217;t have anything to say about this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by antistress</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18263</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Sun, 15 Apr 2012 16:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18263</guid>
		<description>&lt;p&gt;You may add a new category now, concerning progress related to coreboot support for SB/IB http://www.phoronix.com/scan.php?page=news_item&amp;px=MTA4Mjg&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You may add a new category now, concerning progress related to coreboot support for SB/IB <a href="http://www.phoronix.com/scan.php?page=news_item&#038;px=MTA4Mjg" rel="nofollow" onclick="urchinTracker('/outgoing/www.phoronix.com/scan.php?page=news_item_038_px=MTA4Mjg&amp;referer=');">http://www.phoronix.com/scan.php?page=news_item&#038;px=MTA4Mjg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by eugeni</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18262</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Sun, 15 Apr 2012 13:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18262</guid>
		<description>&lt;p&gt;@Tomasz - no, sadly, tearing is still a mystery on sandy bridge. I came with some patches which apparently solved it, but also introduced gpu hangs.. so we are still looking for the right fix :(.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Tomasz &#8211; no, sadly, tearing is still a mystery on sandy bridge. I came with some patches which apparently solved it, but also introduced gpu hangs.. so we are still looking for the right fix <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by Tomasx</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18261</link>
		<dc:creator>Tomasx</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18261</guid>
		<description>&lt;p&gt;Thanks a lot for those updates!
Do you by chance know if anything above is related to this bug: https://bugs.freedesktop.org/show_bug.cgi?id=37686#c55 ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot for those updates!
Do you by chance know if anything above is related to this bug: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=37686#c55" rel="nofollow" onclick="urchinTracker('/outgoing/bugs.freedesktop.org/show_bug.cgi?id=37686_c55&amp;referer=');">https://bugs.freedesktop.org/show_bug.cgi?id=37686#c55</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by eugeni</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18260</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Sat, 14 Apr 2012 22:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18260</guid>
		<description>&lt;p&gt;I think that the latest list we have is available at http://intellinuxgraphics.org/h264.html. So if I am mapping the marketing names into the core names correctly, everything starting with Core 2 Duo or so should support it. And everything above that does not have hardware for run hw-accelerated media stuff, so all they do is being done in software anyway..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think that the latest list we have is available at <a href="http://intellinuxgraphics.org/h264.html" rel="nofollow" onclick="urchinTracker('/outgoing/intellinuxgraphics.org/h264.html?referer=');">http://intellinuxgraphics.org/h264.html</a>. So if I am mapping the marketing names into the core names correctly, everything starting with Core 2 Duo or so should support it. And everything above that does not have hardware for run hw-accelerated media stuff, so all they do is being done in software anyway..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by Marius Gedminas</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18259</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Sat, 14 Apr 2012 22:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18259</guid>
		<description>&lt;p&gt;What&#039;s the oldest hardware generation that supports vaapi?  My GM965 is probably too old?  (And in any case my &quot;HMPC&quot; Asus EeePC 900 has the even older 945 graphics.  Time for a change, perhaps.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What&#8217;s the oldest hardware generation that supports vaapi?  My GM965 is probably too old?  (And in any case my &#8220;HMPC&#8221; Asus EeePC 900 has the even older 945 graphics.  Time for a change, perhaps.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mid-April updates from intel linux graphics land by eugeni</title>
		<link>http://dodonov.net/blog/2012/04/14/mid-april-updates-from-intel-linux-graphics-land/comment-page-1/#comment-18258</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Sat, 14 Apr 2012 22:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1279#comment-18258</guid>
		<description>&lt;p&gt;(Just in case - the 1st season of Game of Thrones is already available on DVDs/BDs for a long time, so the ones who don&#039;t know what it is about can certainly watch it on Linux without facing all the scary copy-protection evilness and such. But beware - it will ruin your day/week/month and you won&#039;t be able to stop until the end. And then there are still months until the 2nd season comes to an end. Oh my..).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>(Just in case &#8211; the 1st season of Game of Thrones is already available on DVDs/BDs for a long time, so the ones who don&#8217;t know what it is about can certainly watch it on Linux without facing all the scary copy-protection evilness and such. But beware &#8211; it will ruin your day/week/month and you won&#8217;t be able to stop until the end. And then there are still months until the 2nd season comes to an end. Oh my..).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by Sven Arvidsson</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18232</link>
		<dc:creator>Sven Arvidsson</dc:creator>
		<pubDate>Wed, 04 Apr 2012 14:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18232</guid>
		<description>&lt;p&gt;@antistress: That bug should probably be moved, or at least refiled at bugs.freedesktop.org. It does seems to affect all Mesa drivers so calling it minor isn&#039;t right IMHO.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@antistress: That bug should probably be moved, or at least refiled at bugs.freedesktop.org. It does seems to affect all Mesa drivers so calling it minor isn&#8217;t right IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by antistress</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18231</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Wed, 04 Apr 2012 11:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18231</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Just pointing out that Firefox bug : Bug 707722 - Flickering and rendering artifacts with OpenGL layers on Intel SandyBridge (Linux) https://bugzilla.mozilla.org/show_bug.cgi?id=707722 that has just been relegate to &quot;minor&quot; :-/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Just pointing out that Firefox bug : Bug 707722 &#8211; Flickering and rendering artifacts with OpenGL layers on Intel SandyBridge (Linux) <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=707722" rel="nofollow" onclick="urchinTracker('/outgoing/bugzilla.mozilla.org/show_bug.cgi?id=707722&amp;referer=');">https://bugzilla.mozilla.org/show_bug.cgi?id=707722</a> that has just been relegate to &#8220;minor&#8221; :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by antistress</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18229</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Tue, 03 Apr 2012 07:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18229</guid>
		<description>&lt;p&gt;@Sven Arvidsson : fortunatly there’s no blob, that&#039;s why I choose Intel !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Sven Arvidsson : fortunatly there’s no blob, that&#8217;s why I choose Intel !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by Sven Arvidsson</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18227</link>
		<dc:creator>Sven Arvidsson</dc:creator>
		<pubDate>Mon, 02 Apr 2012 22:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18227</guid>
		<description>&lt;p&gt;Wow, you already commented on the bug, that was fast work! I just wanted to say that I appreciate that, and I appreciate you writing these updates. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, you already commented on the bug, that was fast work! I just wanted to say that I appreciate that, and I appreciate you writing these updates. <img src='http://dodonov.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by Sven Arvidsson</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18226</link>
		<dc:creator>Sven Arvidsson</dc:creator>
		<pubDate>Mon, 02 Apr 2012 21:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18226</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I would be interested on getting your input on bug https://bugs.freedesktop.org/show_bug.cgi?id=47607 and similar issues where game developers does not care about having their game working with Mesa.&lt;/p&gt;

&lt;p&gt;I guess this is problem particularly felt by Intel, as the Mesa driver is the official one and there&#039;s no blob to point users to.&lt;/p&gt;

&lt;p&gt;I think (or at least hope) that a well meaning email from someone with an @intel.com address could nudge them into solving this problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I would be interested on getting your input on bug <a href="https://bugs.freedesktop.org/show_bug.cgi?id=47607" rel="nofollow" onclick="urchinTracker('/outgoing/bugs.freedesktop.org/show_bug.cgi?id=47607&amp;referer=');">https://bugs.freedesktop.org/show_bug.cgi?id=47607</a> and similar issues where game developers does not care about having their game working with Mesa.</p>

<p>I guess this is problem particularly felt by Intel, as the Mesa driver is the official one and there&#8217;s no blob to point users to.</p>

<p>I think (or at least hope) that a well meaning email from someone with an @intel.com address could nudge them into solving this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by eugeni</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18225</link>
		<dc:creator>eugeni</dc:creator>
		<pubDate>Sun, 01 Apr 2012 22:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18225</guid>
		<description>&lt;p&gt;No, there is nothing related to WiDi on Linux I am aware of at the moment that I can share :/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No, there is nothing related to WiDi on Linux I am aware of at the moment that I can share :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compensating for long time with no news with lots and lots of them by anonymous</title>
		<link>http://dodonov.net/blog/2012/04/01/compensating-for-long-time-with-no-news-with-lots-and-lots-of-them/comment-page-1/#comment-18224</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sun, 01 Apr 2012 16:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1270#comment-18224</guid>
		<description>&lt;p&gt;Do you, by any chance, have any information about WiDi support for Linux? Is anyone working on it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you, by any chance, have any information about WiDi support for Linux? Is anyone working on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to resume a broken scp transfer by Denis</title>
		<link>http://dodonov.net/blog/2009/06/23/how-to-resume-a-broken-scp-transfer/comment-page-1/#comment-18223</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 30 Mar 2012 16:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=445#comment-18223</guid>
		<description>&lt;p&gt;rsync&#039;s rolling checksums will mean a lot of overhead and perform rather poorly for large files (e.g. 100 GB). Curl would simply append the data which is much more efficient if you can assume that the file has not been changed in the meantime.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>rsync&#8217;s rolling checksums will mean a lot of overhead and perform rather poorly for large files (e.g. 100 GB). Curl would simply append the data which is much more efficient if you can assume that the file has not been changed in the meantime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DICA: Como melhorar a visão em poucos dias by Filipa_Portugal</title>
		<link>http://dodonov.net/blog/2007/04/12/dica-como-melhorar-a-visao-em-poucos-dias/comment-page-1/#comment-18220</link>
		<dc:creator>Filipa_Portugal</dc:creator>
		<pubDate>Thu, 22 Mar 2012 17:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/2007/04/12/dica-como-melhorar-a-visao-em-poucos-dias/#comment-18220</guid>
		<description>&lt;p&gt;FUNCIONA!
Li quase todos os comentários tapando cada olho alternadamente. Não esperei 30min para cada, mas funciona de fato! E dei conta que o meu olho mais preguiçoso é o direito.
Os oftalmologistas não nos dizem isto... Claro, o negócio deles é vender óculos!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FUNCIONA!
Li quase todos os comentários tapando cada olho alternadamente. Não esperei 30min para cada, mas funciona de fato! E dei conta que o meu olho mais preguiçoso é o direito.
Os oftalmologistas não nos dizem isto&#8230; Claro, o negócio deles é vender óculos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DICA: Como melhorar a visão em poucos dias by Lucas</title>
		<link>http://dodonov.net/blog/2007/04/12/dica-como-melhorar-a-visao-em-poucos-dias/comment-page-1/#comment-18214</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 16 Mar 2012 14:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/2007/04/12/dica-como-melhorar-a-visao-em-poucos-dias/#comment-18214</guid>
		<description>&lt;p&gt;robeta comentou o que eu pensei em falar&lt;/p&gt;

&lt;p&gt;e quando se tem apenas um olho, o que dá PARA FAZER ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>robeta comentou o que eu pensei em falar</p>

<p>e quando se tem apenas um olho, o que dá PARA FAZER ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Phoronix survey about Intel Linux Graphics by antistress</title>
		<link>http://dodonov.net/blog/2012/01/14/phoronix-survey-about-intel-linux-graphics/comment-page-1/#comment-18213</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Fri, 16 Mar 2012 11:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1248#comment-18213</guid>
		<description>&lt;p&gt;dartktable 1.0 is finally out and provides OpenCL support...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dartktable 1.0 is finally out and provides OpenCL support&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another round of updates coming your way by antistress</title>
		<link>http://dodonov.net/blog/2012/02/16/another-round-of-updates-coming-your-way/comment-page-1/#comment-18211</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Mon, 12 Mar 2012 11:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1266#comment-18211</guid>
		<description>&lt;p&gt;I&#039;ve read on Phronix that Linux 3.4 will offer proper interlaced mode output support for Intel Sandy Bridge and Ivy Bridge
Michael explained : &quot;Interlaced support is relevant if you have an analog TV where using the interlaced mode can reduce flicker and enhance motion perception by only refreshing half the screen at a time (every other line), but if you&#039;re not using an interlaced TV mode, this patch-set is not important. &quot;&lt;/p&gt;

&lt;p&gt;I&#039;ve also read that there is some problems regarding deinterlacing through VA-API http://code.mythtv.org/trac/ticket/8593#comment:25
Could that be also solved within Linux 3.4 ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read on Phronix that Linux 3.4 will offer proper interlaced mode output support for Intel Sandy Bridge and Ivy Bridge
Michael explained : &#8220;Interlaced support is relevant if you have an analog TV where using the interlaced mode can reduce flicker and enhance motion perception by only refreshing half the screen at a time (every other line), but if you&#8217;re not using an interlaced TV mode, this patch-set is not important. &#8220;</p>

<p>I&#8217;ve also read that there is some problems regarding deinterlacing through VA-API <a href="http://code.mythtv.org/trac/ticket/8593#comment:25" rel="nofollow" onclick="urchinTracker('/outgoing/code.mythtv.org/trac/ticket/8593_comment_25?referer=');">http://code.mythtv.org/trac/ticket/8593#comment:25</a>
Could that be also solved within Linux 3.4 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another round of updates coming your way by Brian</title>
		<link>http://dodonov.net/blog/2012/02/16/another-round-of-updates-coming-your-way/comment-page-1/#comment-18209</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 10 Mar 2012 08:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://dodonov.net/blog/?p=1266#comment-18209</guid>
		<description>&lt;p&gt;Great blog, waiting for a new blog post since I heard that Intel is working GLSL 1.4&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great blog, waiting for a new blog post since I heard that Intel is working GLSL 1.4</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: dodonov.net @ 2012-05-22 15:34:59 -->
