Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b121be7ae7b8470e6e366003bcc242762c84b0f1
/
src
/
opts
0fddb2d
Retry cleaning up SkLinearBitmapPipeline.
by Mike Klein
· 8 years ago
e32500f
Assume HQ is handled by pipeline, delete legacy code-path
by Mike Reed
· 8 years ago
e94865e
Simplify Sk4i's Min/Max
by Yuqian Li
· 8 years ago
7da6ba2
Implement Sk4i's abs, min, max
by Yuqian Li
· 8 years ago
6ee2965
remove unreachable perspective code for imageshader
by Mike Reed
· 8 years ago
466c7d6
header cleanup
by Hal Canary
· 8 years ago
41dc6cc
remove unreachable samples for non-N32 imageshaders
by Mike Reed
· 8 years ago
5e78c61
Revert "remove a bit more dead code"
by Mike Reed
· 8 years ago
d9b1fe0
remove a bit more dead code
by Mike Klein
· 8 years ago
0215312
remove unused SkFilterProcs
by Mike Reed
· 8 years ago
f1b41a7
Refactor SkBlurImageFilter_opts.h for readability.
by Mike Klein
· 8 years ago
ce9514c
remove unneeded proc fields
by Mike Reed
· 8 years ago
f066ac9
replace 4f procs with pipeline (only called in 2 places by ganesh)
by Mike Reed
· 8 years ago
1608a1d
remove unused xfermode methods
by Mike Reed
· 8 years ago
25e9005
simplify sse41::srcover_srgb_srgb
by Mike Klein
· 8 years ago
836e6c1
remove sse2::srcover_srgb_srgb
by Mike Klein
· 8 years ago
a132c38
Faster and more accurate blit_row_s32a_opaque for ARM
by Matteo Franchin
· 8 years ago
87db001
move sk_memset?? to SkOpts
by Mike Klein
· 8 years ago
c682038
remove old 565 destination opts
by Mike Klein
· 8 years ago
4c29633
CRC32 no longer restricted to ARM64
by Amaury Le Leyzour
· 8 years ago
ac0e705
Fix new IT blocks ARMv8
by Amaury Le Leyzour
· 8 years ago
1be0db8
long live SkJumper
by Mike Klein
· 8 years ago
dc80eaa
kill off shader_adapter
by Mike Klein
· 8 years ago
c17dc24
jumper, rework callback a bit, use it for color_lookup_table
by Mike Klein
· 8 years ago
7fee90c
add a callback stage to SkRasterPipeline
by Mike Klein
· 8 years ago
0a90449
jumper, bilinear and bicubic sampling stages
by Mike Klein
· 8 years ago
994ef97
make all gather_*() use SkJumper_GatherCtx
by Mike Klein
· 8 years ago
d177ae1
remove SkNx AVX code
by Mike Klein
· 8 years ago
4482a14
fix -Fast bot
by Mike Klein
· 8 years ago
7b4202d
Add multi-stop SkJumper stage.
by Herb Derby
· 8 years ago
cf1b022
tweaks to make gather_* easier in SkJumper
by Mike Klein
· 8 years ago
2d2ac3d
remove trace and registers stages
by Mike Klein
· 8 years ago
4c55027
Add support for F32 sources to SkColorSpaceXform
by Matt Sarett
· 8 years ago
52fe583
Remove SK_SUPPORT_LEGACY_BROKEN_LERP support
by Florin Malita
· 8 years ago
4b19b40
Revert "Fix new IT blocks ARMv8"
by Mike Klein
· 8 years ago
90165c2
Fix new IT blocks ARMv8
by Amaury Le Leyzour
· 8 years ago
e522f4c
Enable legacy premuls in SkColorSpaceXform
by Matt Sarett
· 8 years ago
8729e5b
Simplify more: remove SkRasterPipeline::compile().
by Mike Klein
· 8 years ago
394d414
Implement SkHighContrastFilter
by Dominic Mazzoni
· 8 years ago
8572d85
Make raster pipeline support all pixel conversions
by Matt Sarett
· 8 years ago
2e83b13
Remove SkTextureCompressor.
by Herb Derby
· 8 years ago
6b20a55
Make header files self-sufficient
by Hal Canary
· 8 years ago
5101448
Pixel conversion refactors: use raster pipeline for 565 and gray
by Matt Sarett
· 8 years ago
9206c76
SkRasterPipeline shader adapter
by Florin Malita
· 8 years ago
5ce33ef
Revert "SkRasterPipeline shader adapter"
by Florin Malita
· 8 years ago
6d11ed2
SkRasterPipeline shader adapter
by Florin Malita
· 8 years ago
690dd5e
Really use vpmaddwd in hsw::convolve_vertical().
by Mike Klein
· 8 years ago
88235bb
Graceful degredation for SkOpts_hsw.
by Mike Klein
· 8 years ago
f65d19b
Fix variable names in convolve_vertical().
by Mike Klein
· 8 years ago
a174e06
SkOpts_hsw ODR paranoia
by Mike Klein
· 8 years ago
319ba3d
Move shader register setup to SkRasterPipelineBlitter.
by Mike Klein
· 8 years ago
a9e8ef0
SkRasterPipeline: implement support for SkTableColorFilter
by Mike Klein
· 8 years ago
efaad3c
Remove SkColorCubeFilter. It is unused.
by Mike Klein
· 8 years ago
5b2f579
Replace raster pipeline nextafter() calls with SkNu nudging
by Florin Malita
· 8 years ago
abddea0
Just clamp to limit-epsilon.
by Mike Klein
· 8 years ago
c86e470
SkRasterPipeline impl for 2-stop linear gradients
by Florin Malita
· 8 years ago
1da27ef
Add F16 support to SkPNGImageEncoder
by Matt Sarett
· 8 years ago
5bee0b6
Reland "Respect full precision for RGB16 PNGs" (part 2)
by Matt Sarett
· 8 years ago
dfff166
Revert "Respect full precision for RGB16 PNGs"
by Matt Sarett
· 8 years ago
7a090c4
Respect full precision for RGB16 PNGs
by Matt Sarett
· 8 years ago
1d8e198
Revert "Optimize SkBlend by using NEON intrinsics"
by Mike Klein
· 8 years ago
c55bc9a
Fix out of bounds read in RP::load_tables_u16_be()
by Matt Sarett
· 8 years ago
7adde14
Optimize SkBlend by using NEON intrinsics
by Joel Liang
· 8 years ago
e71b167
Attempt 3: SkRasterPipelineBlitter: support A8
by Mike Klein
· 8 years ago
379938e
Use RasterPipeline to support full precision on 16-bit RGBA pngs
by Matt Sarett
· 8 years ago
25b6083
Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs"
by Matt Sarett
· 8 years ago
bb2339d
Use RasterPipeline to support full precision on 16-bit RGBA pngs
by Matt Sarett
· 8 years ago
d32303e
disable runtime detected AVX2 raster pipelines
by Mike Klein
· 8 years ago
c0a7a08
remove xbyak experiment
by Mike Klein
· 8 years ago
1523dbd
SkXbyak: loop inside, only body
by Mike Klein
· 8 years ago
86d55b3
Revert "Retry "SkRasterPipelineBlitter: support A8"..."
by Mike Klein
· 8 years ago
d052042
Fix Sk8f::Store4 (for HSW)
by Matt Sarett
· 8 years ago
83f532e
Add a real SkXbyak bench, implement enough to run it.
by Mike Klein
· 8 years ago
9953737
Avoid SkFixed overflow in decal bitmap procs
by Florin Malita
· 8 years ago
7f71d88
SkXbyak basics
by Mike Klein
· 8 years ago
f55ea6a
Retry "SkRasterPipelineBlitter: support A8"...
by Mike Klein
· 8 years ago
8c8cb5b
simplify by removing _d stages
by Mike Klein
· 8 years ago
a2d25ec
Use stack instead of malloc() for most calls to SkRasterPipeline::run().
by Mike Klein
· 8 years ago
4a224f6
Revert "SkRasterPipelineBlitter: support A8"
by Mike Klein
· 8 years ago
f44373c
SkRasterPipelineBlitter: support A8
by Mike Klein
· 8 years ago
464e6a1
Retry trim another instruction off SkRasterPipeline overhead
by Mike Klein
· 8 years ago
e2b66a7
auto-generate _d stages
by Mike Klein
· 8 years ago
9ea894b
Revert "trim another instruction off SkRasterPipeline overhead"
by Mike Klein
· 8 years ago
e61c407
trim another instruction off SkRasterPipeline overhead
by Mike Klein
· 8 years ago
40a82bd
remove MIPS DSP optimizations
by Mike Klein
· 8 years ago
2410717
Fix swapped interpretation of c and e in SkColorSpace_ICC
by Matt Sarett
· 8 years ago
d1c550e
Consolidate TILEX_LOW_BITS/TILEY_LOW_BITS -> EXTRACT_LOW_BITS
by Florin Malita
· 8 years ago
9752454
Added optimized sRGB/2.2 gamma stages into A2B color xform
by raftias
· 8 years ago
0d413f0
Revert "Revert "SkNx basically always is fast now.""
by Mike Klein
· 8 years ago
d37d5d9
Revert "Revert "clamp to premul when reading premul sRGB""
by Mike Klein
· 8 years ago
2e018f5
Revert "clamp to premul when reading premul sRGB"
by Mike Klein
· 8 years ago
8ba64d1
Revert "SkNx basically always is fast now."
by Mike Klein
· 8 years ago
04e10da
clamp to premul when reading premul sRGB
by Mike Klein
· 8 years ago
21f7838
SkNx basically always is fast now.
by Mike Klein
· 8 years ago
4958006
funnel f16 through standard load/store/gather
by Mike Klein
· 8 years ago
0e18de9
Convert image width and height (used by tiling) to float once.
by Mike Klein
· 8 years ago
b0b17d1
bicubic, attempt gazillion
by Mike Klein
· 8 years ago
2979b1a
Added clamps in SkRasterPipeline's gamma stages.
by raftias
· 8 years ago
64d8be0
Make sure all the convolve functions are defined.
by Mike Klein
· 8 years ago
4adac2e
Add AVX2 version of ConvolveVertically
by xiangze.zhang
· 8 years ago
Next »