<?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/"
	>

<channel>
	<title>Real-Time Rendering &#187; graphics cards</title>
	<atom:link href="http://www.realtimerendering.com/blog/tag/graphics-cards/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.realtimerendering.com/blog</link>
	<description>Tracking the latest developments in interactive rendering techniques</description>
	<lastBuildDate>Sun, 12 May 2013 00:21:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Command buffers, JGT online, workstation cards charts</title>
		<link>http://www.realtimerendering.com/blog/command-buffers-jgt-online-workstation-cards-charts/</link>
		<comments>http://www.realtimerendering.com/blog/command-buffers-jgt-online-workstation-cards-charts/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 15:44:08 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[graphics cards]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=12</guid>
		<description><![CDATA[Vincent Scheib discusses how to implement command buffers (essentially, OpenGL display lists) on DirectX 9 and 10. He notes that DirectX 11 will have display list support in the API, but if you don&#8217;t want to wait 4+ years for general adoption of that API, consider Emergent&#8217;s method. By having various threads generate command buffers [...]]]></description>
			<content:encoded><![CDATA[<p>Vincent Scheib discusses <a href="http://beautifulpixels.blogspot.com/2008/07/parallel-rendering-with-directx-command.html">how to implement command buffers</a> (essentially, OpenGL display lists) on DirectX 9 and 10. He notes that DirectX 11 will have display list support in the API, but if you don&#8217;t want to wait 4+ years for general adoption of that API, consider Emergent&#8217;s method. By having various threads generate command buffers and a single thread executing these, they are able to take advantage of multiple cores. On a dual core they show x1.4 to x1.9 speedup with multiple threads. Best of all, they provide open source for their system, with a very liberal license.</p>
<p>I am happy to see that PDFs of articles in recent issues of the <a href="http://jgt.akpeters.com/">journal of graphics tools</a> are now <a href="http://akpeters.metapress.com/home/main.mpx">available online</a>, free to current subscribers.</p>
<p>I&#8217;ll be adding this one to the portal and resources page: <a href="http://www.techarp.com/showarticle.aspx?artno=95&amp;pgno=0">sets of charts</a> listing the capabilities of professional graphics cards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/command-buffers-jgt-online-workstation-cards-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>