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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2319223004: GPU driver bug list: Remove Linux Intel occlusion queries workaround (Closed)
Patch Set: Revert of GPU driver bug list: remove the use program after link workaround (patchset #2 id:20001 o… 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 847a58bf552d93e1038eb6b05687eaa8d33322c8..57d0a95a28e3c7672fa2f5f20f94312309ca07a7 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.97",
+ "version": "8.98",
"entries": [
{
"id": 1,
@@ -44,6 +44,26 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
]
},
{
+ "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"
+ ]
+ },
+ {
"id": 6,
"description": "Restore scissor on FBO change with Qualcomm GPUs on older versions of Android",
"cr_bugs": [165493, 222018],
« 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