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

Issue 16854012: Update Alligned Rect Shader to match geometry version (Closed)

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

Description

Update Alligned Rect Shader to match geometry version -Also update to combine width and height coverage using multiplication instead of using min Committed: http://code.google.com/p/skia/source/detail?r=9609

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : Compilation fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -13 lines) Patch
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 1 chunk +18 lines, -13 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
egdaniel
7 years, 6 months ago (2013-06-13 14:24:48 UTC) #1
bsalomon
https://codereview.chromium.org/16854012/diff/1/include/gpu/GrAARectRenderer.h File include/gpu/GrAARectRenderer.h (right): https://codereview.chromium.org/16854012/diff/1/include/gpu/GrAARectRenderer.h#newcode47 include/gpu/GrAARectRenderer.h:47: #define SHADER_AA_FILL_RECT 1 Are we ready for this? https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp ...
7 years, 6 months ago (2013-06-13 14:27:51 UTC) #2
egdaniel
https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp#newcode66 src/gpu/GrAARectRenderer.cpp:66: builder->fsCodeAppend("\tfloat outset = 0.5;\n"); On 2013/06/13 14:27:51, bsalomon wrote: ...
7 years, 6 months ago (2013-06-13 14:52:18 UTC) #3
bsalomon
https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp#newcode66 src/gpu/GrAARectRenderer.cpp:66: builder->fsCodeAppend("\tfloat outset = 0.5;\n"); On 2013/06/13 14:52:18, egdaniel wrote: ...
7 years, 6 months ago (2013-06-13 14:55:45 UTC) #4
egdaniel
7 years, 6 months ago (2013-06-13 15:09:06 UTC) #5
robertphillips
This CL fails on the complexclip2_rect_aa GM. https://codereview.chromium.org/16854012/diff/1/include/gpu/GrAARectRenderer.h File include/gpu/GrAARectRenderer.h (right): https://codereview.chromium.org/16854012/diff/1/include/gpu/GrAARectRenderer.h#newcode47 include/gpu/GrAARectRenderer.h:47: #define SHADER_AA_FILL_RECT ...
7 years, 6 months ago (2013-06-13 17:45:52 UTC) #6
robertphillips
Also, could you double check that the dashing3 GM has been improved?
7 years, 6 months ago (2013-06-13 17:47:25 UTC) #7
egdaniel
I checked it on dashing3, and the "min" version is the same as the geometry ...
7 years, 6 months ago (2013-06-13 19:17:46 UTC) #8
robertphillips
https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/16854012/diff/1/src/gpu/GrAARectRenderer.cpp#newcode61 src/gpu/GrAARectRenderer.cpp:61: It isn't as relevant in this iteration but in ...
7 years, 6 months ago (2013-06-13 19:55:24 UTC) #9
egdaniel
https://codereview.chromium.org/16854012/diff/10001/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/16854012/diff/10001/src/gpu/GrAARectRenderer.cpp#newcode72 src/gpu/GrAARectRenderer.cpp:72: // Compute the coverage for the rect's width On ...
7 years, 6 months ago (2013-06-13 20:04:03 UTC) #10
egdaniel
7 years, 6 months ago (2013-06-13 21:07:33 UTC) #11
robertphillips
lgtm + nit https://codereview.chromium.org/16854012/diff/19001/src/gpu/GrAARectRenderer.cpp File src/gpu/GrAARectRenderer.cpp (right): https://codereview.chromium.org/16854012/diff/19001/src/gpu/GrAARectRenderer.cpp#newcode80 src/gpu/GrAARectRenderer.cpp:80: // Compute the coverage for the ...
7 years, 6 months ago (2013-06-13 21:12:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/16854012/19001
7 years, 6 months ago (2013-06-14 14:37:15 UTC) #13
commit-bot: I haz the power
Change committed as 9609
7 years, 6 months ago (2013-06-14 14:58:52 UTC) #14
egdaniel
7 years, 6 months ago (2013-06-14 17:28:32 UTC) #15
bungeman-skia
7 years, 6 months ago (2013-06-14 17:29:41 UTC) #16
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698