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

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: re-rebase 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
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 3858662bff8e4e617f03841862f241fe57070f34..0d59af8796169565232115039faa5bc314d10a0d 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.88",
+ "version": "8.89",
"entries": [
{
"id": 1,
@@ -1956,6 +1956,18 @@ LONG_STRING_CONST(
"features": [
"avda_no_eglimage_for_luminance_tex"
]
+ },
+ {
+ "id": 181,
+ "description": "glTexStorage* are buggy when base mipmap level is not 0",
+ "cr_bugs": [640506],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
Zhenyao Mo 2016/08/26 17:38:57 Curious: the workaround is for Mac Intel only, but
+ "features": [
+ "reset_base_mipmap_level_before_texstorage"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698