1. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  2. db15a42 Register Two_Point_Conical_Gradient for flattening. by scroggo@google.com · 12 years ago
  3. 23113dd fix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2 - dr^2 by mike@reedtribe.org · 12 years ago
  4. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  5. aca29ae optimize quad-root for conical gradients by reed@google.com · 12 years ago
  6. cb7be69 Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is by reed@google.com · 12 years ago
  7. 383d5d4 fix warnings on Mac in src/effects by caryclark@google.com · 12 years ago
  8. b83f797 temporary avoid zero-divide (to avoid assert in fixedpoint build) by reed@google.com · 12 years ago
  9. 070a800 temporary: by reed@google.com · 12 years ago
  10. 7096dc6 fix SK_RESTRICT warnings related to overrides on windows by reed@google.com · 12 years ago
  11. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  12. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  13. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  14. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  15. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  16. 5468c90 Disable optimization of certain bit-shift operations on Visual Studio 2010 only by epoger@google.com · 13 years ago
  17. c98a0aa rearrange functions to group clamp, repeat, mirror helpers together. by reed@google.com · 13 years ago
  18. 480e21f Add dithering to 32b radial gradients. Behind the same #ifdef as dithered by tomhudson@google.com · 13 years ago
  19. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  20. 13a847a Temporarily allow linear interpolation of 2-color vertical gradients to be by tomhudson@google.com · 13 years ago
  21. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  22. 6a8df70 Create floating-point square root path for 16b mirrored radial gradients by tomhudson@google.com · 13 years ago
  23. 51a283b Convert 32b radial gradient procs to take SkScalar instead of by tomhudson@google.com · 13 years ago
  24. f925ba4 Remove obsolete SK_USE_FLOAT_SQRT by tomhudson@google.com · 13 years ago
  25. e8c984d Code cleanup: move gradient inner loops into procs. by tomhudson@google.com · 13 years ago
  26. 998343a implement dithering for vertical grads (was a todo:) by reed@google.com · 13 years ago
  27. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  28. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  29. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  30. 0e734bd revert 2826, restore option for non-dithered gradients (used by chrome) by reed@google.com · 13 years ago
  31. 88ca1b4 use dithered gradients by default by reed@google.com · 13 years ago
  32. 8e6d914 fix win compile: sure wish SK_OVERRIDE was testable on mac build by reed@google.com · 13 years ago
  33. 7716afb add SK_OVERRIDEs by reed@google.com · 13 years ago
  34. 3e0f22c Add SK_RESTRICT inside radial gradient shader - we can't currently see a benefit, but it shouldn't hurt, and some compiler somewhere ought to benefit from it. by tomhudson@google.com · 13 years ago
  35. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  36. 51baf5a speed up radial-mirror 16x, sweep by ~2x by reed@google.com · 13 years ago
  37. dd5bd67 add SK_RESTRICT in shadeSpan methods by reed@google.com · 13 years ago
  38. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  39. 895ce13 remove dead code by reed@google.com · 13 years ago
  40. 95eed98 ensure that our bitmap is built with opaque cachedalpha by reed@google.com · 13 years ago
  41. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  42. 21031e9 fix div-by-zero (triggers debugging assert when scalar=fixed) and add master by reed@google.com · 13 years ago
  43. 8871a84 detect when our quadratic is really linear for 2-point radial, and don't by reed@google.com · 13 years ago
  44. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  45. 938d604 Add flattenable registrar for Two_Point_Radial_Gradient. by tomhudson@google.com · 13 years ago
  46. 9ce767c Fix to (two-point radial) gradient playback error in SkPictures that swapped by tomhudson@google.com · 13 years ago
  47. 13659f1 handle overflow by reed@google.com · 13 years ago
  48. b692a14 disable fast linear for now (really this time) by reed@google.com · 13 years ago
  49. 1770507 disable fast linear until we handle the overflow cases by reed@google.com · 13 years ago
  50. e61414c add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clients that like slowness by reed@google.com · 13 years ago
  51. 5eb158d use SkClampRange to speedup clamp iterators speeds up linear gradients 4x by reed@google.com · 13 years ago
  52. 61eb040 code style by reed@google.com · 13 years ago
  53. 84e9c08 speed up 2-point-radial gradients by 9x, using float instead of fixed by reed@google.com · 13 years ago
  54. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 13 years ago
  55. dc66c42 Fix Two Pt Radial when circles are concentric. by bsalomon@google.com · 13 years ago
  56. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 13 years ago
  57. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 14 years ago
  58. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  59. 9c7443d add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly added by reed@google.com · 14 years ago
  60. 55b8e8c add dithering to 32bit linear gradients by reed@google.com · 14 years ago
  61. dc731fd merge in gpu changes to gradientshaders by reed@google.com · 14 years ago
  62. e191b16 update windows port by reed@android.com · 15 years ago
  63. 200645d fix repeat/mirror for new larger 16bit cache update gm images by reed@android.com · 15 years ago
  64. 512a876 make the 16bit cache larger, to handle multiple colors in the gradient w/o by reed@android.com · 15 years ago
  65. bcfc733 flatten/unflatten custom fields for 2-point gradient by reed@android.com · 15 years ago
  66. 6c59a17 clear the kHasSpan16 bit for two-point-radial, since we don't implement that by reed@android.com · 15 years ago
  67. 7ef071f Two-point radial gradient implementation. by senorblanco@chromium.org · 15 years ago
  68. 3c9b2a4 expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader by reed@android.com · 15 years ago
  69. 3d06a8c add FIXME to comment by reed@android.com · 15 years ago
  70. 1c12abe fix gradients with alpha to convert to premul *after* the intermediate color by reed@android.com · 15 years ago
  71. ab840b8 remove (ack) test code in lineargradient when pos array is null by reed@android.com · 15 years ago
  72. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  73. b2c5f2d make the same prerounding fix for the shadeSpan16 case by reed@android.com · 15 years ago
  74. c552a43 preround our fx fractional coordiante, so we get rounded integers (0..255) when by reed@android.com · 15 years ago
  75. ec3d6e5 update for cache updates by reed@android.com · 15 years ago
  76. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 15 years ago
  77. 4a7fd2b initialize fFlags in gradients fix trailing WS in SkGLDevice by reed@android.com · 15 years ago
  78. 41bccf5 extend gradients to handle (by clamping) the first and last color position if by reed@android.com · 15 years ago
  79. fc25abd fix warnings by reed@android.com · 16 years ago
  80. 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
  81. 8a1c16f grab from latest android by reed@android.com · 16 years ago