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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1925663002: command_buffer: Defer restoring of FBO bindings when changing virtual contexts Base URL: https://chromium.googlesource.com/chromium/src.git@lazy-bindframebuffer-03-copy-texture-chromium-instantiation
Patch Set: rework Created 4 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 aa3ae04d72a1b746a139fda3a196804f7d4b8f00..b9eebb2f277fc2cb6d24fb333e58561aadc78ef9 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": "8.63",
+ "version": "8.64",
"entries": [
{
"id": 1,
@@ -805,14 +805,14 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
{
"id": 72,
- "description": "Use virtual contexts on NVIDIA with GLES 3.1",
Kimmo Kinnunen 2016/04/28 11:45:27 just for telemetry perf testing
+ "description": "Use virtual contexts on NVIDIA with GLES 3.1 and later",
"cr_bugs": [369316],
"os": {
"type": "android"
},
"gl_type": "gles",
"gl_version": {
- "op": "=",
+ "op": ">=",
"value": "3.1"
},
"gl_vendor": "NVIDIA.*",
@@ -1968,7 +1968,7 @@ LONG_STRING_CONST(
"features": [
"disable_discard_framebuffer"
]
- }
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698