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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2113573002: Enable seamless cubemap on Mac Intel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable seamless cubemap on Mac Intel. Created 4 years, 6 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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | 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 8c08fb291b0bbede7abedc4179c87e779aaa1b40..03a8dd06af0f8d2488b7dae0f741ce13ebf1ba85 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.74",
+ "version": "8.75",
"entries": [
{
"id": 1,
@@ -1614,19 +1614,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 155,
- "cr_bugs": [597794],
- "description": "Seamless cubemap does not work for Mac Intel",
- "os": {
- "type": "macosx"
- },
- "vendor_id": "0x8086",
- "multi_gpu_category": "primary",
- "features": [
- "disable_texture_cube_map_seamless"
- ]
- },
- {
"id": 156,
"cr_bugs": [598474],
"description": "glEGLImageTargetTexture2DOES crashes",
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698