1. c682038 remove old 565 destination opts by Mike Klein · 7 years ago
  2. fed90d4 Try fixing unused-variable warnings another way. by mtklein · 9 years ago
  3. c55f699 Revert of these _procs_arm are not used when we have NEON (patchset #1 id:1 of https://codereview.chromium.org/1587983004/ ) by mtklein · 9 years ago
  4. 349dcc9 these _procs_arm are not used when we have NEON by mtklein · 9 years ago
  5. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. e683e81 Purge non-NEON ARM code. by mtklein · 9 years ago
  8. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  9. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 9 years ago
  10. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  11. 95cc012 De-proc Color32 by mtklein · 9 years ago
  12. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  13. d65dc0c De-proc Color32 by mtklein · 9 years ago
  14. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  15. 376e9bc De-proc Color32 by mtklein · 9 years ago
  16. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  17. e6b1a60 Remove opaque versions of Color32_D565 by henrik.smiding · 10 years ago
  18. 402448d skia: blend32_16_row for neon version by mlee · 10 years ago
  19. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  20. bf1850e Fix SkBlitRow_opts_arm so that it works on ARM v4t. by george · 10 years ago
  21. b53dd6c Remove the unused SkCachePreload_arm by commit-bot@chromium.org · 10 years ago
  22. 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 11 years ago
  23. 6b00a1e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. e997c26 ARM Skia NEON patches - 15 - Preparation work for Blitmask optims by commit-bot@chromium.org · 11 years ago
  25. a111e49 Cleanup the ARM blitrow optimizations by djsollen@google.com · 11 years ago
  26. caf2025 remove dead references to PlatformProcs4444 by reed@google.com · 11 years ago
  27. b78765e Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by robertphillips@google.com · 12 years ago
  28. dc1a3ba Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. by djsollen@google.com · 12 years ago
  29. 1ea01bf The UBFX instruction isn't available on ARMv6; use LSL/LSR or UXTB. by george@mozilla.com · 12 years ago
  30. a2efab2 Add check for EDSP to the 565 opaque blitter. by djsollen@google.com · 12 years ago
  31. db39996 Upstream ARM 565 optimizations from AOSP. by djsollen@google.com · 12 years ago
  32. a8dd1ce arm: dynamic NEON support for SkBlitRow_opts_arm.cpp by digit@google.com · 12 years ago
  33. 686c04c #include "SkMathPriv.h" by reed@google.com · 12 years ago
  34. fa3d892 remove outdated test code for TEST_SRC_ALPHA by reed@google.com · 12 years ago
  35. 2092c40 Add support for ARM without EDSP and ARMv6+ by george@mozilla.com · 12 years ago
  36. 84d6715 Implementing Color32 functions for Neon platforms. by borenet@google.com · 12 years ago
  37. bff29d5 Landing arm patch from contributor. by djsollen@google.com · 12 years ago
  38. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  39. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  40. 5684680 update ARM platform procs for blitmask by reed@google.com · 13 years ago
  41. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  42. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  43. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  44. 47ae725 remove bogus (probably copy/paste err) assert. Alpha need not be opaque here, by reed@google.com · 13 years ago
  45. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  46. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 13 years ago
  47. 31e6230 Unreviewed; ARM build fix. by senorblanco@chromium.org · 14 years ago
  48. 8b17ac3 S32A_Blend_BlitRow32: for ARM without NEON by agl@chromium.org · 14 years ago
  49. 94d1464 Write S32A_Opaque_BlitRow32 function in ARM assembly. by agl@chromium.org · 14 years ago
  50. a40390c Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions." by agl@chromium.org · 14 years ago
  51. 244929c Implementing S32A_Opaque_BlitRow32 using v7 neon instructions. by agl@chromium.org · 14 years ago
  52. e932a42 Fix internal compiler error on ARM. by agl@chromium.org · 14 years ago
  53. 229d9b3 ray fixes neon for dither and blend by reed@android.com · 14 years ago
  54. fffe48f Disable 32A->565+dither neon, since it gives different results between its by reed@android.com · 14 years ago
  55. 8e4c93b disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop by reed@android.com · 14 years ago
  56. d7a0083 ICE fixes for arm by reed@android.com · 15 years ago
  57. 28bee95 Exclude Android-only cpu-features.h from non-Android builds. by agl@chromium.org · 15 years ago
  58. f0f4e9a remove const modifiers on function return types (unneeded, and caused an error by reed@android.com · 15 years ago
  59. 9272761 SSE2 optimizations for 32bit blending blitters. by senorblanco@chromium.org · 15 years ago
  60. b577b41 add shaderproc32 for index bitmaps. neon version of 32->16+dither by reed@android.com · 15 years ago
  61. 522aa8d fix S32A_D565_Blend_neon by reed@android.com · 15 years ago
  62. fdb5353 disable one proc until we fix its handling of src-alpha==0 by reed@android.com · 15 years ago
  63. a98a21e oops, make it actually compile with correct headers by reed@android.com · 15 years ago
  64. 4e635f9 add -forceDither option to bench (it is tristate) by reed@android.com · 15 years ago
  65. 3bbac13 update for blitrow_d32 procs by reed@android.com · 15 years ago
  66. 6123e47 add proper includes for arm optimizations by reed@android.com · 15 years ago
  67. 4bda7a5 add opts for neon by reed@android.com · 15 years ago
  68. 7d2e322 add optimization table for blitproc functions by reed@android.com · 15 years ago