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

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 1dcf832ecfc5abdd0515fe862da15141234b6dad..e451348879fe140e8a48c703d2abef46fc5a3f73 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.01",
+ "version": "9.02",
"entries": [
{
"id": 1,
@@ -2030,6 +2030,19 @@ LONG_STRING_CONST(
"features": [
"do_teximage_before_copyteximage_to_cube_map"
]
+ },
+ {
+ "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"
yunchao 2016/09/23 15:09:20 Maybe "decode_encode_srgb_for_generatemipmap"
+ ]
}
]
// Please update the version number at beginning of this file whenever you

Powered by Google App Engine
This is Rietveld 408576698