Check for "Mali-Txxx" instead of "Mali-T6xx"
A contact at ARM mentioned that their recent Mali-T7xx line of GPUs doesn't guarantee flush ordering either (and there seems little reason to assume future models will break this trend). So instead of enabling use_virtualized_gl_contexts for GPUs starting with "Mali-T6", we should check for e.g. "Mali-T[6-9]", or more simply just "Mali-T" since older Mali GPUs didn't have a "T". BUG=154715 TEST=manual Review URL: https://codereview.chromium.org/128163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243620 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment