Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
93ba1e0041b46710558d48cf90ddd86ba18d4490
/
src
/
opts
/
SkBitmapProcState_opts_SSE2.cpp
ea60b95
IWYU: SkUtils.h
by Hal Canary
· 7 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 7 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 7 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 7 years ago
010ce2b
rewrite while to for loop to avoid last increment
by Mike Reed
· 7 years ago
2eab65b
avoid overflow by using tmp 64bits
by Mike Reed
· 7 years ago
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 7 years ago
dc03dde
remove code associated with legacy affine imageshaders
by Mike Reed
· 8 years ago
9953737
Avoid SkFixed overflow in decal bitmap procs
by Florin Malita
· 8 years ago
d1c550e
Consolidate TILEX_LOW_BITS/TILEY_LOW_BITS -> EXTRACT_LOW_BITS
by Florin Malita
· 8 years ago
05a5647
fission bitmapprocstate
by reed
· 9 years ago
be5cfa9
Rename SkBitmapProcStateAutoMapper methods
by fmalita
· 9 years ago
2404f03
Use SkBitmapProcStateAutoMapper for filter samplers also
by fmalita
· 9 years ago
eb54307
Sampler bias for all nofilter flavors
by fmalita
· 9 years ago
e56c626
clean up dead x86 filter opts code
by mtklein
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 10 years ago
ad7ae6c
switch bitmapshader internals over to pixmap
by reed
· 10 years ago
93a1215
SkPaint::FilterLevel -> SkFilterQuality
by reed
· 10 years ago
c77392e
use colortype instead of config
by reed
· 11 years ago
8c4953c
Cleanup of SSE optimization files.
by commit-bot@chromium.org
· 11 years ago
4b9b456
Properly enable S32_D16_filter_DX_SSE2 optimization.
by commit-bot@chromium.org
· 11 years ago
9cfc83c
stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum
by reed@google.com
· 12 years ago
9c96d4b
fix trivial matrix computation
by humper@google.com
· 12 years ago
d647426
Reverted 10056-10059
by robertphillips@google.com
· 12 years ago
d64d8a9
Working plumb of image scaling:
by humper@google.com
· 12 years ago
e5f4824
Fix a bunch of warnings, mainly around rowBytes.
by scroggo@google.com
· 12 years ago
05af1af
eliminate all warnings in non-thirdparty code on mac
by humper@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 13 years ago
fc91dc7
Windows compiler complaint cleanup
by robertphillips@google.com
· 13 years ago
7866228
land http://codereview.appspot.com/6353063/ by Lei
by reed@google.com
· 13 years ago
602f227
need to pack the two values into a 32bit long
by mike@reedtribe.org
· 13 years ago
5efaf26
SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang.
by tomhudson@google.com
· 13 years ago
06a7313
SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in
by tomhudson@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 14 years ago
f3f0bd7
SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few
by senorblanco@chromium.org
· 15 years ago
aa4f0c6
Debug build fix (unreviewed).
by senorblanco@chromium.org
· 15 years ago
dc7de74
More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D32_filter_DX, and uses aligned loads and stores for dst, in all blending.
by senorblanco@chromium.org
· 15 years ago