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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2252153003: Add a transform feedback workaround for Intel GPUs on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 096cf5328899779c9766a37cc5e89b6e32d72830..bfee0b59297161e8392ce06e1dcce416a4d91829 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.83",
+ "version": "8.84",
"entries": [
{
"id": 1,
@@ -1910,6 +1910,18 @@ LONG_STRING_CONST(
"features": [
"get_frag_data_info_bug"
]
+ },
+ {
+ "id": 178,
+ "description": "glResumeTransformFeedback works incorrectly on Intel GPUs",
+ "cr_bugs": [638514],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "features": [
+ "use_transform_feedback_temp_unbind"
Ken Russell (switch to Gerrit) 2016/08/19 00:13:36 How about "rebind_before_resume_transform_feedback
jchen10 2016/08/19 01:34:43 Or "rebind_transform_feedback_before_resume"?
Ken Russell (switch to Gerrit) 2016/08/19 01:39:25 Sounds fine.
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698