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

Issue 11416075: fix GpuFeatureTest.RafNoDamage on win aura, mesa path (Closed)

Created:
8 years, 1 month ago by scottmg
Modified:
8 years, 1 month ago
Reviewers:
piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

ImageTransportSurface::CreateSurface on Windows handles the following cases: 1. content area on regular (non-aura) windows on vista+ 2. content area on regular (non-aura) windows on xp 3. content area on aura 4. top level compositor on aura on windows on angle (normal) 5. top level compositor on aura on windows on mesa (tests) And, the TransportSurface methods that should be used: 1. PbufferImageTransportSurface 2. NativeGLSurface (PassThroughImageTransportSurface) with transport=true 3. TextureImageTransportSurface 4. PbufferImageTransportSurface 5. NativeGLSurface (PassThroughImageTransportSurface) with transport=false This change fixes case #5. TEST=browser_tests, GpuFeatureTest.NoRafDamage Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168675

Patch Set 1 #

Patch Set 2 : remove debugging code #

Patch Set 3 : launch code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -7 lines) Patch
M content/browser/renderer_host/image_transport_factory.cc View 1 chunk +1 line, -5 lines 0 comments Download
M content/common/gpu/image_transport_surface_win.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scottmg
(description sound right to you?)
8 years, 1 month ago (2012-11-19 21:34:31 UTC) #1
piman
LGTM. Great description.
8 years, 1 month ago (2012-11-19 22:36:57 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/11416075/8
8 years, 1 month ago (2012-11-19 22:47:03 UTC) #3
commit-bot: I haz the power
8 years, 1 month ago (2012-11-20 01:05:23 UTC) #4
Change committed as 168675

Powered by Google App Engine
This is Rietveld 408576698