Skip to content

Commit 93add42

Browse files
committed
Expand 2 Linux/NVIDIA workarounds to Android/NVIDIA
pack_parameters_workaround_with_pack_buffer fixes conformance2/reading/read-pixels-pack-parameters.html unpack_alignment_workaround_with_unpack_buffer fixes conformance2/textures/misc/tex-unpack-params.html BUG=698926 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2735823003 Cr-Commit-Position: refs/heads/master@{#455394} (cherry picked from commit 08e70dd) Review-Url: https://codereview.chromium.org/2737243002 . Cr-Commit-Position: refs/branch-heads/3029@{#74} Cr-Branched-From: 939b32e-refs/heads/master@{#454471}
1 parent eaf9c66 commit 93add42

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

gpu/config/gpu_driver_bug_list_json.cc

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
1919
{
2020
"name": "gpu driver bug list",
2121
// Please update the version number whenever you change this file.
22-
"version": "9.32",
22+
"version": "9.33",
2323
"entries": [
2424
{
2525
"id": 1,
@@ -2339,6 +2339,30 @@ LONG_STRING_CONST(
23392339
"features": [
23402340
"use_gpu_driver_workaround_for_testing"
23412341
]
2342+
},
2343+
{
2344+
"id": 216,
2345+
"cr_bugs": [698926],
2346+
"description": "Pack parameters work incorrectly with pack buffer bound",
2347+
"os": {
2348+
"type": "android"
2349+
},
2350+
"gl_vendor": "NVIDIA.*",
2351+
"features": [
2352+
"pack_parameters_workaround_with_pack_buffer"
2353+
]
2354+
},
2355+
{
2356+
"id": 217,
2357+
"cr_bugs": [698926],
2358+
"description": "Alignment works incorrectly with unpack buffer bound",
2359+
"os": {
2360+
"type": "android"
2361+
},
2362+
"gl_vendor": "NVIDIA.*",
2363+
"features": [
2364+
"unpack_alignment_workaround_with_unpack_buffer"
2365+
]
23422366
}
23432367
]
23442368
// Please update the version number at beginning of this file whenever you

0 commit comments

Comments
 (0)