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

Issue 10782005: Add a shallow command buffer flush that doesn't glFlush (Closed)

Created:
8 years, 5 months ago by brianderson
Modified:
8 years, 5 months ago
Reviewers:
gman1, greggman, nduca
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

Add a shallow command buffer flush that doesn't glFlush BUG=131661 TEST=gpu_unittests now checks for the GL_CHROMIUM_shallow_flush string. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147969

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixes a test failure #

Messages

Total messages: 14 (0 generated)
nduca
http://codereview.chromium.org/10782005/diff/1/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc File content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (left): http://codereview.chromium.org/10782005/diff/1/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc#oldcode942 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc:942: DELEGATE_TO_GL_4(framebufferRenderbuffer, FramebufferRenderbuffer, Who is advertising the extension as being ...
8 years, 5 months ago (2012-07-18 06:13:06 UTC) #1
brianderson
Responses inline. I have only fixed the missing period in my comment so far. I ...
8 years, 5 months ago (2012-07-19 03:29:44 UTC) #2
nduca
Why aren't you calling helper()->CommandBuffer::Flush()?
8 years, 5 months ago (2012-07-19 03:33:19 UTC) #3
brianderson
On 2012/07/19 03:33:19, nduca wrote: > Why aren't you calling helper()->CommandBuffer::Flush()? It gets called in ...
8 years, 5 months ago (2012-07-19 17:18:52 UTC) #4
nduca
Yes but I told you to call it right in wgc3dcbi
8 years, 5 months ago (2012-07-19 17:34:00 UTC) #5
brianderson
I'm ok with doing that, but want to understand the motivation. Are we going for ...
8 years, 5 months ago (2012-07-19 18:34:21 UTC) #6
nduca
If I understand correctly, we use GLEs2 implementation for things that we intend to go ...
8 years, 5 months ago (2012-07-19 21:28:40 UTC) #7
brianderson
So it's a little confusing. GLES2Implementation has a way of reporting client-side only methods, which ...
8 years, 5 months ago (2012-07-19 22:32:30 UTC) #8
nduca
Gregg, please advise.
8 years, 5 months ago (2012-07-20 04:46:00 UTC) #9
greggman
LGTM Calling gl_->ShallowFlushCHROMIUM() isn't much worse than calling gl_->helper()->Flush(); In fact if you move the ...
8 years, 5 months ago (2012-07-20 05:22:42 UTC) #10
nduca
Thanks! As long as you're happy, I am as well. LGTM.
8 years, 5 months ago (2012-07-20 05:23:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brianderson@chromium.org/10782005/15001
8 years, 5 months ago (2012-07-23 20:53:31 UTC) #12
brianderson
Git try passes after fixing one of the tests. Nat, can you commit?
8 years, 5 months ago (2012-07-23 20:54:35 UTC) #13
commit-bot: I haz the power
8 years, 5 months ago (2012-07-23 22:30:04 UTC) #14
Change committed as 147969

Powered by Google App Engine
This is Rietveld 408576698