Comments on: The Legacy of the R300 https:/2009/11/the-legacy-of-the-r300/ Developer resources for the X-Plane flight simulator Tue, 01 Feb 2011 19:01:10 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Anonymous https:/2009/11/the-legacy-of-the-r300/#comment-547 Tue, 17 Nov 2009 15:02:06 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-547 I know X-Plane is to blame. 😉

]]>
By: Benjamin Supnik https:/2009/11/the-legacy-of-the-r300/#comment-548 Tue, 17 Nov 2009 14:04:40 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-548 Yep – 32 bits isn't much. Jittering effects are not from the card usually though – usually it's from the sim not being very, very careful with how we manage those 32 bits.

]]>
By: Anonymous https:/2009/11/the-legacy-of-the-r300/#comment-549 Tue, 17 Nov 2009 13:45:15 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-549 I looked around a bit on the web and found a little evidence for R420 using 24-bit still, none for 32-bit.

But I have to say, even 32-bit isn't that much at the scale of X-Plane's coordinate system. When you don't happen to be near the origin there's only about a centimeter of precision (not counting cumulative rounding). That jitter is getting on my nerves. I don't mean the reflections in particular (couldn't care less about that), but the plane in external views and anything nearby from any view, really, like runways.

]]>
By: Bold & Courageous https:/2009/11/the-legacy-of-the-r300/#comment-550 Tue, 17 Nov 2009 02:01:49 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-550 I only ask because my water looks "looks square and pixelated up close" and I have an X800 XT.

]]>
By: Benjamin Supnik https:/2009/11/the-legacy-of-the-r300/#comment-551 Mon, 16 Nov 2009 21:45:52 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-551 I am pretty sure that the R420 doesn't have the instruction limit, and I think it's also full 32-bit float inside, but I can't confirm that – I don't have one myself.

]]>
By: Bold & Courageous https:/2009/11/the-legacy-of-the-r300/#comment-552 Mon, 16 Nov 2009 19:31:30 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-552 Since the R420 is can be seen as two 300's back-to-back, do these limitations apply to the 420 as well?

]]>
By: Wayne Conrad https:/2009/11/the-legacy-of-the-r300/#comment-553 Mon, 16 Nov 2009 14:00:50 +0000 http://www.x-plane.com/dev_blog/?p=149#comment-553 The worst special cases ever are for configurations you can't test yourself.

#ifdef RARE_HARDWARE
// do funky stuff that I can't refactor
// without huge risk because I sure
// can't test it.
#endif

]]>