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

Side by Side Diff: gpu/config/gpu_driver_bug_list.json

Issue 2823503002: Only generate GPU json data entries related to a given platform at build time. (Closed)
Patch Set: update Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_driver_bug_list_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.2", 3 "version": "10.2",
4 "entries": [ 4 "entries": [
5 { 5 {
6 "id": 1, 6 "id": 1,
7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly", 7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly",
8 "os": { 8 "os": {
9 "type": "android" 9 "type": "android"
10 }, 10 },
(...skipping 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2346 "os": { 2346 "os": {
2347 "type": "android" 2347 "type": "android"
2348 }, 2348 },
2349 "gl_renderer": "Adreno \\(TM\\) 3.*", 2349 "gl_renderer": "Adreno \\(TM\\) 3.*",
2350 "features": [ 2350 "features": [
2351 "disallow_large_instanced_draw" 2351 "disallow_large_instanced_draw"
2352 ] 2352 ]
2353 } 2353 }
2354 ], 2354 ],
2355 "comment": [ 2355 "comment": [
2356 "Please update the version number on top whenever you change this file", 2356 "Please update the version number on top whenever you change this file"
2357 "Please run gpu/config/process_json.py whenever you change this file"
2358 ] 2357 ]
2359 } 2358 }
OLDNEW
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_driver_bug_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698