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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1426903002: gpu: Make glTexSubImage2D work with GL_SRGB_ALPHA on OpenGL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove an unneeded hunk now that workarounds are used Created 5 years, 1 month 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/tests/gl_ext_srgb_unittest.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 e1a4d3ce3d3c421471592065b207606b0a8cb639..d49f412d0a2ad35354c46d235d18576ff125213d 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": "8.30",
+ "version": "8.31",
"entries": [
{
"id": 1,
@@ -1566,6 +1566,22 @@ LONG_STRING_CONST(
"features": [
"max_copy_texture_chromium_size_1048576"
]
+ },
+ {
+ "id": 134,
+ "description": "glReadPixels fails on FBOs with SRGB_ALPHA textures",
+ "cr_bugs": [550292],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "5.0"
+ }
+ },
+ "gl_vendor": "Qualcomm.*",
+ "features": [
+ "disable_ext_srgb"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/tests/gl_ext_srgb_unittest.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