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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: auto* 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 e2c9f2992731ada21aa04bbd468a8505adab7700..bf190ddd88408f0a734eaf24d1a2cc335c107709 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": "9.03",
+ "version": "9.04",
"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],
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.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