1. 4e38753 When processing a morphology filter on the GPU, pass the processed texture, by senorblanco@chromium.org · 12 years ago
  2. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  3. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  4. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  5. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
  6. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  7. bc55a3c Speculative fix for Android GMs. Unreviewed. by senorblanco@chromium.org · 12 years ago
  8. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  9. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  10. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  11. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  12. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  13. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  14. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
  15. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  16. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  17. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  18. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 12 years ago
  19. 42e1f0f Workaround for Android crash (unreviewed). by senorblanco@chromium.org · 12 years ago
  20. 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
  21. e52f209 Speculative Android GM blend fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  22. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
  23. ab2246f Another speculative Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  24. cfe57e5 Fix for no-GPU build (unreviewed). by senorblanco@chromium.org · 12 years ago
  25. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  26. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  27. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  28. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  29. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  30. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  31. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  32. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
  33. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  34. 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 12 years ago
  35. 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 12 years ago
  36. 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
  37. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  38. 0e330ae revert arith change, until I can rebaseline all the images (and check chrome) by mike@reedtribe.org · 12 years ago
  39. d51ea26 use premul macro to pack components by mike@reedtribe.org · 12 years ago
  40. 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 12 years ago
  41. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  42. a1bf0ff by bsalomon@google.com · 12 years ago
  43. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  44. e763951 document OwnDeviceCanvas by reed@google.com · 12 years ago
  45. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  46. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 12 years ago
  47. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  48. a5e65ec by twiz@google.com · 12 years ago
  49. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  50. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  51. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 12 years ago
  52. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 12 years ago
  53. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  54. 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 · 12 years ago
  55. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
  56. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago
  57. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  58. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 12 years ago
  59. b9119a6 Fix static assert on non-windows compilers(?) by bsalomon@google.com · 12 years ago
  60. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  61. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  62. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  63. 1bb4be2 Fix TableColorFilter memory leak. by tomhudson@google.com · 12 years ago
  64. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 12 years ago
  65. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  66. 300f562 SkNEW instead of new for lighting effects. by tomhudson@google.com · 12 years ago
  67. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 12 years ago
  68. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  69. 187c15c Fix bad allocator access in r4616 by bsalomon@google.com · 12 years ago
  70. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  71. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 12 years ago
  72. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  73. eb31184 Fix lighting filters on Windows, and re-enable the GPU path. by senorblanco@chromium.org · 12 years ago
  74. a2fdb33 Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed. by senorblanco@chromium.org · 12 years ago
  75. 0ec1eab Mac GLSL fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  76. 6730cbb More build fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  77. bd9fad6 Mac build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
  78. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  79. bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 12 years ago
  80. 3e33258 Added GPU implementation of 2-point conical gradient. by rileya@google.com · 12 years ago
  81. 51f3866 fix leak of Light object (in this private instance, the caller is transferring by reed@google.com · 12 years ago
  82. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  83. 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
  84. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  85. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago
  86. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  87. db15a42 Register Two_Point_Conical_Gradient for flattening. by scroggo@google.com · 12 years ago
  88. 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
  89. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  90. aca29ae optimize quad-root for conical gradients by reed@google.com · 12 years ago
  91. cb7be69 Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is by reed@google.com · 12 years ago
  92. 383d5d4 fix warnings on Mac in src/effects by caryclark@google.com · 12 years ago
  93. b83f797 temporary avoid zero-divide (to avoid assert in fixedpoint build) by reed@google.com · 12 years ago
  94. 070a800 temporary: by reed@google.com · 12 years ago
  95. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  96. 7b6c193 remove mutable apis on SkColorMatrixFilter, must use constructor. by reed@google.com · 12 years ago
  97. 8b0d0f6 remove public function-ptr based colorfilter by reed@google.com · 12 years ago
  98. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  99. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  100. 3ec68f0 special-case dashing a single line-segment. We can go much faster since we by reed@google.com · 12 years ago