Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(64)

Issue 4480041: Fix SampleApp OpenGL path (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by Stephen White
Modified:
13 years, 4 months ago
Reviewers:
reed, bsalomon
CC:
twiz
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Minor fixes to get SampleApp's OpenGL path not to crash on Linux. Initialize SkOSWindow::fGLAttched (and fVi while we're at it), since it was being checked uninitialized. Don't call has_gl_extension() while initializing the GrGLDefaultInterface, since it derefs the default interface (which is still NULL); use has_gl_extension_from_string() instead.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
gpu/src/unix/GrGLDefaultInterface_unix.cpp View 1 chunk +2 lines, -1 line 0 comments Download
src/utils/unix/SkOSWindow_Unix.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
Stephen White
13 years, 4 months ago (2011-05-04 15:26:24 UTC) #1
Stephen White
13 years, 4 months ago (2011-05-04 15:26:31 UTC) #2
bsalomon
LGTM On 2011/05/04 15:26:31, Stephen White wrote:
13 years, 4 months ago (2011-05-04 15:27:36 UTC) #3
Stephen White
13 years, 4 months ago (2011-05-04 20:14:03 UTC) #4
Landed as r1242; closing.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b