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

Issue 4630073: Fixing several issues with rendering blurred bitmaps with Ganesh (Closed)

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

Patch Set 1 #

Patch Set 2 : fixed lines > 80 col #

Patch Set 3 : Removed readback from texture-backed bitmap #

Patch Set 4 : Taking into account the fact that lockPixels can now trigger a readback from an FBO #

Patch Set 5 : 2nd try #

Patch Set 6 : Fixed Layout test regressions and removed fix for blur radius scale (to be submitted separately) #

Patch Set 7 : removing unnecesary temp variable localMatrix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -11 lines) Patch
M include/core/SkBitmap.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleTextureDomain.cpp View 1 2 3 4 5 2 chunks +9 lines, -3 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 1 chunk +26 lines, -7 lines 0 comments Download

Messages

Total messages: 14
junov1
PTAL
12 years, 11 months ago (2011-06-28 21:18:01 UTC) #1
junov1
bug: http://code.google.com/p/skia/issues/detail?id=305
12 years, 11 months ago (2011-06-28 21:18:48 UTC) #2
reed1
ack! a read-back inside ganesh? lets chat when brian is back before we go forward.
12 years, 11 months ago (2011-06-28 21:27:02 UTC) #3
junov
Yeah... but it only happens in the case where the bitmap is previously used for ...
12 years, 11 months ago (2011-06-28 21:34:48 UTC) #4
junov1
Correction to my previous comment. The readback only happens when rendering across devices. The use ...
12 years, 11 months ago (2011-06-29 17:59:50 UTC) #5
reed1
I think I need to support this sort of thing, but Gpu -> Raster_device, so ...
12 years, 11 months ago (2011-06-29 19:08:15 UTC) #6
junov1
I just submitted a new patch that removes the readback in the case of texture ...
12 years, 11 months ago (2011-06-30 21:45:45 UTC) #7
junov1
Sorry about the hasty submission I did before. I saw this change got rolled back. ...
12 years, 11 months ago (2011-07-19 18:54:30 UTC) #8
bsalomon
On 2011/07/19 18:54:30, junov1 wrote: > Sorry about the hasty submission I did before. I ...
12 years, 11 months ago (2011-07-19 18:59:56 UTC) #9
junov
Ok, I will launch a batch of try jobs with this change in hope of ...
12 years, 11 months ago (2011-07-19 19:04:32 UTC) #10
bsalomon
BTW Mike made changes such that lockPixels/getPixels should always succeed. It'll do a readback if ...
12 years, 11 months ago (2011-07-19 19:12:17 UTC) #11
junov1
On 2011/07/19 19:12:17, bsalomon wrote: > BTW Mike made changes such that lockPixels/getPixels should always ...
12 years, 11 months ago (2011-07-19 19:45:53 UTC) #12
junov1
Ok, so as a matter of fact there are 4 layout test regressions. I am ...
12 years, 11 months ago (2011-07-19 19:52:37 UTC) #13
junov1
12 years, 11 months ago (2011-07-21 18:43:14 UTC) #14
Abandoning this CL.  The test I was trying to fix was using an invalid use case
(applying a mask filter to an RGBA image).  I will fix the test and log new
issues if necessary.

On 2011/07/19 19:52:37, junov1 wrote:
> Ok, so as a matter of fact there are 4 layout test regressions. I am looking
> into that now.
Sign in to reply to this message.

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