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

Issue 6816079: Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by robertphillips
Modified:
11 years, 7 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

For bigbitmaprect, the background color was being drawing SrcOver which caused problems if the texture wasn't blank. For image-surface, the gpu surface wasn't clearing non-opaque textures (as is apparently part of the contract). The clear SkColor -> GrColor change was something I noticed while debugging the drawColor problem.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M gm/gm.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2
bsalomon
LGTM
11 years, 7 months ago (2012-11-02 17:37:30 UTC) #1
robertphillips
11 years, 7 months ago (2012-11-02 17:39:24 UTC) #2
committed as r6266
Sign in to reply to this message.

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