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

Issue 6222052: When GL context is reset set some desktop-only GL state to values that we assume (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by bsalomon
Modified:
12 years, 3 months ago
Reviewers:
robertphillips, TomH
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : update #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -4 lines) Patch
M src/gpu/gl/GrGLDefines.h View 1 1 chunk +8 lines, -0 lines 1 comment Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 chunks +15 lines, -4 lines 1 comment Download

Messages

Total messages: 4
bsalomon
http://codereview.appspot.com/6222052/diff/2001/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (left): http://codereview.appspot.com/6222052/diff/2001/src/gpu/gl/GrGpuGL.cpp#oldcode510 src/gpu/gl/GrGpuGL.cpp:510: GL_CALL(ColorMask(GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE)); Accidentally omitted this deletion from ...
12 years, 3 months ago (2012-05-21 17:38:47 UTC) #1
robertphillips
LGTM
12 years, 3 months ago (2012-05-21 17:47:25 UTC) #2
TomH
LGTM http://codereview.appspot.com/6222052/diff/2001/src/gpu/gl/GrGLDefines.h File src/gpu/gl/GrGLDefines.h (right): http://codereview.appspot.com/6222052/diff/2001/src/gpu/gl/GrGLDefines.h#newcode139 src/gpu/gl/GrGLDefines.h:139: #define GR_GL_LINE_STIPPLE 0x0B24 Is this an append-only list? ...
12 years, 3 months ago (2012-05-21 17:56:17 UTC) #3
bsalomon
12 years, 3 months ago (2012-05-21 20:15:45 UTC) #4
On 2012/05/21 17:56:17, TomH wrote:
> LGTM
> 
> http://codereview.appspot.com/6222052/diff/2001/src/gpu/gl/GrGLDefines.h
> File src/gpu/gl/GrGLDefines.h (right):
> 
>
http://codereview.appspot.com/6222052/diff/2001/src/gpu/gl/GrGLDefines.h#newc...
> src/gpu/gl/GrGLDefines.h:139: #define GR_GL_LINE_STIPPLE                  
> 0x0B24
> Is this an append-only list? Would it ever be worth sorting?

I'd say sort the whole file. I don't think we get much out of the
categorization. It's not GL reference guide.

Committed as r4018.
Sign in to reply to this message.

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