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

Issue 6268006: O2D:... (Closed)

Created:
9 years, 11 months ago by Tristan Schmelcher 2
Modified:
9 years, 6 months ago
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

O2D: - Fix graphical artifacting for images downloaded from the Internet caused by overwriting them with their own mip-maps. This resulted in each image being rendered with copies of itself of decreasing size in one of the corners. Cairo does not support/need mip-maps, so we now just ignore the calls to set the mip-maps. - Do not alpha-blend new texture content with the old texture content, which is wrong and would have been wasting a bit of CPU too. TEST=loaded O2D and verified the artifacting is fixed BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71819

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M core/cross/cairo/texture_cairo.cc View 3 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Tristan Schmelcher 2
9 years, 11 months ago (2011-01-18 23:25:32 UTC) #1
zhurunz
9 years, 11 months ago (2011-01-19 00:55:04 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698