Skip to content

Commit

Permalink
gpu: Expand disable_discard_framebuffer from Power VR 540 to 5xx
Browse files Browse the repository at this point in the history
BUG=488463

Review URL: https://codereview.chromium.org/1133593009

Cr-Commit-Position: refs/heads/master@{#330616}
  • Loading branch information
sievers authored and Commit bot committed May 19, 2015
1 parent 15390e4 commit 7fb5950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gpu/config/gpu_driver_bug_list_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
"version": "8.02",
"version": "8.03",
"entries": [
{
"id": 1,
Expand Down Expand Up @@ -510,13 +510,13 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
{
"id": 42,
"cr_bugs": [290876],
"cr_bugs": [290876, 488463],
"description": "Framebuffer discarding causes flickering on older IMG drivers",
"os": {
"type": "android"
},
"gl_vendor": "Imagination.*",
"gl_renderer": "PowerVR SGX 540",
"gl_renderer": "PowerVR SGX 5.*",
"features": [
"disable_discard_framebuffer"
]
Expand Down

0 comments on commit 7fb5950

Please sign in to comment.