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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2373513002: gpu/config: disable partial swaps on Mesa Gallium drivers too. (Closed)
Patch Set: gpu/config: disable partial swaps on Mesa Gallium drivers too. 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/config/gpu_control_list.cc ('k') | no next file » | 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 3546914978841038d9bc4d01c3800b66297e162c..e2c9f2992731ada21aa04bbd468a8505adab7700 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.02",
+ "version": "9.03",
"entries": [
{
"id": 1,
@@ -507,7 +507,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
{
"id": 68,
- "description": "Disable partial swaps on linux drivers",
+ "description": "Disable partial swaps on Mesa drivers (detected with GL_RENDERER)",
"cr_bugs": [339493],
"os": {
"type": "linux"
@@ -2030,6 +2030,19 @@ LONG_STRING_CONST(
"features": [
"do_teximage_before_copyteximage_to_cube_map"
]
+ },
+ {
+ "id": 190,
+ "description": "Disable partial swaps on Mesa drivers (detected with GL_VERSION)",
+ "cr_bugs": [339493],
+ "os": {
+ "type": "linux"
+ },
+ "gl_type": "gl",
+ "gl_version_string": ".*Mesa.*",
+ "features": [
+ "disable_post_sub_buffers_for_onscreen_surfaces"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« no previous file with comments | « gpu/config/gpu_control_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698