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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: gpu/config/gpu_driver_bug_list.json
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
index 944660e6d838be3a72773bf777b79260d0620920..38e15cf81328f41de92fc6070c0f3ac8b47b5e09 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -1,6 +1,6 @@
{
"name": "gpu driver bug list",
- "version": "10.8",
+ "version": "10.9",
"entries": [
{
"id": 1,
@@ -2461,6 +2461,22 @@
"features": [
"force_discrete_gpu"
]
+ },
+ {
+ "id": 229,
+ "description": "Overlay sizes bigger than screen aren't accelerated on some Intel drivers",
+ "cr_bugs": [720059],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x8086",
+ "driver_version": {
+ "op": "<",
+ "value": "21.20.16.4542"
+ },
+ "features": [
+ "disable_larger_than_screen_overlays"
+ ]
}
],
"comment": [
« 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