Revision 07325238
Added by Leszek Koltunski over 3 years ago
src/main/java/org/distorted/library/main/DistortedLibrary.java | ||
---|---|---|
940 | 940 |
{ |
941 | 941 |
if( mVersion.contains("V@331.0") || |
942 | 942 |
mVersion.contains("V@415.0") || |
943 |
mRenderer.contains("308") || |
|
944 |
mRenderer.contains("306") ) |
|
943 |
mRenderer.contains("308") ) |
|
945 | 944 |
{ |
946 | 945 |
Log.e("DISTORTED", "You are running this on an Adreno 30x.\nStrange shit might happen."); |
947 | 946 |
mBuggyUBOs = true; |
Also available in: Unified diff
Do not switch BuggyUBOs on Adreno 306, as I just saw a device - ZTE ZMax2 - which uses a 306 and driver V@100, which does not like packed UBOs...