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

Issue 406693002: First pass at a blitter for R11 EAC alpha masks. This shaves 10ms off (Closed)

Created:
6 years, 5 months ago by krajcevski
Modified:
6 years, 5 months ago
Reviewers:
robertphillips
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

First pass at a blitter for R11 EAC alpha masks. This shaves 10ms off of the polygon gpu benchmark on the Nexus 7v2 (which is about 6.7% faster). Committed: https://skia.googlesource.com/skia/+/ad1df153a16b7723d2d4afd13627919fc3ee87ce

Patch Set 1 #

Total comments: 26

Patch Set 2 : Code review comments #

Patch Set 3 : Actually check in buildable code #

Total comments: 10

Patch Set 4 : Fix order of arguments #

Patch Set 5 : Code review changes #

Patch Set 6 : Get rid of SK_OVERRIDE in module #

Unified diffs Side-by-side diffs Delta from patch set Stats (+471 lines, -0 lines) Patch
M src/utils/SkTextureCompressor.h View 1 2 3 4 5 2 chunks +162 lines, -0 lines 0 comments Download
M src/utils/SkTextureCompressor.cpp View 1 2 3 4 5 3 chunks +309 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
krajcevski
6 years, 5 months ago (2014-07-18 19:45:54 UTC) #1
robertphillips
https://codereview.chromium.org/406693002/diff/1/src/utils/SkTextureCompressor.cpp File src/utils/SkTextureCompressor.cpp (right): https://codereview.chromium.org/406693002/diff/1/src/utils/SkTextureCompressor.cpp#newcode886 src/utils/SkTextureCompressor.cpp:886: R11_EACBlitter::R11_EACBlitter(int width, int height, void *latcBuffer) Where is 0x7FFE ...
6 years, 5 months ago (2014-07-21 14:28:07 UTC) #2
krajcevski
https://codereview.chromium.org/406693002/diff/1/src/utils/SkTextureCompressor.cpp File src/utils/SkTextureCompressor.cpp (right): https://codereview.chromium.org/406693002/diff/1/src/utils/SkTextureCompressor.cpp#newcode886 src/utils/SkTextureCompressor.cpp:886: R11_EACBlitter::R11_EACBlitter(int width, int height, void *latcBuffer) On 2014/07/21 14:28:06, ...
6 years, 5 months ago (2014-07-21 17:35:27 UTC) #3
krajcevski
Forgot to upload patch set.
6 years, 5 months ago (2014-07-21 17:38:00 UTC) #4
robertphillips
lgtm + some additional suggestions https://codereview.chromium.org/406693002/diff/40001/src/utils/SkTextureCompressor.cpp File src/utils/SkTextureCompressor.cpp (right): https://codereview.chromium.org/406693002/diff/40001/src/utils/SkTextureCompressor.cpp#newcode808 src/utils/SkTextureCompressor.cpp:808: // comment ? https://codereview.chromium.org/406693002/diff/40001/src/utils/SkTextureCompressor.cpp#newcode942 ...
6 years, 5 months ago (2014-07-21 18:08:25 UTC) #5
krajcevski
https://codereview.chromium.org/406693002/diff/40001/src/utils/SkTextureCompressor.cpp File src/utils/SkTextureCompressor.cpp (right): https://codereview.chromium.org/406693002/diff/40001/src/utils/SkTextureCompressor.cpp#newcode808 src/utils/SkTextureCompressor.cpp:808: On 2014/07/21 18:08:25, robertphillips wrote: > // comment ? ...
6 years, 5 months ago (2014-07-21 18:24:20 UTC) #6
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 5 months ago (2014-07-21 18:25:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/406693002/80001
6 years, 5 months ago (2014-07-21 18:26:18 UTC) #8
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 5 months ago (2014-07-21 18:32:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/406693002/100001
6 years, 5 months ago (2014-07-21 18:32:57 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 18:44:42 UTC) #11
Message was sent while issue was closed.
Change committed as ad1df153a16b7723d2d4afd13627919fc3ee87ce

Powered by Google App Engine
This is Rietveld 408576698