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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2334203002: Reland of GPU driver bug list: remove the use program after link workaround (Closed)
Patch Set: Created 4 years, 3 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 57d0a95a28e3c7672fa2f5f20f94312309ca07a7..847a58bf552d93e1038eb6b05687eaa8d33322c8 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.98",
+ "version": "8.97",
"entries": [
{
"id": 1,
@@ -41,26 +41,6 @@
"gl_vendor": "ARM.*",
"features": [
"use_client_side_arrays_for_stream_buffers"
- ]
- },
- {
- "id": 5,
- "description": "Always call glUseProgram after a successful link to avoid a driver bug",
- "cr_bugs": [349137],
- "vendor_id": "0x10de",
- "exceptions": [
- {
- "os": {
- "type": "macosx",
- "version": {
- "op": ">=",
- "value": "10.9"
- }
- }
- }
- ],
- "features": [
- "use_current_program_after_successful_link"
]
},
{
« 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