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

Issue 7633076: Allow GraphicsContext3D to be created with a NULL WebView for offscreen (Closed)

Created:
9 years, 4 months ago by Stephen White
Modified:
9 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, apatrick_chromium
Visibility:
Public.

Description

Allow GraphicsContext3D to be created with a NULL WebView for offscreen contexts. This makes it easier to enable GPU acceleration from a lower level in WebKit. Also allow the in-process implementation of glTexImage2D() to take a NULL pixels ptr. It's semantically valid in GL, and the command buffer implementation already seems to handle it fine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96940

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -8 lines) Patch
M webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_impl.cc View 4 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Stephen White
PTAL
9 years, 4 months ago (2011-08-15 21:59:54 UTC) #1
Ken Russell (switch to Gerrit)
LGTM Do you need to modify src/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc ?
9 years, 4 months ago (2011-08-15 22:14:39 UTC) #2
Stephen White
On 2011/08/15 22:14:39, kbr wrote: > LGTM > > Do you need to modify > ...
9 years, 4 months ago (2011-08-15 22:22:51 UTC) #3
greggman
9 years, 4 months ago (2011-08-16 04:10:48 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698