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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2272823004: Add a base mipmap level walkaround for Intel MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test other GPUs without the walkaround Created 4 years, 4 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 cbc4c3ee18580493912440bc914ffc8892dd62ca..041062190df9830275ba45d1ee82ebc68efa5268 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.85",
+ "version": "8.86",
"entries": [
{
"id": 1,
@@ -1939,6 +1939,18 @@ LONG_STRING_CONST(
"features": [
"rebind_transform_feedback_before_resume"
]
+ },
+ {
+ "id": 180,
+ "description": "glTexStorage* are buggy when base mipmap level is not 0",
+ "cr_bugs": [640506],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "features": [
+ "reset_base_mipmap_level_before_texstorage"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698