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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 996163003: Offscreen framebuffer creation on Mali-400 GPU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 dfebf2b6e230ec1e8668c21460dc62d11646a187..e3c6541b9161c4dcb42ba152e081a4aa039a103c 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": "7.17",
+ "version": "7.18",
"entries": [
{
"id": 1,
@@ -1176,6 +1176,16 @@ LONG_STRING_CONST(
"features": [
"unbind_attachments_on_bound_render_fbo_delete"
]
+ },
+ {
+ "id": 103,
+ "cr_bugs": [449150],
+ "description": "Mali-400 does not support GL_RGB format",
+ "gl_vendor": "ARM.*",
+ "gl_renderer": ".*Mali-400.*",
+ "features": [
+ "disable_gl_rgb_format"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698