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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1840743004: Turn on seamless cubemap by default on Desktop GL for ES3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 7f63c19b410f5c53481d24b42d15f14f3e5b81c4..8d922e2ab502dd18aaf88fcb38c438a9fdaa8f6a 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.56",
+ "version": "8.57",
"entries": [
{
"id": 1,
@@ -1836,19 +1836,31 @@ LONG_STRING_CONST(
"type": "macosx"
},
"exceptions": [
- {
- "os": {
- "type": "macosx",
- "version": {
- "op": ">=",
- "value": "10.9"
- }
- }
- }
- ],
+ {
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": ">=",
+ "value": "10.9"
+ }
+ }
+ }
+ ],
"features": [
"iosurface_readback_workaround"
]
+ },
+ {
+ "id": 155,
+ "cr_bugs": [597794],
+ "description": "Seamless cubemap does not work for Mac Intel",
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "features": [
+ "disable_texture_cube_map_seamless"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.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