On Oct 30, 2011, at 6:20 PM, Wally McClure wrote:
> Is there support in the 1.9.2 build for hardware graphics acceleration?

What all is needed to enable hardware acceleration? If only 
//application/@android:hardwareAcceleration is required in AndroidManifest.xml, 
then you can use the ApplicationAttribute.HardwareAcceleration property:

        
http://androidapi.xamarin.com/index.aspx?link=P%3aAndroid.App.ApplicationAttribute.HardwareAccelerated

        [assembly:Application(HardwareAccelerated=true)]

The next release will have an ActivityAttribute.HardwareAccelerated property as 
well, corresponding to the //activity/@android:hardwareAccelerated attribute.

Is anything else required?

Thanks,
 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to