1. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 11 years ago
  2. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  3. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  4. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  5. a0d9138 Stop using mix() to implement hard-light in shader. by commit-bot@chromium.org · 11 years ago
  6. c718b35 Remove inout params from saturation helper func in XferEffect. by commit-bot@chromium.org · 11 years ago
  7. dd72fde Remove redundant setting of alpha in hard-light GPU shader. by commit-bot@chromium.org · 11 years ago
  8. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. bb6b5ba Temporarily disable HardLight effect in unit tests. by jvanverth@google.com · 11 years ago
  10. 18c41ac Some fixes for saturation computation XferEffect. by commit-bot@chromium.org · 11 years ago
  11. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  12. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  13. 6856779 Final round of .0s by bsalomon@google.com · 11 years ago
  14. 07fa3ab More .0s by bsalomon@google.com · 11 years ago
  15. 58eb1af Add ".0" to 1 constants in xfermodes GLSL code. by bsalomon@google.com · 11 years ago
  16. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  17. b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 11 years ago
  18. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  19. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 11 years ago
  20. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  21. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 11 years ago
  22. 311d4ea This changes fixes issues with the non-separable blend modes. They were not producing the correct results if alpha was involved. by commit-bot@chromium.org · 12 years ago
  23. 3c1ea3a land https://chromiumcodereview.appspot.com/12440004/ by reed@google.com · 12 years ago
  24. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
  26. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  27. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  28. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  30. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  31. 4b163ed Privatization: by reed@google.com · 12 years ago
  32. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  33. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  34. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  35. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  36. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  37. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  38. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  39. 86ab6c6 separate declaration from impl for overrides, so we can declare some of by reed@google.com · 13 years ago
  40. e303fcf add SkXfermode::IsMode() and use that in SkDevice by mike@reedtribe.org · 13 years ago
  41. f468e47 Write null for any function pointers when using the cross process flag by yangsu@google.com · 13 years ago
  42. c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 13 years ago
  43. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  44. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  45. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  46. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 13 years ago
  47. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 13 years ago
  48. 521e34e return Coeff for kPlus_Mode and kMultiply_Mode by reed@google.com · 13 years ago
  49. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
  50. da94699 Optimize some alpha blending modes. by deanm@chromium.org · 15 years ago
  51. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  52. 543ed93 add ADD xfermode safely handle (don't draw) if the size of SkMask exceeds 31bits by reed@android.com · 15 years ago
  53. 1116fb2 change srcover (and dstover) to use the faster thought slightly less accurate by reed@android.com · 16 years ago
  54. fc25abd fix warnings by reed@android.com · 16 years ago
  55. 8a1c16f grab from latest android by reed@android.com · 16 years ago