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

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

Issue 2891563002: Add workaround for Mac stencil buffer leak (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.5", 3 "version": "10.7",
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 },
11 "gl_vendor": "Imagination.*", 11 "gl_vendor": "Imagination.*",
12 "features": [ 12 "features": [
13 "use_client_side_arrays_for_stream_buffers" 13 "use_client_side_arrays_for_stream_buffers"
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 "id": 222, 2361 "id": 222,
2362 "description": "Software to Accelerated canvas update breaks Linux AMD", 2362 "description": "Software to Accelerated canvas update breaks Linux AMD",
2363 "cr_bugs": [710029], 2363 "cr_bugs": [710029],
2364 "os": { 2364 "os": {
2365 "type": "linux" 2365 "type": "linux"
2366 }, 2366 },
2367 "vendor_id": "0x1002", 2367 "vendor_id": "0x1002",
2368 "features": [ 2368 "features": [
2369 "disable_software_to_accelerated_canvas_upgrade" 2369 "disable_software_to_accelerated_canvas_upgrade"
2370 ] 2370 ]
2371 },
2372 {
2373 "id": 227,
2374 "description": "Certain Apple devices leak stencil buffers",
2375 "cr_bugs": [713854],
2376 "os": {
2377 "type": "macosx"
2378 },
2379 "vendor_id": "0x8086",
2380 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e",
2381 "0x1626", "0x162b", "0x1622"],
2382 "features": [
2383 "avoid_stencil_buffers"
2384 ]
2371 } 2385 }
2372 ], 2386 ],
2373 "comment": [ 2387 "comment": [
2374 "Please update the version number on top whenever you change this file", 2388 "Please update the version number on top whenever you change this file",
2375 "Please run gpu/config/process_json.py whenever you change this file" 2389 "Please run gpu/config/process_json.py whenever you change this file"
2376 ] 2390 ]
2377 } 2391 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.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