Ticket #2996: 0008-We-need-OpenGL-ES-3.0-for-ETC2.patch

File 0008-We-need-OpenGL-ES-3.0-for-ETC2.patch, 1.3 KB (added by BogDan, 9 years ago)
  • build/android/qtcreator/android/AndroidManifest.xml

    From 65438e42383d420a96249ba10476b38aaa3230a4 Mon Sep 17 00:00:00 2001
    From: BogDan Vatra <bogdan@kde.org>
    Date: Sat, 7 Feb 2015 16:50:37 +0200
    Subject: [PATCH 8/8] We need OpenGL ES 3.0 for ETC2
    
    ---
     build/android/qtcreator/android/AndroidManifest.xml | 6 +++---
     1 file changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/build/android/qtcreator/android/AndroidManifest.xml b/build/android/qtcreator/android/AndroidManifest.xml
    index 59a3137..a17928e 100644
    a b  
    2222        </activity>
    2323
    2424    </application>
    25     <uses-sdk android:minSdkVersion="12" android:targetSdkVersion="14"/>
     25    <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="19"/>
    2626    <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
    2727
    28     <!-- OpenGL ES 2.0 -->
    29     <uses-feature android:glEsVersion="0x00020000"/>
     28    <!-- OpenGL ES 3.0 -->
     29    <uses-feature android:glEsVersion="0x00030000"/>
    3030
    3131    <!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
    3232         Remove the comment if you do not require these default permissions. -->