1. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  2. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  3. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 12 years ago
  4. 42e1f0f Workaround for Android crash (unreviewed). by senorblanco@chromium.org · 12 years ago
  5. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  6. e52f209 Speculative Android GM blend fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  7. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
  8. ab2246f Another speculative Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  9. cfe57e5 Fix for no-GPU build (unreviewed). by senorblanco@chromium.org · 12 years ago
  10. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  11. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  12. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  13. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  14. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  15. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  16. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  17. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
  18. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  19. 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 12 years ago
  20. 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 12 years ago
  21. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
  22. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  23. 0e330ae revert arith change, until I can rebaseline all the images (and check chrome) by mike@reedtribe.org · 12 years ago
  24. d51ea26 use premul macro to pack components by mike@reedtribe.org · 12 years ago
  25. 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 12 years ago
  26. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  27. a1bf0ff by bsalomon@google.com · 12 years ago
  28. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  29. e763951 document OwnDeviceCanvas by reed@google.com · 12 years ago
  30. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  31. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 12 years ago
  32. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  33. a5e65ec by twiz@google.com · 12 years ago
  34. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  35. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  36. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 13 years ago
  37. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 13 years ago
  38. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 13 years ago
  39. 1c6d64b Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGradientTableBitmap', and use that instead of asABitmap in gradient custom stage setup. by rileya@google.com · 13 years ago
  40. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 13 years ago
  41. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 13 years ago
  42. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 13 years ago
  43. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 13 years ago
  44. b9119a6 Fix static assert on non-windows compilers(?) by bsalomon@google.com · 13 years ago
  45. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 13 years ago
  46. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 13 years ago
  47. 0567f22 Add SkScalarPow. by bungeman@google.com · 13 years ago
  48. 1bb4be2 Fix TableColorFilter memory leak. by tomhudson@google.com · 13 years ago
  49. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 13 years ago
  50. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 13 years ago
  51. 300f562 SkNEW instead of new for lighting effects. by tomhudson@google.com · 13 years ago
  52. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 13 years ago
  53. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 13 years ago
  54. 187c15c Fix bad allocator access in r4616 by bsalomon@google.com · 13 years ago
  55. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 13 years ago
  56. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 13 years ago
  57. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
  58. eb31184 Fix lighting filters on Windows, and re-enable the GPU path. by senorblanco@chromium.org · 13 years ago
  59. a2fdb33 Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed. by senorblanco@chromium.org · 13 years ago
  60. 0ec1eab Mac GLSL fixes; unreviewed. by senorblanco@chromium.org · 13 years ago
  61. 6730cbb More build fixes; unreviewed. by senorblanco@chromium.org · 13 years ago
  62. bd9fad6 Mac build fix; unreviewed. by senorblanco@chromium.org · 13 years ago
  63. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 13 years ago
  64. bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 13 years ago
  65. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 13 years ago
  66. 51f3866 fix leak of Light object (in this private instance, the caller is transferring by reed@google.com · 13 years ago
  67. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 13 years ago
  68. 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 13 years ago
  69. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 13 years ago
  70. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 13 years ago
  71. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 13 years ago
  72. db15a42 Register Two_Point_Conical_Gradient for flattening. by scroggo@google.com · 13 years ago
  73. 23113dd fix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2 - dr^2 by mike@reedtribe.org · 13 years ago
  74. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 13 years ago
  75. aca29ae optimize quad-root for conical gradients by reed@google.com · 13 years ago
  76. cb7be69 Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is by reed@google.com · 13 years ago
  77. 383d5d4 fix warnings on Mac in src/effects by caryclark@google.com · 13 years ago
  78. b83f797 temporary avoid zero-divide (to avoid assert in fixedpoint build) by reed@google.com · 13 years ago
  79. 070a800 temporary: by reed@google.com · 13 years ago
  80. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 13 years ago
  81. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 13 years ago
  82. 8b0d0f6 remove public function-ptr based colorfilter by reed@google.com · 13 years ago
  83. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 13 years ago
  84. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 13 years ago
  85. 3ec68f0 special-case dashing a single line-segment. We can go much faster since we by reed@google.com · 13 years ago
  86. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
  87. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 13 years ago
  88. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
  89. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 13 years ago
  90. 7096dc6 fix SK_RESTRICT warnings related to overrides on windows by reed@google.com · 13 years ago
  91. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 13 years ago
  92. 20bf4ca Clean up DashPathEffect modulo math from r3761 by epoger@google.com · 13 years ago
  93. 1df888b check for numerical imprecision on phase by reed@google.com · 13 years ago
  94. 72ae6bd Fix the Android build. by scroggo@google.com · 13 years ago
  95. 5a2e879 Fixes for drawing through an SkGPipe. by scroggo@google.com · 13 years ago
  96. 90bf427 proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 by mike@reedtribe.org · 13 years ago
  97. f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 13 years ago
  98. fc9a3be always check the result of SkMatrix::invert by reed@google.com · 13 years ago
  99. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
  100. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 13 years ago