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

Issue 8202019: Properly support BGRA textures on desktop GL (Closed)

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

Description

Properly support BGRA textures on desktop GL On GLES2, you must have internalFormat == format. That's what WebKit passes to WebGraphicsContext3DInProcessImpl. On Desktop GL, internalFormat must be one of RGBA* for BGRA textures. This patch does the proper translation. BUG=None TEST=WebKit compositor Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104674

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M webkit/gpu/webgraphicscontext3d_in_process_impl.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
piman
9 years, 2 months ago (2011-10-07 22:46:35 UTC) #1
Ken Russell (switch to Gerrit)
LGTM
9 years, 2 months ago (2011-10-08 22:21:49 UTC) #2
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8202019/1
9 years, 2 months ago (2011-10-09 07:10:38 UTC) #3
commit-bot: I haz the power
9 years, 2 months ago (2011-10-09 09:04:52 UTC) #4
Change committed as 104674

Powered by Google App Engine
This is Rietveld 408576698