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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2318313004: emulate srgb format for generateMipmap (Closed)
Patch Set: addressed piman's feedback 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
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 6616d89dc63467b61c84e136121d3bce004229d5..aa24ecfa5dbe25efb801c43389cd2ebedd850a2d 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -2004,6 +2004,19 @@ LONG_STRING_CONST(
"rewrite_do_while_loops"
]
}
+ {
+ "id": 188,
+ "description": "Do decoder and encoder before generateMipmap for srgb format textures",
+ "cr_bugs": [634519],
+ "gl_type": "gl",
+ "gl_version": {
+ "op": "<",
+ "value": "4.4"
+ },
+ "features": [
+ "do_decoder_encoder_srgb_generatemipmap"
+ ]
+ }
]
// Please update the version number at beginning of this file whenever you
// change this file.

Powered by Google App Engine
This is Rietveld 408576698