On Iau, 2004-10-07 at 00:41, Thomas Hellstrom wrote:
> One option is to do command verification for 2D commands only, and 
> tighten up the DDX. In this way the DRM could go into the kernel and be 
> usable with XvMC. OpenGL possibly as root, until someone has the time to 
> fix up the 3D driver and implement a full command verification.

This would be good, espcially if the verifier shipped looked
something like

        verify_command_queue(....)
        {
                /* A volunteer should write this to allow non root use */
                ...
        }

It will get the code exposure and its a good policy for future drivers
that may initially need similar work.



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to