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

Issue 1243583002: Add support for transformedLocalCoords to GrDefaultGeoProc (Closed)

Created:
5 years, 5 months ago by joshua.litt
Modified:
5 years, 4 months ago
Reviewers:
joshualitt, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@pipelinetobatch2
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. BUG=skia: Committed: https://skia.googlesource.com/skia/+/b2aa7cb90f4c66125056bac70dbca2093dd5ba41

Patch Set 1 #

Patch Set 2 : tweaks #

Patch Set 3 : tweaks #

Patch Set 4 : tweaks #

Patch Set 5 : bug fix #

Patch Set 6 : tweaks #

Total comments: 5

Patch Set 7 : feedback inc #

Total comments: 8

Patch Set 8 : tweaks #

Total comments: 1

Patch Set 9 : tweak #

Patch Set 10 : tweaks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -29 lines) Patch
M src/gpu/GrDefaultGeoProcFactory.h View 1 2 3 4 5 2 chunks +1 line, -8 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 1 2 3 4 5 6 7 8 6 chunks +35 lines, -11 lines 0 comments Download
M src/gpu/GrGeometryProcessor.h View 1 2 3 4 5 6 7 3 chunks +32 lines, -6 lines 0 comments Download
M src/gpu/GrPathProcessor.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrPrimitiveProcessor.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLGeometryProcessor.h View 1 2 3 4 5 6 3 chunks +8 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLGeometryProcessor.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +29 lines, -0 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
joshualitt
ptal
5 years, 5 months ago (2015-07-20 17:50:13 UTC) #2
joshualitt
On 2015/07/20 17:50:13, joshualitt wrote: > ptal Okay, this is updated, please take a look.
5 years, 4 months ago (2015-08-05 14:59:41 UTC) #3
bsalomon
https://codereview.chromium.org/1243583002/diff/100001/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/1243583002/diff/100001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode20 src/gpu/GrDefaultGeoProcFactory.cpp:20: enum GPType { This looks like a set of ...
5 years, 4 months ago (2015-08-05 15:17:02 UTC) #4
joshualitt
On 2015/08/05 15:17:02, bsalomon wrote: > https://codereview.chromium.org/1243583002/diff/100001/src/gpu/GrDefaultGeoProcFactory.cpp > File src/gpu/GrDefaultGeoProcFactory.cpp (right): > > https://codereview.chromium.org/1243583002/diff/100001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode20 > ...
5 years, 4 months ago (2015-08-05 15:41:09 UTC) #5
bsalomon
https://codereview.chromium.org/1243583002/diff/120001/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/1243583002/diff/120001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode21 src/gpu/GrDefaultGeoProcFactory.cpp:21: kPosition_GPFlag = 0x0, // we ALWAYS have position Might ...
5 years, 4 months ago (2015-08-05 16:20:20 UTC) #6
joshualitt
https://codereview.chromium.org/1243583002/diff/120001/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/1243583002/diff/120001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode21 src/gpu/GrDefaultGeoProcFactory.cpp:21: kPosition_GPFlag = 0x0, // we ALWAYS have position On ...
5 years, 4 months ago (2015-08-05 16:32:30 UTC) #7
bsalomon
lgtm https://codereview.chromium.org/1243583002/diff/140001/src/gpu/GrDefaultGeoProcFactory.cpp File src/gpu/GrDefaultGeoProcFactory.cpp (right): https://codereview.chromium.org/1243583002/diff/140001/src/gpu/GrDefaultGeoProcFactory.cpp#newcode21 src/gpu/GrDefaultGeoProcFactory.cpp:21: kPosition_GPFlag = 0x0, // we ALWAYS have position ...
5 years, 4 months ago (2015-08-05 17:13:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1243583002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1243583002/160001
5 years, 4 months ago (2015-08-05 17:34:42 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.8-Clang-x86_64-Release-Trybot/builds/4853)
5 years, 4 months ago (2015-08-05 17:41:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1243583002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1243583002/180001
5 years, 4 months ago (2015-08-05 17:51:11 UTC) #16
commit-bot: I haz the power
5 years, 4 months ago (2015-08-05 18:05:25 UTC) #17
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/b2aa7cb90f4c66125056bac70dbca2093dd5ba41

Powered by Google App Engine
This is Rietveld 408576698