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

Issue 15821008: Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawS… (Closed)

Created:
7 years, 7 months ago by bsalomon
Modified:
7 years, 6 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. Committed: http://code.google.com/p/skia/source/detail?r=9297

Patch Set 1 #

Patch Set 2 : cleanup and remove bogus comments #

Total comments: 2

Patch Set 3 : put back wideopen check #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -85 lines) Patch
M include/gpu/GrContext.h View 1 4 chunks +30 lines, -25 lines 0 comments Download
M include/gpu/GrEffectStage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 12 chunks +25 lines, -51 lines 4 comments Download
M src/gpu/GrDrawState.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 chunks +12 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
bsalomon
Currently GrContext keeps track of its matrix and RT in its drawstate object and its ...
7 years, 7 months ago (2013-05-24 20:55:19 UTC) #1
robertphillips
lgtm + a question. https://codereview.chromium.org/15821008/diff/2001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.chromium.org/15821008/diff/2001/src/gpu/GrContext.cpp#newcode1569 src/gpu/GrContext.cpp:1569: } What happened to the ...
7 years, 6 months ago (2013-05-28 13:33:30 UTC) #2
bsalomon
https://codereview.chromium.org/15821008/diff/2001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.chromium.org/15821008/diff/2001/src/gpu/GrContext.cpp#newcode1569 src/gpu/GrContext.cpp:1569: } On 2013/05/28 13:33:30, robertphillips wrote: > What happened ...
7 years, 6 months ago (2013-05-28 14:15:51 UTC) #3
jvanverth1
lgtm + some comments https://codereview.chromium.org/15821008/diff/6001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.chromium.org/15821008/diff/6001/src/gpu/GrContext.cpp#newcode103 src/gpu/GrContext.cpp:103: fOvalRenderer = NULL; Any init ...
7 years, 6 months ago (2013-05-28 15:28:59 UTC) #4
bsalomon
https://codereview.chromium.org/15821008/diff/6001/src/gpu/GrContext.cpp File src/gpu/GrContext.cpp (right): https://codereview.chromium.org/15821008/diff/6001/src/gpu/GrContext.cpp#newcode103 src/gpu/GrContext.cpp:103: fOvalRenderer = NULL; On 2013/05/28 15:28:59, JimVV wrote: > ...
7 years, 6 months ago (2013-05-28 15:33:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/15821008/6001
7 years, 6 months ago (2013-05-28 17:08:52 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 17:25:52 UTC) #7
Message was sent while issue was closed.
Change committed as 9297

Powered by Google App Engine
This is Rietveld 408576698