On Don, 2003-02-27 at 18:59, Jon Smirl wrote:
> Has anyone done any work on using DRI to implement a
> 2D X driver? The basic idea would be to eliminate the
> need for a separate 2D hardware driver and have a
> single DRI one. The replacement 2D driver would use
> the DRI API instead of directly manipulating the
> hardware. 
> 
> How does performance compare doing 2D drawing through
> the DRI interface?

The radeon driver uses the DRM for 2D acceleration when DRI is enabled,
performance is better than with DRI disabled (in which case 2D
acceleration is done via direct memory mapped writes to chip registers).
Is that what you're looking for?


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to