1. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  2. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  3. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  4. 5e78c61 Revert "remove a bit more dead code" by Mike Reed · 7 years ago
  5. d9b1fe0 remove a bit more dead code by Mike Klein · 7 years ago
  6. ce9514c remove unneeded proc fields by Mike Reed · 7 years ago
  7. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  8. 87db001 move sk_memset?? to SkOpts by Mike Klein · 7 years ago
  9. 0c66640 remove SkOpts::run_pipeline() declaration. by Mike Klein · 7 years ago
  10. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  11. 2e83b13 Remove SkTextureCompressor. by Herb Derby · 8 years ago
  12. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  13. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  14. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  15. d2265e5 Port convolve functions to SkOpts by xiangze.zhang · 8 years ago
  16. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  17. af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
  18. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  19. e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  20. aebfb45 Move SkRasterPipeline further into SkOpts. by Mike Klein · 8 years ago
  21. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  22. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  23. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  24. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  25. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  26. fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
  27. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  28. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  29. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  30. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  31. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  32. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  33. 959d45b Miscellaneous color space refactors by msarett · 8 years ago
  34. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  35. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 8 years ago
  36. 6006f67 Make all color xforms 'fast' (step 1) by msarett · 8 years ago
  37. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  38. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  39. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  40. c5091b5 Add a hook for CPU-optimized sRGB-sRGB srcover. by mtklein · 8 years ago
  41. 05db63b Remove static initializer for SkOpts::Init() by mtklein · 8 years ago
  42. 567118f Graduate matrix map-point procs out of SkOpts. by mtklein · 8 years ago
  43. b4a7dc9 Port S32A_opaque blit row to SkOpts. by mtklein · 8 years ago
  44. 3bc2624 try plain-old code for sk_memset16/32 now that NEON is compile-time by mtklein · 9 years ago
  45. a525cb1 skeleton for float <-> half optimized procs by mtklein · 9 years ago
  46. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  47. 1e06079 NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  48. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago
  49. a766ca8 de-proc sk_float_rsqrt by mtklein · 9 years ago
  50. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 9 years ago
  51. f1b8b6a Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler by msarett · 9 years ago
  52. efcc125 de-proc sk_float_rsqrt by mtklein · 9 years ago
  53. 8bf7b79 Refactor swizzle names and types. by mtklein · 9 years ago
  54. a1bfaad Set up some hooks for premul/swizzzle opts. by mtklein · 9 years ago
  55. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  56. 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
  57. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  58. 4e8a09d Port SkMatrix opts to SkOpts. by mtklein · 9 years ago
  59. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  60. 2d141ba Patches on top of Radu's latest. by mtklein · 9 years ago
  61. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  62. b639474 Port SkTextureCompression opts to SkOpts by mtklein · 9 years ago
  63. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  64. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  65. bdb34d0 Move SkOpts.h back to src/core. by mtklein · 9 years ago[Renamed from include/private/SkOpts.h]
  66. 490b615 Port SkXfermode opts to SkOpts.h by mtklein · 9 years ago
  67. 7eb0945 Port SkUtils opts to SkOpts. by mtklein · 9 years ago[Renamed (82%) from src/core/SkOpts.h]
  68. f684a78 Runtime CPU detection for rsqrt(). by mtklein · 9 years ago
  69. 8317a18 Lay groundwork for SkOpts. by mtklein · 9 years ago
  70. 56b78a7 Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/) by mtklein · 9 years ago
  71. ce2c505 Lay groundwork for SkOpts. by mtklein · 9 years ago