Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
c0eb9b9818462471f5fc1c47fa549c6052d8bbae
/
src
/
opts
f31507b
Enable highQualityFilter_SSE2
by qiankun.miao
· 10 years ago
c09b2c4
Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/)
by mtklein
· 10 years ago
b381fa1
Enable highQualityFilter_SSE2
by qiankun.miao
· 10 years ago
eddb113
Disable SSE4 S32A_Opaque blit.
by mtklein
· 10 years ago
a695514
Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp
by qiankun.miao
· 10 years ago
871dca8
Disable NEON procs for box blur as it produces invalid results
by djsollen
· 10 years ago
4d6484e
Revert of Disable NEON procs for box blur as it produces invalid results (patchset #1 id:1 of https://codereview.chromium.org/520963002/)
by djsollen
· 10 years ago
4a17646
Disable NEON procs for box blur as it produces invalid results
by djsollen
· 10 years ago
fa115bd
Disable Neon optimization of bad S32A/D565 blend.
by mtklein
· 10 years ago
84cab93
Disable Neon optimization of bad S32A/D565 blend.
by mtklein
· 10 years ago
5b2c2c6
disable neon proc that is triggering asserts
by reed
· 10 years ago
9fa60da
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
by reed
· 10 years ago
39cd5b9
Turn off NEON SkBoxBlurGetPlatformProcs for ARM64 (for now)
by halcanary
· 10 years ago
ea13aff
Let skia build with clang's integrated assembler.
by thakis
· 11 years ago
81cc04d
Replace a pre-UAL instruction with its modern form.
by thakis
· 11 years ago
0be677d
Fix S32A_D565_Opaque for RGBA on arm64
by kevin.petit
· 11 years ago
9f2ed6d
Disable suspect NEON function for 64-bit Android
by djsollen
· 11 years ago
25a67bc
Add query for block dimensions of a given format
by krajcevski
· 11 years ago
bc89329
Enable the SSSE3 compile time check on all platforms (4th attempt)
by djsollen
· 11 years ago
2da0f85
Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/)
by bungeman
· 11 years ago
9338348
Enable the SSSE3 compile time check on all platforms (3rd attempt)
by djsollen
· 11 years ago
630598c
Add support for NEON intrinsics to speed up texture compression. We can
by krajcevski
· 11 years ago
9c6878b
Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/391693004/)
by halcanary
· 11 years ago
ee34953
Enable the SSSE3 compile time check on all platforms.
by djsollen
· 11 years ago
6336f7c
MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask
by djordje.pesut
· 11 years ago
d41dab4
Revert of Add support for NEON intrinsics to speed up texture compression. We can (https://codereview.chromium.org/390453002/)
by krajcevski
· 11 years ago
bc9205b
Add support for NEON intrinsics to speed up texture compression. We can
by krajcevski
· 11 years ago
a26bbb9
MIPS: added optimizations for functions from SkBitmapProcState
by djordje.pesut
· 11 years ago
f05d626
Add return to SkBoxBlurGetPlatformProcs_SSE4.
by scroggo
· 11 years ago
5f7f9d0
Add SSE4 version of BlurImage optimizations.
by henrik.smiding
· 11 years ago
82cb86f
Revert of Add SSE4 version of BlurImage optimizations. (https://codereview.chromium.org/366593004/)
by reed
· 11 years ago
2830632
Add SSE4 version of BlurImage optimizations.
by henrik.smiding
· 11 years ago
3fa56b3
Exclude Clang on Windows too. Comment this up a bit.
by mtklein
· 11 years ago
6a7fdef
Disable assembly code in MemorySanitizer builds.
by Mike Klein
· 11 years ago
4a2489f
Hide symbols in S32A_Opaque_BlitRow32_SSE4
by henrik.smiding
· 11 years ago
261fa58
Revert of Re-enable SSE4. (https://codereview.chromium.org/357593003/)
by mtklein
· 11 years ago
a75b0fa
Re-enable SSE4.
by mtklein
· 11 years ago
4dc94d9
ARM Skia NEON patches - 41 - arm64: SkXfermode::xfer32
by kevin.petit
· 11 years ago
479fbaf
Disable SSE4 code.
by mtklein
· 11 years ago
4f96ab3
Refactor bitmap scaler to make it easier to migrate rest of chrome to use it
by humper
· 11 years ago
3bb195e
Add SSE4 optimization of S32A_Opaque_Blitrow
by henrik.smiding
· 11 years ago
0d44830
ARM Skia NEON patches - 40 - arm64: S32A_D565_Opaque
by kevin.petit
· 11 years ago
bf1850e
Fix SkBlitRow_opts_arm so that it works on ARM v4t.
by george
· 11 years ago
db6346a
Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/)
by mtklein
· 11 years ago
b5c281e
Add SSE4 optimization of S32A_Opaque_Blitrow
by henrik.smiding
· 11 years ago
9ccabf7
Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. (https://codereview.chromium.org/331193004/)
by mtklein
· 11 years ago
f1e5a04
Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots.
by mtklein
· 11 years ago
632a454
MIPS: added optimization for functions from SkBlitRow.
by djordje.pesut
· 11 years ago
ea6b46b
ARM Skia NEON patches - 39 - arm64 565 blitters
by kevin.petit
· 11 years ago
71804cc
Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/)
by jvanverth
· 11 years ago
e2527b1
Add SSE4 optimization of S32A_Opaque_Blitrow
by henrik.smiding
· 11 years ago
3a2682a
SK_CPU_ARM --> SK_CPU_ARM32
by mtklein
· 11 years ago
866b95d
ARM Skia NEON patches - 38 - arm64 8888 blitters
by kevin.petit
· 11 years ago
c77392e
use colortype instead of config
by reed
· 11 years ago
b328158
Fixing clusterfuzz issue
by commit-bot@chromium.org
· 11 years ago
cba7378
replace config() with colorType()
by commit-bot@chromium.org
· 11 years ago
f0ea77a
SSE2 implementation of memcpy32
by commit-bot@chromium.org
· 11 years ago
d09461f
Undo troublesome SSE 4.1 change for now to unblock Skia -> Chrome roll.
by commit-bot@chromium.org
· 11 years ago
dc20432
Add missing include in SkBlurImage optimization
by commit-bot@chromium.org
· 11 years ago
0a68c5a
Add SSE4 check to BlurImage optimization.
by commit-bot@chromium.org
· 11 years ago
f71be96
Always inline Filter_32_*_neon functions
by commit-bot@chromium.org
· 11 years ago
f31fa24
Make gMask_00FF00FF a constant
by commit-bot@chromium.org
· 11 years ago
ce4402c
Improved x86 SSE build and run-time checks.
by commit-bot@chromium.org
· 11 years ago
443c0a6
Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/)
by commit-bot@chromium.org
· 11 years ago
2656b1d
Improved x86 SSE build and run-time checks.
by commit-bot@chromium.org
· 11 years ago
8c4953c
Cleanup of SSE optimization files.
by commit-bot@chromium.org
· 11 years ago
b53dd6c
Remove the unused SkCachePreload_arm
by commit-bot@chromium.org
· 11 years ago
5376325
ARM Skia NEON patches - 36 - Color32
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
c666197
Xfermode: SSE2 implementation of darken&lighten mode
by commit-bot@chromium.org
· 11 years ago
e1ba93e
Xfermode: SSE2 implementation of colordodge&colorburn modes
by commit-bot@chromium.org
· 11 years ago
6419a5e
Xfermode: SSE2 implementation of softlight_modeproc
by commit-bot@chromium.org
· 11 years ago
05764d2
Xfermode: SSE2 implementation of difference_modeproc
by commit-bot@chromium.org
· 11 years ago
0ea05d8
Xfermode: SSE2 implementation of hardlight mode
by commit-bot@chromium.org
· 11 years ago
b004b8e
Xfermode: SSE2 implementation of exclusion_modeproc
by commit-bot@chromium.org
· 11 years ago
7bf1015
Xfermode: SSE2 implementation of overlay_modeproc
by commit-bot@chromium.org
· 11 years ago
cedbc73
fix x86 emulator for Android framework.
by commit-bot@chromium.org
· 11 years ago
c398f71
Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/)
by commit-bot@chromium.org
· 11 years ago
8628fac
Properly enable S32_D16_filter_DX_SSE2 optimization.
by commit-bot@chromium.org
· 11 years ago
5429965
Xfermode: SSE2 implementation of a number of simple transfer modes
by commit-bot@chromium.org
· 11 years ago
e4a4f12
Real fix for SK_API / Windows shared lib problems.
by mtklein@google.com
· 11 years ago
780836e
SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables.
by commit-bot@chromium.org
· 11 years ago
c524e98
Xfermode: SSE2 implementation of multiply_modeproc
by commit-bot@chromium.org
· 11 years ago
95c2e55
ARM Skia NEON patches - 22 - S32_D565_Blend
by commit-bot@chromium.org
· 11 years ago
77815fd
Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/)
by commit-bot@chromium.org
· 11 years ago
c311873
Xfermode: SSE2 implementation of multiply_modeproc
by commit-bot@chromium.org
· 11 years ago
6f2d4d4
ARM Skia NEON patches - 35 - First AArch64 support
by commit-bot@chromium.org
· 11 years ago
079d298
Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/)
by commit-bot@chromium.org
· 11 years ago
25f7455
Xfermode: SSE2 implementation of multiply_modeproc
by commit-bot@chromium.org
· 11 years ago
d643a90
Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/)
by commit-bot@chromium.org
· 11 years ago
7a0e275
ARM Skia NEON patches - 35 - First AArch64 support
by commit-bot@chromium.org
· 11 years ago
0f10f7b
Allow toString capability to be toggled independent of developer mode.
by commit-bot@chromium.org
· 11 years ago
fe089b3
SSE2 implementation of S32A_D565_Opaque_Dither
by commit-bot@chromium.org
· 11 years ago
2758047
SSE2 implementation of S32_D565_Opaque_Dither
by commit-bot@chromium.org
· 11 years ago
88a9543
Enable the SSSE3 files to be built for Android when SSSE3 is not present.
by commit-bot@chromium.org
· 11 years ago
fe68eb6
ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed
by commit-bot@chromium.org
· 11 years ago
39ce33a
SSE2 implementation of S32_D565_Opaque
by commit-bot@chromium.org
· 11 years ago
7b4edb2
Revert of Enable the SSSE3 files to be built for Android when SSSE3 is not present. (https://codereview.chromium.org/169753004/)
by commit-bot@chromium.org
· 11 years ago
32d58e6
Enable the SSSE3 files to be built for Android when SSSE3 is not present.
by commit-bot@chromium.org
· 11 years ago
374ea4e
ARM Skia NEON patches - 12 - S32_Blend
by commit-bot@chromium.org
· 11 years ago
Next »