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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1465993003: Ensured that texture completeness takes into account base and max level (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-added Windows expectation, since ANGLE failure is still happening Created 5 years, 1 month 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 e91ada868a323f8c6cae7c270e36bb183cc0f055..a65eef8c24635d2cb42fb0552de6c03cf97397a0 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.32",
+ "version": "8.33",
"entries": [
{
"id": 1,
@@ -1596,6 +1596,17 @@ LONG_STRING_CONST(
"disable_overlay_ca_layers",
"disable_post_sub_buffers_for_onscreen_surfaces"
]
+ },
+ {
+ "id": 136,
+ "description": "glGenerateMipmap fails if the zero texture level is not set on some Mac drivers",
+ "cr_bugs": [560499],
+ "os": {
+ "type": "macosx"
+ },
+ "features": [
+ "set_zero_level_before_generating_mipmap"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698