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

Issue 8588009: use-gl=desktop mode got broken in r109111. GL proc addresses were not being found because ::GetPr... (Closed)

Created:
9 years, 1 month ago by alokp
Modified:
9 years, 1 month ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews, nfullagar
Visibility:
Public.

Description

use-gl=desktop mode got broken in r109111. GL proc addresses were not being found because ::GetProcAddress does not work with stock opengl32.dll. The stock dll just exposes GL 1.1 interface. wglGetProcAddress needs to be used to get >GL 1.1 interface, which in turn requires a GL current context. This patch simply reverts a portion of r109111. BUG=103765 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110455

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -4 lines) Patch
M ui/gfx/gl/gl_surface_wgl.cc View 1 2 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
alokp
9 years, 1 month ago (2011-11-16 23:35:18 UTC) #1
apatrick_chromium
lgtm
9 years, 1 month ago (2011-11-16 23:41:17 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/8588009/3002
9 years, 1 month ago (2011-11-17 03:44:24 UTC) #3
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 06:14:50 UTC) #4
Change committed as 110455

Powered by Google App Engine
This is Rietveld 408576698