On Sat, 2003-11-08 at 18:15, Jon Smirl wrote: > Via this snippet either RadeonWaitForIdleMMIO or RadeonWaitForIdleCP gets > defined. How does this work with explicit references to RadeonWaitForIdleMMIO in > other files? > > #if defined(ACCEL_MMIO) && defined(ACCEL_CP) > #error Cannot define both MMIO and CP acceleration! > #endif
radeon_accelfuncs.c is #included by radeon_accel.c, once with ACCEL_CP #defined (if XF86DRI is #defined), once with ACCEL_MMIO #defined. -- Earthling Michel DÃnzer | Debian (powerpc), X and DRI developer Software libre enthusiast | http://svcs.affero.net/rm.php?r=daenzer ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
