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

Issue 11121008: Use antialiasing and bitmap filtering when needed in software compositor. (Closed)

Created:
8 years, 2 months ago by slavi
Modified:
8 years, 2 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Use antialiasing and bitmap filtering when needed in software compositor. BUG=124671 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162015

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M cc/software_renderer.cc View 1 2 3 4 5 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
slavi
8 years, 2 months ago (2012-10-12 20:51:23 UTC) #1
danakj
http://codereview.chromium.org/11121008/diff/1/cc/CCRendererSoftware.cpp File cc/CCRendererSoftware.cpp (right): http://codereview.chromium.org/11121008/diff/1/cc/CCRendererSoftware.cpp#newcode58 cc/CCRendererSoftware.cpp:58: return abs(f) < 1e-5f; can you use std::numeric_limits::epsilon here?
8 years, 2 months ago (2012-10-12 21:04:38 UTC) #2
slavi
On 2012/10/12 21:04:38, danakj wrote: > http://codereview.chromium.org/11121008/diff/1/cc/CCRendererSoftware.cpp > File cc/CCRendererSoftware.cpp (right): > > http://codereview.chromium.org/11121008/diff/1/cc/CCRendererSoftware.cpp#newcode58 > ...
8 years, 2 months ago (2012-10-12 21:17:11 UTC) #3
danakj
http://codereview.chromium.org/11121008/diff/9001/cc/CCRendererSoftware.cpp File cc/CCRendererSoftware.cpp (right): http://codereview.chromium.org/11121008/diff/9001/cc/CCRendererSoftware.cpp#newcode59 cc/CCRendererSoftware.cpp:59: return abs(f) < std::numeric_limits<float>::epsilon(); thanks! i think this should ...
8 years, 2 months ago (2012-10-12 21:24:37 UTC) #4
aelias_OOO_until_Jul13
http://codereview.chromium.org/11121008/diff/9001/cc/CCRendererSoftware.cpp File cc/CCRendererSoftware.cpp (right): http://codereview.chromium.org/11121008/diff/9001/cc/CCRendererSoftware.cpp#newcode57 cc/CCRendererSoftware.cpp:57: bool isZero(float f) No need for this method. You ...
8 years, 2 months ago (2012-10-12 21:26:56 UTC) #5
slavi
On 2012/10/12 21:26:56, aelias wrote: > http://codereview.chromium.org/11121008/diff/9001/cc/CCRendererSoftware.cpp > File cc/CCRendererSoftware.cpp (right): > > http://codereview.chromium.org/11121008/diff/9001/cc/CCRendererSoftware.cpp#newcode57 > ...
8 years, 2 months ago (2012-10-12 21:38:08 UTC) #6
aelias_OOO_until_Jul13
lgtm
8 years, 2 months ago (2012-10-12 22:34:12 UTC) #7
jamesr
lgtm2
8 years, 2 months ago (2012-10-12 22:36:36 UTC) #8
jamesr
Oh whoops I wasn't on the R= line. Sorry!
8 years, 2 months ago (2012-10-12 22:36:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skaslev@chromium.org/11121008/6006
8 years, 2 months ago (2012-10-15 21:32:40 UTC) #10
commit-bot: I haz the power
8 years, 2 months ago (2012-10-16 00:56:37 UTC) #11
Change committed as 162015

Powered by Google App Engine
This is Rietveld 408576698