summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-06-16 18:44:05 -0700
committerRomain Guy <romainguy@google.com>2010-06-17 13:40:11 -0700
commite4d011201cea40d46cb2b2eef401db8fddc5c9c6 (patch)
treeb890cdac7775120beb89308de1b593ec6af76a0e /tests
parent5e81e5b96b20bddf90adff33d50f5d003ab619ad (diff)
downloadframeworks_base-e4d011201cea40d46cb2b2eef401db8fddc5c9c6.zip
frameworks_base-e4d011201cea40d46cb2b2eef401db8fddc5c9c6.tar.gz
frameworks_base-e4d011201cea40d46cb2b2eef401db8fddc5c9c6.tar.bz2
Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0.
This is the initial checkin to setup the library and turn on OEGL ES 2.0 in ViewRoot, not a functional renderer. Change-Id: I6655c54166e2967da2e21e7d6dcfba78bf113b44
Diffstat (limited to 'tests')
-rw-r--r--tests/HwAccelerationTest/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml
index 22feeca..2ff0b2c 100644
--- a/tests/HwAccelerationTest/AndroidManifest.xml
+++ b/tests/HwAccelerationTest/AndroidManifest.xml
@@ -17,7 +17,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.test.hwui">
- <application android:label="HwUi">
+ <application
+ android:label="HwUi"
+ android:hardwareAccelerated="true">
<activity android:name="HwUiActivity">
<intent-filter>