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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 797533002: Add a glBegin/End pair to make glBindFramebuffer work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 b447c1a886013823a18ad14eff4ab73b8203741d..109d62f4a74038df934ba0bc0ab6e93944eae6ac 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.11",
+ "version": "7.12",
"entries": [
{
"id": 1,
@@ -1081,6 +1081,17 @@ LONG_STRING_CONST(
"features": [
"gl_clear_broken"
]
+ },
+ {
+ "id": 96,
+ "description": "glBindFramebuffer sometimes requires a glBegin/glEnd to take effect",
+ "cr_bugs": [435786],
+ "os": {
+ "type": "macosx"
+ },
+ "features": [
+ "gl_begin_gl_end_on_fbo_change_to_backbuffer"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698