<?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; GDC 2009</title>
	<atom:link href="http://www.realtimerendering.com/blog/tag/gdc-2009/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>AMD/ATI GDC 2009 slides available</title>
		<link>http://www.realtimerendering.com/blog/amdati-gdc-2009-slides-available/</link>
		<comments>http://www.realtimerendering.com/blog/amdati-gdc-2009-slides-available/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 22:01:56 +0000</pubDate>
		<dc:creator>Naty</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Direct3D 11]]></category>
		<category><![CDATA[GDC 2009]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=92</guid>
		<description><![CDATA[At their Developer Conference Presentations website.  The talk titled Your Game Needs Direct3D 11, So Get Started Now! is particularly interesting as an overview of how to port code to D3D11.]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://developer.amd.com/documentation/presentations/Pages/default.aspx">their Developer Conference Presentations website</a>.  The talk titled <strong><em>Your Game Needs Direct3D 11, So Get Started Now!</em></strong> is particularly interesting as an overview of how to port code to D3D11.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/amdati-gdc-2009-slides-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploiting coherence at GDC 2009</title>
		<link>http://www.realtimerendering.com/blog/exploiting-coherence-at-gdc-2009/</link>
		<comments>http://www.realtimerendering.com/blog/exploiting-coherence-at-gdc-2009/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 07:21:51 +0000</pubDate>
		<dc:creator>Naty</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[GDC 2009]]></category>
		<category><![CDATA[reprojection caching]]></category>
		<category><![CDATA[spatial coherence]]></category>
		<category><![CDATA[temporal coherence]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=89</guid>
		<description><![CDATA[A few months back, I wrote a blog post discussing techniques which exploit coherence, either spatial (like multiresolution rendering) or temporal (like reprojection caching). Both of these were represented at GDC this year.  Jeremy Shopf presented a talk on Mixed Resolution Rendering, and the ambient occlusion technique presented in the talk Rendering Techniques in Gears [...]]]></description>
			<content:encoded><![CDATA[<p>A few months back, I wrote <a href="http://www.realtimerendering.com/blog/exploiting-temporal-and-spatial-coherence/">a blog post</a> discussing techniques which exploit coherence, either spatial (like multiresolution rendering) or temporal (like reprojection caching).</p>
<p>Both of these were represented at GDC this year.  <a href="http://www.jshopf.com/blog/">Jeremy Shopf</a> presented <a href="http://www.jshopf.com/files/GDC09_Shopf_Mixed_Resolution_Rendering.ppt">a talk on Mixed Resolution Rendering</a>, and the ambient occlusion technique presented in the talk <em>Rendering Techniques in Gears of War 2</em> (available on <a href="http://mygdc.gdconf.com/vault/">the GDC Vault site</a>) made use of both methods.  The ambient occlusion factors were rendered at a downsampled resolution. In addition, reprojection caching was used to reduce temporal aliasing.  This is the first use I have seen of reprojection caching in a shipping game.</p>
<p>In my previous blog post, I was skeptical of reprojection approaches, since it seemed to me that as an optimization method they did not address the worst case (where the camera angle changes abruptly).  Using such approaches to improve quality instead (as Epic did) makes more sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/exploiting-coherence-at-gdc-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More GDC conference links</title>
		<link>http://www.realtimerendering.com/blog/more-gdc-conference-links/</link>
		<comments>http://www.realtimerendering.com/blog/more-gdc-conference-links/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 03:12:15 +0000</pubDate>
		<dc:creator>Naty</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[GDC 2009]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=88</guid>
		<description><![CDATA[More material from GDC is coming online each day. We have already mentioned the tutorial slides, as well as Intel&#8217;s page.  GDC&#8217;s Vault site has video which is only available to registered attendees (except for sponsored sessions), but the slide decks are available to everyone.  NVIDIA recently put up a new page with their material [...]]]></description>
			<content:encoded><![CDATA[<p>More material from GDC is coming online each day. We have <a href="http://www.realtimerendering.com/blog/fast-and-furious/">already mentioned</a> the <a href="http://www.gdconf.com/conference/tutorials.html">tutorial slides</a>, <a href="http://www.realtimerendering.com/blog/connections-larrabee-michael-abrash-intel-dr-dobbs-and-me/">as well as</a> <a href="http://software.intel.com/en-us/articles/intel-at-gdc/">Intel&#8217;s page</a>.  <a href="http://mygdc.gdconf.com/vault/">GDC&#8217;s Vault site</a> has video which is only available to registered attendees (except for sponsored sessions), but the slide decks are available to everyone.  NVIDIA recently put up <a href="http://developer.nvidia.com/object/gdc-2009.html">a new page with their material</a> &#8211; even the material previously available from GDC&#8217;s own sites is worth getting from here, since the versions on NVIDIA&#8217;s page are significantly more up to date.  The videos for NVIDIA&#8217;s sponsored sessions are free for everyone and are linked from the NVIDIA page as well.</p>
<p>Lots of OpenGL and OpenCL stuff is <a href="http://www.khronos.org/library/detail/game-developers-conference-2009-press-kit/">available on the Khronos web site</a>,  and <a href="http://www.jshopf.com/blog/?p=194">Jeremy Shopf</a> and <a href="http://www.tilander.org/aurora/2009/03/gdc-2009-aftermath.html">Jim Tilander</a> have their respective slides up as well. <a href="http://www.google.com/search?hl=en&amp;q=%22gdc+2009%22+slides">A Google Search for &#8216;&#8221;GDC 2009&#8243; slides&#8217;</a> should turn up more as time goes by.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/more-gdc-conference-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>