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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix various tests 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
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 6616d89dc63467b61c84e136121d3bce004229d5..264ed878d8484ce5596c4e648667311359584e8a 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.99",
+ "version": "8.100",
"entries": [
{
"id": 1,
@@ -1798,22 +1798,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 173,
- "description": "Limit transparent visuals to drivers known to work",
- "cr_bugs": [369209],
- "os": {
- "type": "linux"
- },
- "exceptions" : [
- {
- "driver_vendor": "Mesa"
- }
- ],
- "features": [
- "disable_transparent_visuals"
- ]
- },
- {
"id": 174,
"description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0",
"cr_bugs": [612474],

Powered by Google App Engine
This is Rietveld 408576698