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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2019453003: command_buffer: MAX/BASE_LEVEL fixes for GetTexParameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix JSON typos Created 4 years, 7 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 4ab09ef8f32b1044a0366c188ad1d4f3dfef76fc..b34514fb83d62ec079cb722aeb4fca46602fa78d 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -2039,6 +2039,17 @@ LONG_STRING_CONST(
"features": [
"disable_post_sub_buffers_for_onscreen_surfaces"
]
+ },
+ {
+ "id": 169,
+ "description": "Mac Drivers store texture lebel parameters on int16_t that overflow",
Zhenyao Mo 2016/05/31 01:42:48 lebel -> level
+ "cr_bugs": [610153],
+ "os": {
+ "type": "macosx"
+ },
+ "features": [
+ "use_shadowed_tex_level_params"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698