Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Issue 1062043002: Added workaround for Mali 400 corrupting frame buffers upon discard. (Closed)

Created:
5 years, 8 months ago by David Yen
Modified:
5 years, 8 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added workaround for Mali 400 corrupting frame buffers upon discard. R=aelias@chromium.org BUG=449488

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M gpu/config/gpu_driver_bug_list_json.cc View 2 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
David Yen
5 years, 8 months ago (2015-04-06 23:27:15 UTC) #1
David Yen
+sievers
5 years, 8 months ago (2015-04-06 23:27:57 UTC) #3
no sievers
lgtm But given that we just noticed this for two different vendors, you sure the ...
5 years, 8 months ago (2015-04-06 23:32:15 UTC) #4
David Yen
On 2015/04/06 23:32:15, sievers wrote: > lgtm > > But given that we just noticed ...
5 years, 8 months ago (2015-04-06 23:39:53 UTC) #5
no sievers
On 2015/04/06 23:39:53, David Yen wrote: > On 2015/04/06 23:32:15, sievers wrote: > > lgtm ...
5 years, 8 months ago (2015-04-06 23:50:49 UTC) #6
David Yen
5 years, 8 months ago (2015-04-07 16:27:24 UTC) #7
On 2015/04/06 23:50:49, sievers wrote:
> On 2015/04/06 23:39:53, David Yen wrote:
> > On 2015/04/06 23:32:15, sievers wrote:
> > > lgtm
> > > 
> > > But given that we just noticed this for two different vendors, you sure
the
> > > corruption is not our bug?
> > 
> > Both vendors are exhibiting different bugs. The qualcomm one is dropping
draw
> > calls, and the Mali400 is corrupting memory.
> > 
> > Also, it was reported that the Mali400 bug was fixed so this only occurs on
> > older drivers. Is there a way to filter on driver numbers? Isn't it part of
> the
> > GL string?
> 
> You can look at the strings and try.
> You might have to revisit our driver version string formatting code for
Android.
> It was added to specifically for Qualcomm.

The Mali400 does not advertise the driver version in the GL_VERSION string
unfortunately.

Also aelias has also completed this CL in his version
(https://codereview.chromium.org/1068573004/) so I will be closing this one.

Powered by Google App Engine
This is Rietveld 408576698