1. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago
  2. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  3. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 12 years ago
  4. b9119a6 Fix static assert on non-windows compilers(?) by bsalomon@google.com · 12 years ago
  5. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  6. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  7. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  8. 1bb4be2 Fix TableColorFilter memory leak. by tomhudson@google.com · 12 years ago
  9. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 12 years ago
  10. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  11. 300f562 SkNEW instead of new for lighting effects. by tomhudson@google.com · 12 years ago
  12. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 12 years ago
  13. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  14. 187c15c Fix bad allocator access in r4616 by bsalomon@google.com · 12 years ago
  15. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  16. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 12 years ago
  17. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  18. eb31184 Fix lighting filters on Windows, and re-enable the GPU path. by senorblanco@chromium.org · 12 years ago
  19. a2fdb33 Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed. by senorblanco@chromium.org · 12 years ago
  20. 0ec1eab Mac GLSL fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  21. 6730cbb More build fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  22. bd9fad6 Mac build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
  23. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  24. bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 12 years ago
  25. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  26. 51f3866 fix leak of Light object (in this private instance, the caller is transferring by reed@google.com · 12 years ago
  27. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  28. 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
  29. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  30. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
  31. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  32. db15a42 Register Two_Point_Conical_Gradient for flattening. by scroggo@google.com · 12 years ago
  33. 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
  34. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  35. aca29ae optimize quad-root for conical gradients by reed@google.com · 12 years ago
  36. cb7be69 Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is by reed@google.com · 12 years ago
  37. 383d5d4 fix warnings on Mac in src/effects by caryclark@google.com · 12 years ago
  38. b83f797 temporary avoid zero-divide (to avoid assert in fixedpoint build) by reed@google.com · 12 years ago
  39. 070a800 temporary: by reed@google.com · 12 years ago
  40. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  41. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
  42. 8b0d0f6 remove public function-ptr based colorfilter by reed@google.com · 12 years ago
  43. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  44. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  45. 3ec68f0 special-case dashing a single line-segment. We can go much faster since we by reed@google.com · 12 years ago
  46. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  47. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  48. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  49. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  50. 7096dc6 fix SK_RESTRICT warnings related to overrides on windows by reed@google.com · 12 years ago
  51. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 13 years ago
  52. 20bf4ca Clean up DashPathEffect modulo math from r3761 by epoger@google.com · 13 years ago
  53. 1df888b check for numerical imprecision on phase by reed@google.com · 13 years ago
  54. 72ae6bd Fix the Android build. by scroggo@google.com · 13 years ago
  55. 5a2e879 Fixes for drawing through an SkGPipe. by scroggo@google.com · 13 years ago
  56. 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 13 years ago
  57. f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 13 years ago
  58. fc9a3be always check the result of SkMatrix::invert by reed@google.com · 13 years ago
  59. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  60. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 13 years ago
  61. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 13 years ago
  62. 56dd630 Clamp dilate and erode radius to image width and height. by senorblanco@chromium.org · 13 years ago
  63. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
  64. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 13 years ago
  65. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  66. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 13 years ago
  67. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 13 years ago
  68. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
  69. 41b46be Fix android build by djsollen@google.com · 13 years ago
  70. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  71. e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
  72. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
  73. 8ff1e51 Updating SkAvoidXferMode to use new 4byte interp function. by djsollen@google.com · 13 years ago
  74. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  75. 48b481b fix SkFixed build (I hope) by reed@google.com · 13 years ago
  76. 5468c90 Disable optimization of certain bit-shift operations on Visual Studio 2010 only by epoger@google.com · 13 years ago
  77. c98a0aa rearrange functions to group clamp, repeat, mirror helpers together. by reed@google.com · 13 years ago
  78. 480e21f Add dithering to 32b radial gradients. Behind the same #ifdef as dithered by tomhudson@google.com · 13 years ago
  79. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  80. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  81. 13a847a Temporarily allow linear interpolation of 2-color vertical gradients to be by tomhudson@google.com · 13 years ago
  82. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  83. 6a8df70 Create floating-point square root path for 16b mirrored radial gradients by tomhudson@google.com · 13 years ago
  84. 51a283b Convert 32b radial gradient procs to take SkScalar instead of by tomhudson@google.com · 13 years ago
  85. f925ba4 Remove obsolete SK_USE_FLOAT_SQRT by tomhudson@google.com · 13 years ago
  86. 054ff1e Fix the string we're checking for in the #if defined(), so that loops actually do get unrolled on Windows (15% perf win claimed many months ago). by tomhudson@google.com · 13 years ago
  87. e582869 detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radius <= 0) by reed@google.com · 13 years ago
  88. e8c984d Code cleanup: move gradient inner loops into procs. by tomhudson@google.com · 13 years ago
  89. f23f5f7 override asComponentTable() by mike@reedtribe.org · 13 years ago
  90. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  91. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  92. a0b0c12 Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable by senorblanco@chromium.org · 13 years ago
  93. 998343a implement dithering for vertical grads (was a todo:) by reed@google.com · 13 years ago
  94. df28f07 Improve the quality of color matrix filters by using SkPremultiplyARGBInline. by senorblanco@chromium.org · 13 years ago
  95. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  96. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  97. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  98. 73f3ded Unreviewed. Fixing the Windows build, due to a non definition of M_PI. by schenney@chromium.org · 13 years ago
  99. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  100. ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago