Descriptionuse-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 : '' #Messages
Total messages: 4 (0 generated)
|