<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Steve Lacey - 10 years of Direct X</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/6307/d9ae5cfe-867a-45db-8f88-9dea01816307/SteveLacey10yrsDirectX_100_ch9.jpg</url>
		<title>Channel 9 - Steve Lacey - 10 years of Direct X</title>
		<link></link>
	</image>
	<description>Our game expert, Dave Weller, was also at the recent Microsoft Meltdown conference, and sat down with Steve Lacey, developer on Flight Simulator.The two of them talked about how far DirectX graphic technology has come. You might recognize Steve. He&#39;s been on Channel 9 before when he gave us
a tour of the Flight Simulator team.We wonder what the next 10 years will bring us. Do you use DirectX? Tell us about how.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 23:50:22 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 23:50:22 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[
<p>There were around 3 minutes of blue screen at the end of the video (download). And given then title
<em>10 years of...</em> it seemed more like <em>The early years of...<br /></em><br />Steve has a blog btw but it doesn't talk technical all that much.</p>
<p>posted by androidi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593259700000000</link>
		<pubDate>Thu, 11 Aug 2005 02:59:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593259700000000</guid>
		<dc:creator>androidi</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[It's good to see some of the graphics guys get some press. Couple of questions:<br /><br />1) Vista is emphasizing its future role in PC gaming -- what's the chance of that functionality migrating to XP?<br /><br />2) DX has version numbers, of course, but what's this DDI thing I've been seeing? Seems like a lower-level thing than DX.<br /><p>posted by Minh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593260040000000</link>
		<pubDate>Thu, 11 Aug 2005 03:00:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593260040000000</guid>
		<dc:creator>Minh</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[He is so right. It doesn't matter if you are using OpenGL or DirextX, all that matters is that you know the math. Learning the API is trivial. Math is the hardpart. Math is what graphics programming is all about.<br /><p>posted by IRenderable</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593268410000000</link>
		<pubDate>Thu, 11 Aug 2005 03:14:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593268410000000</guid>
		<dc:creator>IRenderable</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[Heh. I've got an unopened copy here of the &quot;DirectX and the Windows 95 Game SDK featuring DirectDraw, DirectSound, and DirectPlay version 4.02&quot; with the radiation logo on it.<br /><br />Despite the version number on the disk, I think that's DirectX 1.<br /><br />I got it for being on the beta, though I don't remember being a very good tester. I hope MS hasn't kept that fact on file all these years <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br /><br /><p>posted by DCMonkey</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593391770000000</link>
		<pubDate>Thu, 11 Aug 2005 06:39:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593391770000000</guid>
		<dc:creator>DCMonkey</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[
<blockquote>
<div>Minh wrote:</div>
<div>2) DX has version numbers, of course, but what's this DDI thing I've been seeing? Seems like a lower-level thing than DX.<br /></div>
</blockquote>
<br />DDI stands for Device Driver Interface. Each version of DirectX not only publishes interfaces that application developers can consume, it also defines interfaces that driver writers must implement. A driver's DDI version is determined by the DirectX version
 who's DDI the driver implements. If you have a driver that implements DDI version 8, there will be certain DX9 functions it cannot perform. Note that the fact that a driver implements DDI version 9 doesn't necessarily mean your video card is DX9 capable.<br /><br /><blockquote>
<div>scobleizer wrote:</div>
<div>Do you use DirectX? Tell us about how.</div>
</blockquote>
<br />I haven't used DirectX in quite a while. I've beta tested it since version 7 however, and even was among the top 10 most bugs reported for DirectX 8 (got a Sidewinder Force Feedback 2 for that). One of the samples in the DirectX 8 SDK uses code I've written;
 the sample contained a bug, I sent in a correction, and they used my code exactly to correct the sample. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><p>posted by Sven Groot</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593572710000000</link>
		<pubDate>Thu, 11 Aug 2005 11:41:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593572710000000</guid>
		<dc:creator>Sven Groot</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[I wana see that doom video <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><p>posted by DuNuNuBatman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593692390000000</link>
		<pubDate>Thu, 11 Aug 2005 15:00:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593692390000000</guid>
		<dc:creator>DuNuNuBatman</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[Sorry about the blue screen at the end.&nbsp; I'm definitely learning as I go <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br />Beth<p>posted by bethg</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593745370000000</link>
		<pubDate>Thu, 11 Aug 2005 16:28:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632593745370000000</guid>
		<dc:creator>bethg</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[Scoble - that ROCKED!!!!!!!!!!!!<br /><br />One of the most awesome videos ever<p>posted by Nata1</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632594162180000000</link>
		<pubDate>Fri, 12 Aug 2005 04:03:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632594162180000000</guid>
		<dc:creator>Nata1</dc:creator>
	</item>
	<item>
		<title>Re: Steve Lacey - 10 years of Direct X</title>
		<description>
			<![CDATA[
<blockquote>
<div>bethg wrote:</div>
<div>Sorry about the blue screen at the end.&nbsp; I'm definitely learning as I go <img src="/emoticons/emotion-1.gif" border="0"><br /><br />Beth</div>
</blockquote>
<br /><br />It looks better than the original BSOD. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br /><br />- Steve<p>posted by Steve411</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632634993730000000</link>
		<pubDate>Wed, 28 Sep 2005 10:16:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Lacey-10-years-of-Direct-X#c632634993730000000</guid>
		<dc:creator>Steve411</dc:creator>
	</item>
</channel>
</rss>