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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1919803002: command_buffer: Remove dead code for gl_begin_gl_end_on_fbo_change_to_backbuffer workaround (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove glbegin_glend workaround 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
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32d0ceb5dc99fc306855596433c51ad91aeced96..aa3ae04d72a1b746a139fda3a196804f7d4b8f00 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.62",
+ "version": "8.63",
"entries": [
{
"id": 1,
@@ -1071,17 +1071,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 96,
- "description": "glBindFramebuffer sometimes requires a glBegin/End to take effect",
- "cr_bugs": [435786],
- "os": {
- "type": "macosx"
- },
- "features": [
- "gl_begin_gl_end_on_fbo_change_to_backbuffer"
- ]
- },
- {
"id": 97,
"description": "Multisampling has poor performance in Intel BayTrail",
"cr_bugs": [443517],
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.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