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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2318313004: emulate srgb format for generateMipmap (Closed)
Patch Set: addressed feedbacks Created 4 years, 3 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_srgb_converter.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 e2c9f2992731ada21aa04bbd468a8505adab7700..4ff843ff4f4675a7667f5d5b875df979c214d53d 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": "9.03",
+ "version": "9.04",
"entries": [
{
"id": 1,
@@ -2043,6 +2043,19 @@ LONG_STRING_CONST(
"features": [
"disable_post_sub_buffers_for_onscreen_surfaces"
]
+ },
+ {
+ "id": 191,
+ "description": "Decode and encode before generateMipmap for srgb format textures",
+ "cr_bugs": [634519],
+ "gl_type": "gl",
+ "gl_version": {
+ "op": "<",
+ "value": "4.4"
+ },
+ "features": [
+ "decode_encode_srgb_for_generatemipmap"
+ ]
}
Julien Isorce Samsung 2016/10/04 13:41:25 Because of crbug.com/222934, you cannot rely on gl
]
// Please update the version number at beginning of this file whenever you
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_srgb_converter.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