Plus XvMC!

--- José Fonseca <[EMAIL PROTECTED]> wrote:
> > Savage: Savage MX/IX/ SuperSavage/ ProSavage/ Twister/K
> 
> It seams that at the moment DRI is only enabled for the Twister and
> ProSavage:
> 
>     if ((psav->Chipset == S3_TWISTER)
>         || (psav->Chipset == S3_PROSAVAGE)) {
>         /* Setup DRI after visuals have been established */
>         psav->directRenderingEnabled = SAVAGEDRIScreenInit(pScreen);
>     } else
>         psav->directRenderingEnabled = FALSE;
> 
> But AFAIK all these chips are based on the Savage4 design so it
> should
> be easy to extend the driver to support it.
> 
> Another thing I noticed is that the Savage DRM is just a stub doesn't
> touch the hardware - the DMA is fired directly by the userspace 3D
> driver. I may be wrong but this can compromise the system security.
> 
> But forget about that. My recation is WOW! It's a lot of work put on
> these drivers and now made available in open source!!
> 
> José Fonseca
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting
> Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly
> Commission!
> INetU Dedicated Managed Hosting
> http://www.inetu.net/partner/index.php
> _______________________________________________
> Dri-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dri-devel


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to