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

Issue 7322064: Move view matrix flush to GrGLProgram. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by bsalomon
Modified:
13 years, 1 month ago
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Move view matrix flush to GrGLPrograms. Committed: https://code.google.com/p/skia/source/detail?r=7713

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -120 lines) Patch
M src/gpu/gl/GrGLProgram.h View 1 6 chunks +29 lines, -8 lines 2 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 3 chunks +48 lines, -11 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 2 chunks +11 lines, -20 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGpuGL_program.cpp View 3 chunks +42 lines, -79 lines 0 comments Download

Messages

Total messages: 4
bsalomon
13 years, 1 month ago (2013-02-12 22:17:05 UTC) #1
Stephen White
LGTM
13 years, 1 month ago (2013-02-12 22:28:10 UTC) #2
robertphillips
https://codereview.appspot.com/7322064/diff/2001/src/gpu/gl/GrGLProgram.h File src/gpu/gl/GrGLProgram.h (right): https://codereview.appspot.com/7322064/diff/2001/src/gpu/gl/GrGLProgram.h#newcode119 src/gpu/gl/GrGLProgram.h:119: fViewMatrix = SkMatrix::InvalidMatrix(); I think we should set fHeight ...
13 years, 1 month ago (2013-02-13 16:05:11 UTC) #3
bsalomon
13 years, 1 month ago (2013-02-13 16:06:16 UTC) #4
Message was sent while issue was closed.
https://codereview.appspot.com/7322064/diff/2001/src/gpu/gl/GrGLProgram.h
File src/gpu/gl/GrGLProgram.h (right):

https://codereview.appspot.com/7322064/diff/2001/src/gpu/gl/GrGLProgram.h#new...
src/gpu/gl/GrGLProgram.h:119: fViewMatrix = SkMatrix::InvalidMatrix();
On 2013/02/13 16:05:11, robertphillips wrote:
> I think we should set fHeight too since we are replacing the fRTHeight
variable

Nice catch, Rob. This may be responsible for the GM failures.
Sign in to reply to this message.

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