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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2594253002: Lift texture's MAX_LEVEL/BASE_LEVEL workaround on OSX 10.12.2+ with AMD GPU. (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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 2f39568c92f7f68c229f63dcf00354538964aa8f..6b93df461ba05c4bb975a586e392d6950d66a602 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.25",
+ "version": "9.26",
"entries": [
{
"id": 1,
@@ -1739,7 +1739,11 @@ LONG_STRING_CONST(
"description": "Mac Drivers store texture level parameters on int16_t that overflow",
"cr_bugs": [610153],
"os": {
- "type": "macosx"
+ "type": "macosx",
+ "version": {
+ "op": "<",
+ "value": "10.12.2"
Ken Russell (switch to Gerrit) 2016/12/22 00:44:23 Do we understand these OS versions with "dot-dot"
Zhenyao Mo 2016/12/22 00:45:36 Yes and Yes.
+ }
},
"features": [
"use_shadowed_tex_level_params"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698