1. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  2. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  3. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  4. 395eabe float components in xfermodes by reed · 9 years ago
  5. 3dfd133 fix up virtual / override stuff by reed · 9 years ago
  6. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  7. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  8. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  9. 95cc012 De-proc Color32 by mtklein · 9 years ago
  10. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  11. d65dc0c De-proc Color32 by mtklein · 9 years ago
  12. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  13. 376e9bc De-proc Color32 by mtklein · 9 years ago
  14. a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 9 years ago
  15. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  16. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  17. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  18. f91e676 Revert of add new blit2 methods in support of antialiased hairlines guard flag SK_SUPPORT_LEGACY_BLITANTIH2V2 (patchset #2 id:20001 of https://codereview.chromium.org/1060153003/) by jcgregorio · 9 years ago
  19. dd83031 add new blit2 methods in support of antialiased hairlines by reed · 9 years ago
  20. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  21. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  22. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  23. 80116dc add local-matrix to shader::context by commit-bot@chromium.org · 10 years ago
  24. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  25. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  26. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  27. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  28. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  29. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 11 years ago
  30. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  31. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  33. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  34. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  35. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  36. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  37. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  38. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  39. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  41. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  42. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  44. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  45. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  46. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  47. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 14 years ago
  50. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  51. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  52. 1fc4c60 move factory for 565 into its own file by reed@android.com · 15 years ago
  53. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  54. b602b8e tweaks to 16bit shaders fix typo-bug in 4444 blend case by reed@android.com · 15 years ago
  55. dafaf7a speedup 16bit shaders in the blitRect case by reed@android.com · 15 years ago
  56. 31d1c64 ws fixes by reed@android.com · 15 years ago
  57. 9a74d31 create separate opaque version of rgb16 blitter by reed@android.com · 15 years ago
  58. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  59. 8a1c16f grab from latest android by reed@android.com · 16 years ago