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

Issue 4530068: fixing shadow support for drawing bitmap and sprites with skia gpu device (Closed)

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

Description

This fixes chrome bug: http://code.google.com/p/chromium/issues/detail?id=83440

Patch Set 1 #

Patch Set 2 : use sw/raster path for handling special case #

Patch Set 3 : The proper fix, using a path #

Patch Set 4 : fixed shader leak and subrect handling #

Patch Set 5 : added a code path to use drawRect, if applicable #

Patch Set 6 : Added test coverage for the NULL src rect case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M samplecode/SampleTextureDomain.cpp View 1 2 3 4 5 2 chunks +22 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 10
junov1
PTAL
13 years, 6 months ago (2011-05-25 15:25:42 UTC) #1
junov1
On 2011/05/25 15:25:42, junov1 wrote: > PTAL ping!
13 years, 6 months ago (2011-05-26 17:20:58 UTC) #2
reed1
looking now...
13 years, 6 months ago (2011-05-26 17:30:21 UTC) #3
reed1
This is tricky to get right. I think we should create a Sample that exercises ...
13 years, 6 months ago (2011-05-26 17:45:35 UTC) #4
junov1
> You can alternatively (as you started) explicitly convert to a path and apply > ...
13 years, 6 months ago (2011-05-27 03:51:20 UTC) #5
reed1
I don't see why you prefer drawPath over drawRect. This does not allow for us ...
13 years, 6 months ago (2011-05-27 19:27:38 UTC) #6
junov1
Now that the M13 rush is mostly over, I resurrected this old code review. I ...
13 years, 6 months ago (2011-06-09 23:40:23 UTC) #7
bsalomon
LGTM. (Sorry for not noticing this earlier!) On 2011/06/09 23:40:23, junov1 wrote: > Now that ...
13 years, 6 months ago (2011-06-13 17:20:55 UTC) #8
junov1
Pinging Mike. PTAL
13 years, 6 months ago (2011-06-16 15:57:45 UTC) #9
reed1
13 years, 6 months ago (2011-06-16 20:12:41 UTC) #10
LGTM
Sign in to reply to this message.

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