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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 146243006: Merge r249547 into M33: Add a gpu driver bug workaround to count in all varyings in packing check. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 10 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/program_manager_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
===================================================================
--- gpu/config/gpu_driver_bug_list_json.cc (revision 250202)
+++ gpu/config/gpu_driver_bug_list_json.cc (working copy)
@@ -19,7 +19,7 @@
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "3.9",
+ "version": "3.10",
"entries": [
{
"id": 1,
@@ -715,6 +715,36 @@
"features": [
"clear_uniforms_before_first_program_use"
]
+ },
+ {
+ "id": 55,
+ "cr_bugs": [333885],
+ "description": "Mesa drivers in Linux handle varyings without static use incorrectly",
+ "os": {
+ "type": "linux"
+ },
+ "driver_vendor": {
+ "op": "=",
+ "value": "Mesa"
+ },
+ "features": [
+ "count_all_in_varyings_packing"
+ ]
+ },
+ {
+ "id": 56,
+ "cr_bugs": [333885],
+ "description": "Mesa drivers in ChromeOS handle varyings without static use incorrectly",
+ "os": {
+ "type": "chromeos"
+ },
+ "driver_vendor": {
+ "op": "=",
+ "value": "Mesa"
+ },
+ "features": [
+ "count_all_in_varyings_packing"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/program_manager_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