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

Issue 4726043: More blur fixes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by Stephen White
Modified:
12 years, 11 months ago
Reviewers:
bsalomon, reed1
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

- clamp the max. radius to 128, as the software path does - use a more accurate radius-to-sigma conversion (0.6 instead of 0.6666) - make SampleBlur derive from SampleView, not SkView, so benchmark mode ('f') works - implement a new BigBlur sample to test large radii

Patch Set 1 #

Patch Set 2 : Upload the right patch set this time.. #

Total comments: 4

Patch Set 3 : Fixes from mike's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -7 lines) Patch
gyp/SampleApp.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
samplecode/SampleBigBlur.cpp View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
samplecode/SampleBlur.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
src/gpu/SkGpuDevice.cpp View 1 2 2 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 9
Stephen White
12 years, 11 months ago (2011-07-14 20:41:26 UTC) #1
Stephen White
Upload the right patch set this time..
12 years, 11 months ago (2011-07-14 20:42:08 UTC) #2
bsalomon
On 2011/07/14 20:42:08, Stephen White wrote: > Upload the right patch set this time.. LGTM
12 years, 11 months ago (2011-07-14 20:43:39 UTC) #3
reed1
http://codereview.appspot.com/4726043/diff/3001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): http://codereview.appspot.com/4726043/diff/3001/src/gpu/SkGpuDevice.cpp#newcode53 src/gpu/SkGpuDevice.cpp:53: // Should probably be put in a common header ...
12 years, 11 months ago (2011-07-14 20:47:26 UTC) #4
Stephen White
http://codereview.appspot.com/4726043/diff/3001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): http://codereview.appspot.com/4726043/diff/3001/src/gpu/SkGpuDevice.cpp#newcode53 src/gpu/SkGpuDevice.cpp:53: // Should probably be put in a common header ...
12 years, 11 months ago (2011-07-14 21:00:56 UTC) #5
Stephen White
Fixes from mike's comments
12 years, 11 months ago (2011-07-14 21:03:33 UTC) #6
reed1
My question about the 0.6 was hoping to get your (good) response as a comment ...
12 years, 11 months ago (2011-07-15 12:40:09 UTC) #7
reed1
On 2011/07/15 12:40:09, reed1 wrote: > My question about the 0.6 was hoping to get ...
12 years, 11 months ago (2011-07-15 12:43:48 UTC) #8
Stephen White
12 years, 11 months ago (2011-07-15 14:28:29 UTC) #9
On 2011/07/15 12:43:48, reed1 wrote:
> LGTM if we can paste your 0.6 comment somewhere in the code.

Done.  Landed as r1871.  Closing.
Sign in to reply to this message.

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