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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2548363002: Extend more runtime envs for generateMipmap srgb emulation (Closed)
Patch Set: Addressed feedback:Add CubeMap to TODO Created 4 years 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') | 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 aead8e04f6c599fdfb03a34d3015542bf962dd52..fa4b0cebc9f78bdb891b4be5b8bc48db7072f706 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.21",
+ "version": "9.22",
"entries": [
{
"id": 1,
@@ -2234,6 +2234,42 @@ LONG_STRING_CONST(
"GL_KHR_blend_equation_advanced",
"GL_KHR_blend_equation_advanced_coherent"
]
+ },
+ {
+ "id": 207,
+ "description": "Decode and Encode before generateMipmap for srgb format textures on Windows",
+ "cr_bugs": [634519],
+ "os" : {
+ "type": "win"
+ },
+ "features" : [
+ "decode_encode_srgb_for_generatemipmap"
+ ]
+ },
+ {
+ "id": 208,
+ "description": "Decode and Encode before generateMipmap for srgb format textures on Linux Mesa ANGLE path",
+ "cr_bugs": [634519],
+ "os": {
+ "type": "linux"
+ },
+ "gl_renderer": "ANGLE.*",
+ "vendor_id": "0x8086",
+ "features": [
+ "decode_encode_srgb_for_generatemipmap"
+ ]
+ },
+ {
+ "id": 209,
+ "description": "Decode and Encode before generateMipmap for srgb format textures on Chromeos Intel",
+ "cr_bugs": [634519],
+ "os": {
+ "type": "chromeos"
+ },
+ "vendor_id": "0x8086",
+ "features": [
+ "decode_encode_srgb_for_generatemipmap"
+ ]
}
]
// 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698