1. 871840d Revert the revert of (ARM Skia NEON patches - 34 - Blur Filter - https://codereview.chromium.org/109403004/) by robertphillips@google.com · 11 years ago
  2. 8bbf6b9 Reverting r12568 (ARM Skia NEON patches - 34 - Blur Filter - https://codereview.chromium.org/109403004) due to image quality regressions on the N4. by robertphillips@google.com · 11 years ago
  3. 2a7d4dd ARM Skia NEON patches - 34 - Blur Filter Improve a little on Blur by commit-bot@chromium.org · 11 years ago
  4. d611864 ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs by commit-bot@chromium.org · 11 years ago
  5. c53f15c Nit to self: NULL is not false. by senorblanco@chromium.org · 11 years ago
  6. bdb677a Do proper NEON checking for SkBoxBlur procs. by senorblanco@chromium.org · 11 years ago
  7. 1d62f42 Implement a NEON version of the RGBA gaussian blur. This shows a 9-15% speedup on Nexus-10. by senorblanco@chromium.org · 11 years ago
  8. 46e266c ARM Skia NEON patches - 29 - Xfermode: SkFourByteInterp by commit-bot@chromium.org · 11 years ago
  9. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  10. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  11. 9c96352 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  12. dbe7f52 ARM Skia NEON patches - 16/17 - Blitmask by commit-bot@chromium.org · 11 years ago
  13. 05edd02 Implement a speedup for Y-only blurs by transposing. by senorblanco@chromium.org · 11 years ago
  14. f376f5d Implement a NEON version of morphology. This is good for ~2.2X speedup on Tegra3. by senorblanco@chromium.org · 11 years ago
  15. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  16. bc25dfc ARM Skia NEON patches - 31 - Xfermode: xfer16 Xfermode: xfer16 by commit-bot@chromium.org · 11 years ago
  17. ab7442c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. c518084 ARM Skia NEON patches - 33 - Convolution filter by commit-bot@chromium.org · 11 years ago
  19. 23ed4b3 Revert r12154 BUG=skia:1807 by epoger@google.com · 11 years ago
  20. 1375778 ARM Skia NEON patches - 33 - Convolution filter by commit-bot@chromium.org · 11 years ago
  21. f49a095 Mac build fix. by senorblanco@chromium.org · 11 years ago
  22. 7a47ad3 Implement SSE2-based implementations of the morphology filters (dilate & erode). This gives a 3-5X speedup over the naive implementation, and also mitigates a timing-based security attack in Chrome (https://code.google.com/p/chromium/issues/detail?id=251711). by senorblanco@chromium.org · 11 years ago
  23. 602b960 Get rid of two unused variables from the .data section. by commit-bot@chromium.org · 11 years ago
  24. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  25. dfe0f43e Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
  26. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  27. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  28. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  29. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  30. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  31. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  32. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  33. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  34. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  35. 4cc2632 ARM Skia NEON patches - 24 - S32_D565_Blend_Dither slight speedup/bugfix by commit-bot@chromium.org · 11 years ago
  36. 572a865 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 0060159 ARM Skia NEON patches - 21 - new NEON S32_D565_Opaque by commit-bot@chromium.org · 11 years ago
  38. 688d362 ARM Skia NEON patches - 23 - S32_D565_Opaque_Dither cleanup/bugfix/speed by commit-bot@chromium.org · 11 years ago
  39. 2db4eab ARM Skia NEON patches - 19 - Intrinsics version of the Filter32 routines by commit-bot@chromium.org · 11 years ago
  40. 48e9260 add SkConvolutionProcs* to the none platformConvolutionProcs() signature by reed@google.com · 11 years ago
  41. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  42. a8c0966 ARM Skia NEON patches - 18 - Preparation work for BitmapProcState by commit-bot@chromium.org · 11 years ago
  43. 6b00a1e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. e997c26 ARM Skia NEON patches - 15 - Preparation work for Blitmask optims by commit-bot@chromium.org · 11 years ago
  45. 0dc546c Implement highQualityFilter16 so GM doesn't crash when you give it resources. by mtklein@google.com · 11 years ago
  46. a111e49 Cleanup the ARM blitrow optimizations by djsollen@google.com · 11 years ago
  47. 9772a52 Minor sk_memset{16|32}_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  48. 1fdc677 ARM Skia NEON patches - 14 - S32A_Blend by commit-bot@chromium.org · 11 years ago
  49. d9d5c05 Enable runtime checks for SSSE3 on x86 on Android. by mtklein@google.com · 11 years ago
  50. 76015b0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. 5abacf6 add scalar stubs for neon functions to give arm guys a place to work by commit-bot@chromium.org · 11 years ago
  52. 87bde7d include SkPaint.h by reed@google.com · 11 years ago
  53. b4a57f8 copy/paste error. don't use s. by reed@google.com · 11 years ago
  54. eb3fe8e rename fFilterQuality to fFilterLevel by reed@google.com · 11 years ago
  55. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  56. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 11 years ago
  58. f436683 scale --> convolution typo by humper@google.com · 11 years ago
  59. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 11 years ago
  60. c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 11 years ago
  61. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  62. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  63. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  64. 0a5699e ARM Skia NEON patches - 13 - S32A_Opaque by commit-bot@chromium.org · 11 years ago
  65. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. 89c43e8 ARM Skia NEON patches - 05 - Cleaning by commit-bot@chromium.org · 11 years ago
  67. 939fffe ARM Skia NEON patches - 02 - Tune filter clobber list by commit-bot@chromium.org · 11 years ago
  68. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. ead3b83 Fix Win7 compiler errors/warnings for r9945 by robertphillips@google.com · 11 years ago
  70. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  71. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  72. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  73. 76e0d13 Commented SSE blend functions and cleaned-up variable naming. by commit-bot@chromium.org · 11 years ago
  74. caf2025 remove dead references to PlatformProcs4444 by reed@google.com · 11 years ago
  75. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  76. c2532dd Partial reapply of r5364 minus the non-neon code path. by djsollen@google.com · 12 years ago
  77. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
  78. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  79. e182829 mirror of https://codereview.appspot.com/7312060/ by reed@google.com · 12 years ago
  80. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  81. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  83. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  84. 26a4d35 Upstream clank: fix build on platforms (Clang/ARM) that don't support 'optimize' by tomhudson@google.com · 12 years ago
  85. b78765e Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by robertphillips@google.com · 12 years ago
  86. dc1a3ba Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. by djsollen@google.com · 12 years ago
  87. 1ea01bf The UBFX instruction isn't available on ARMv6; use LSL/LSR or UXTB. by george@mozilla.com · 12 years ago
  88. 536079b Fix Clang build on Android. by digit@google.com · 12 years ago
  89. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  90. 27123cd Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16. by bungeman@google.com · 12 years ago
  91. a2efab2 Add check for EDSP to the 565 opaque blitter. by djsollen@google.com · 12 years ago
  92. db39996 Upstream ARM 565 optimizations from AOSP. by djsollen@google.com · 12 years ago
  93. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  94. 3ada0ef arm: dynamic NEON support for SkBitmapProcState functions. by digit@google.com · 12 years ago
  95. a8dd1ce arm: dynamic NEON support for SkBlitRow_opts_arm.cpp by digit@google.com · 12 years ago
  96. 686c04c #include "SkMathPriv.h" by reed@google.com · 12 years ago
  97. fce02ac arm: dynamic NEON support for SkBitmapProcState matrix operations. by digit@google.com · 12 years ago
  98. fa3d892 remove outdated test code for TEST_SRC_ALPHA by reed@google.com · 12 years ago
  99. 2092c40 Add support for ARM without EDSP and ARMv6+ by george@mozilla.com · 12 years ago
  100. 7329dc9 revert 4799-4801 -- red and blue are reversed on windows and linux by reed@google.com · 12 years ago