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

Issue 11930003: Add force_compositing_mode support in gpu blacklist. (Closed)

Created:
7 years, 11 months ago by Zhenyao Mo
Modified:
7 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, arv (Not doing code reviews), jam, apatrick_chromium
Visibility:
Public.

Description

Add force_compositing_mode support in gpu blacklist. So we can turn them off on older windows drivers between 2007 and 2009. BUG=169938 TEST=content_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177239

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -10 lines) Patch
M chrome/browser/resources/gpu_internals/info_view.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/gpu_internals_ui.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M content/browser/gpu/compositor_util.cc View 1 2 3 4 5 6 7 4 chunks +15 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_blacklist.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_util.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_util_unittest.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/gpu/software_rendering_list.json View 1 2 6 chunks +11 lines, -7 lines 0 comments Download
M content/public/common/gpu_feature_type.h View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Zhenyao Mo
vangelis: please review
7 years, 11 months ago (2013-01-15 21:13:45 UTC) #1
Zhenyao Mo
estade: chrome/browser/ui/webui owner joi: content/public owner nduca: chrome/browser/resources/gpu_internals owner apatrick: content/browser/gpu owner
7 years, 11 months ago (2013-01-15 21:20:10 UTC) #2
Evan Stade
webui lgtm
7 years, 11 months ago (2013-01-15 21:39:07 UTC) #3
Jói
LGTM for content/public.
7 years, 11 months ago (2013-01-15 22:25:23 UTC) #4
nduca
lgtm
7 years, 11 months ago (2013-01-16 02:47:42 UTC) #5
vangelis
https://codereview.chromium.org/11930003/diff/11002/chrome/browser/ui/webui/gpu_internals_ui.cc File chrome/browser/ui/webui/gpu_internals_ui.cc (right): https://codereview.chromium.org/11930003/diff/11002/chrome/browser/ui/webui/gpu_internals_ui.cc#newcode326 chrome/browser/ui/webui/gpu_internals_ui.cc:326: (flags & content::GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE) == 0, I'm not sure I ...
7 years, 11 months ago (2013-01-16 08:00:05 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/11930003/diff/11002/chrome/browser/ui/webui/gpu_internals_ui.cc File chrome/browser/ui/webui/gpu_internals_ui.cc (right): https://codereview.chromium.org/11930003/diff/11002/chrome/browser/ui/webui/gpu_internals_ui.cc#newcode326 chrome/browser/ui/webui/gpu_internals_ui.cc:326: (flags & content::GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE) == 0, On 2013/01/16 08:00:06, vangelis ...
7 years, 11 months ago (2013-01-16 15:34:55 UTC) #7
Zhenyao Mo
Revised. Please take another look.
7 years, 11 months ago (2013-01-16 15:42:48 UTC) #8
vangelis
Just two nits, otherwise LGTM https://codereview.chromium.org/11930003/diff/17002/chrome/browser/ui/webui/gpu_internals_ui.cc File chrome/browser/ui/webui/gpu_internals_ui.cc (right): https://codereview.chromium.org/11930003/diff/17002/chrome/browser/ui/webui/gpu_internals_ui.cc#newcode326 chrome/browser/ui/webui/gpu_internals_ui.cc:326: (flags & content::GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE) == ...
7 years, 11 months ago (2013-01-16 18:04:09 UTC) #9
Zhenyao Mo
apatrick: can you stamp this CL (content/browser/gpu owner) https://chromiumcodereview.appspot.com/11930003/diff/17002/chrome/browser/ui/webui/gpu_internals_ui.cc File chrome/browser/ui/webui/gpu_internals_ui.cc (right): https://chromiumcodereview.appspot.com/11930003/diff/17002/chrome/browser/ui/webui/gpu_internals_ui.cc#newcode326 chrome/browser/ui/webui/gpu_internals_ui.cc:326: (flags ...
7 years, 11 months ago (2013-01-16 20:53:36 UTC) #10
Zhenyao Mo
Added an entry to disable force_compositing_mode on Win Vista.
7 years, 11 months ago (2013-01-16 21:09:33 UTC) #11
Zhenyao Mo
On 2013/01/16 21:09:33, Zhenyao Mo wrote: > Added an entry to disable force_compositing_mode on Win ...
7 years, 11 months ago (2013-01-16 21:12:13 UTC) #12
apatrick_chromium
7 years, 11 months ago (2013-01-16 21:18:57 UTC) #13
lgtm

Powered by Google App Engine
This is Rietveld 408576698