Comment 18 for bug 1436074

Revision history for this message
Bin Li (binli) wrote :

Shouldn't that patch be:

  if ( !gpuStr.contains("PowerVR Rogue G6200") || !verStr.contains("1.3"))

instead of applied:

  if ( !gpuStr.contains("PowerVR Rogue G6200") && !verStr.contains("1.3"))

We need skip when G6200 is 1.3, right? So when we use G6200 as 1.1, the result is false, we also skip it.