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

Issue 6373013: Fix for jankiness in some accelerated 2D canvas demos: If there is already a... (Closed)

Created:
9 years, 11 months ago by Stephen White
Modified:
9 years, 7 months ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Fix for jankiness in some accelerated 2D canvas demos: If there is already a pending call to CopyTextureToParentTextureCHROMIUM, the second will block until the first is consumed (same fix as was done to SwapBuffers for WebGL). [Patch by gman; I just typed. :)] BUG=68735 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72713

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Stephen White
I did some more testing, and it turns out that lowering the kMaxSwapBuffers from 2 ...
9 years, 11 months ago (2011-01-26 21:47:26 UTC) #1
Ken Russell (switch to Gerrit)
LGTM
9 years, 11 months ago (2011-01-26 21:50:48 UTC) #2
greggman
9 years, 11 months ago (2011-01-27 07:29:23 UTC) #3
LGTM

BTW:I'm putting in fences. My old CL is merged. Need to refactor some gpu_xxx
stuff

Powered by Google App Engine
This is Rietveld 408576698