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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1118333002: branch 2311_135: Enable Gpu thread again on PowerVR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311_135
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 190dc04cd6604c6ca792cdb65f293acbb28181e0..c36bb83233f7ff838fb5253a10d530146f3abb77 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -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": "7.18.1.43",
+ "version": "7.18.1.44",
"entries": [
{
"id": 1,
@@ -1191,28 +1191,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 104,
- "description": "Disable android webview gpu thread on PowerVR G6xxx",
- "cr_bugs": [480992],
- "os": {
- "type": "android",
- "version": {
- "op": ">=",
- "value": "5.0.0"
- }
- },
- "gl_vendor": "Imagination.*",
- "gl_renderer": "PowerVR Rogue.*",
- "driver_version": {
- "op": "between",
- "value": "1.3",
- "value2": "1.4"
- },
- "features": [
- "disable_android_webview_gpu_thread"
- ]
- },
- {
"id": 107,
"description": "EGL Sync server wait broken on IMG G6xxx drivers",
"cr_bugs": [480992],
« no previous file with comments | « content/browser/android/in_process/synchronous_compositor_factory_impl.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698