::db::Korven Posted May 3, 2006 Share Posted May 3, 2006 The rendering path in G.R.A.W is very different from most games in that it appears to make extensive use of multiple render targets (MRTs). (This is where one draw operation can write different values to different surfaces.) The DX9 spec doesn't allow multi-sample AA when using MRTs and our hardware requires that all of the destination surfaces either have AA or not. This means that in order to get AA in G.R.A.W. we'd need to have lots of AA surfaces and perform a ton of AA resolves. The end result would be slow and require much more texture memory. It's not 100% impossible, and I'm not giving up on the possibility, but there is no playable solution right now. From .com. Quote Link to comment Share on other sites More sharing options...
cobaka Posted May 3, 2006 Share Posted May 3, 2006 http://www.elitebastards.com/cms/index.php...id=59&Itemid=29 Quote Link to comment Share on other sites More sharing options...
CR6 Posted May 3, 2006 Share Posted May 3, 2006 Good read. Looks like that's the final word about AA for GRAW for now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.