aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix out of bounds memory read in GIFMovie.cppHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001cm-13.0Leon Scroggins III2017-04-051-1/+1
* better NEON div255mtklein2016-06-271-3/+3
* div255(x) as ((x+128)*257)>>16 with SSEmtklein2016-06-274-5/+22
* Fix buggy blend modes.mtklein2016-06-271-12/+28
* 3-15% speedup to HardLight / Overlay xfermodes.mtklein2016-06-278-4/+43
* Edges matter, part 2.mtklein2016-06-271-5/+5
* Implement four more xfermodes with Sk4px.mtklein2016-06-277-178/+199
* Use vmulq_n_u32(..., 0x01010101) to distribute alphas.mtklein2016-06-271-21/+14
* Update some Sk4px APIs.mtklein2016-06-2710-107/+94
* Thorough tests for saturatedAdd and mulDiv255Round.mtklein2016-06-272-1/+37
* Remove overly-promiscuous SkNx syntax sugar.mtklein2016-06-277-25/+14
* Simpler version of Plus w/ AA. ~25% faster too.mtklein2016-06-271-4/+2
* Move Sk4px Xfermode code to a header so we can use it twice.mtklein2016-06-273-146/+167
* Fix Plusmtklein2016-06-271-3/+25
* Clean up Sk4f xfermodes and covered _SSE2 xfermodes.mtklein2016-06-272-556/+69
* sk4px the rest of the easy xfermodes.mtklein2016-06-272-3/+41
* Everyone gets a namespace {}.mtklein2016-06-2712-2/+60
* The compiler can generate smulbb perfectly well nowadays.mtklein2016-06-277-60/+23
* Re-proc SkBlitRow::Color32 for ARM.mtklein2016-06-276-0/+33
* skia: qc-perf: link against libqc-opt for msm8937/17/53Ricardo Cerqueira2016-06-091-1/+1
* skia: qc-perf: link against libqc-opt for msm8909Edward Wang2016-05-181-1/+1
* skia: qc-perf: link against libqc-opt for msm8916Ethan Chen2016-05-121-1/+1
* skia: Fix QC-PERF for msm8992Steve Kondik2016-04-291-3/+3
* Merge tag 'android-6.0.1_r30' into HEADJessica Wagantall2016-04-180-0/+0
|\
| * Update SK_CRASH to default to abort(). DO NOT MERGEDerek Sollenberger2016-02-261-1/+1
* | Merge tag 'android-6.0.1_r24' into HEADJessica Wagantall2016-04-051-1/+1
|\ \
| * \ merge in mnc-dr1.5-release history after reset to mnc-dr1.5-devThe Android Automerger2016-03-220-0/+0
| |\ \
| | * \ merge in mnc-dr1.5-release history after reset to mnc-dr1.5-devThe Android Automerger2016-03-170-0/+0
| | |\ \ | | |/ / | |/| / | | |/
| * / Update SK_CRASH to default to abort(). DO NOT MERGEDerek Sollenberger2016-03-011-1/+1
| |/
* | skia: qc-perf: link against libqc-opt.so for msm8996Scott Mertz2015-12-171-1/+1
* | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/ext...Steve Kondik2015-12-073-711/+7
|\|
| * am e6574c69: (-s ours) am 53d34763: am a1d8ac0a: Purge non-NEON ARM code. DO ...mtklein2015-10-130-0/+0
| |\
| | * am 53d34763: am a1d8ac0a: Purge non-NEON ARM code. DO NOT MERGEmtklein2015-10-133-713/+5
| | |\
| | | * am a1d8ac0a: Purge non-NEON ARM code. DO NOT MERGEmtklein2015-10-133-713/+5
| | | |\
| | | | * Purge non-NEON ARM code. DO NOT MERGEmtklein2015-10-093-713/+5
| * | | | Purge non-NEON ARM code DO NOT MERGEmtklein2015-09-223-711/+6
* | | | | skia: Enable optimization library for 8974Steve Kondik2015-11-111-1/+1
* | | | | skia: Conditionally link QC opt librarySteve Kondik2015-11-101-1/+4
* | | | | Give Color32 weak attribute.Douglas2015-11-011-1/+7
* | | | | Opt out of clang till issues are fixedAravind Asam2015-11-011-0/+2
* | | | | Update hooks and libaray dependencyXin Qi2015-11-011-3/+2
* | | | | skia: Update QC-PERF board flag to TARGET_HAVE_QC_PERFSteve Kondik2015-10-121-1/+1
* | | | | SkDraw::drawRect optimizationLucas Crowthers2015-10-061-38/+75
* | | | | NEON optimized blitter S32_Opaque_D32_filter_DXWei Wang2015-10-066-5/+657
* | | | | external/skia: Add QC hooksXin Qi2015-10-069-6/+80
* | | | | Skia: Add NEON intrinsic D32_A8_Black and D32_A8_OpaqueLucas Crowthers2015-10-061-0/+351
|/ / / /
* | | | Disable SkColorShader optimization for Android FrameworkChris Craik2015-07-141-0/+6
* | | | Cherry-pick changes to fix rendering artifacts on curvescaryclark2015-06-261-4/+4
* | | | Cherry-pick changes from Skia's M44 branchsenorblanco2015-06-1515-87/+245
* | | | am b6e18701: (-s ours) am 159f22e8: am 92e4a90e: (-s ours) am 17e38ec9: DO NO...djsollen2015-05-270-0/+0
|\| | |