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

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

Issue 2884843002: Slightly modify sizes of overlays that are larger than the monitor (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.8", 3 "version": "10.9",
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 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2454 "cr_bugs": [720152], 2454 "cr_bugs": [720152],
2455 "os": { 2455 "os": {
2456 "type": "macosx" 2456 "type": "macosx"
2457 }, 2457 },
2458 "vendor_id": "0x8086", 2458 "vendor_id": "0x8086",
2459 "device_id": ["0x0116", "0x0126"], 2459 "device_id": ["0x0116", "0x0126"],
2460 "multi_gpu_style": "amd_switchable", 2460 "multi_gpu_style": "amd_switchable",
2461 "features": [ 2461 "features": [
2462 "force_discrete_gpu" 2462 "force_discrete_gpu"
2463 ] 2463 ]
2464 },
2465 {
2466 "id": 229,
2467 "description": "Overlay sizes bigger than screen aren't accelerated on som e Intel drivers",
2468 "cr_bugs": [720059],
2469 "os": {
2470 "type": "win"
2471 },
2472 "vendor_id": "0x8086",
2473 "driver_version": {
2474 "op": "<",
2475 "value": "21.20.16.4542"
2476 },
2477 "features": [
2478 "disable_larger_than_screen_overlays"
2479 ]
2464 } 2480 }
2465 ], 2481 ],
2466 "comment": [ 2482 "comment": [
2467 "Please update the version number on top whenever you change this file" 2483 "Please update the version number on top whenever you change this file"
2468 ] 2484 ]
2469 } 2485 }
OLDNEW
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | gpu/ipc/service/direct_composition_surface_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698