Christoph Brill wrote: > Hi, > > find attached some minor cleanups I did while comparing r200 and r300 > code. Most of them are indention and cosmetical changes. Only real > changes are that I replaced som > > if (0) > > with > > if (R200_DEBUG & DEBUG_TEXTURE) > > It generally reduces the diff between r200 and r300. That's it. > > Review and commit please, > Christoph Brill
Hmm, personally I'm not too happy with kernel-style indentation (and worse, some parts of the driver but not others converted to it). But maybe that's just me. If you're truely going to unify the drivers, there is obviously no way around that (though you could just convert r300 to use style of radeon/r200...) but if the files are still separate anyway I don't see much point. Other opinions? Roland ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
