1. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 11 years ago
  2. 673d973 Check all scratch texture allocations for image filters. by senorblanco · 11 years ago
  3. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 11 years ago
  4. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 11 years ago
  5. addf2ed add localMatrix to gradient Descriptor by reed · 11 years ago
  6. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 11 years ago
  7. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 11 years ago
  8. 5ae5fc5 Adding repeat mode to texture domain by joshualitt · 11 years ago
  9. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 11 years ago
  10. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 11 years ago
  11. ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 11 years ago
  12. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 11 years ago
  13. 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 11 years ago
  14. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 11 years ago
  15. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 11 years ago
  16. 1c577cd Always initialize SkDashPathEffect fields. by mtklein · 11 years ago
  17. 83d081a Goodbye GrEffectRef. by bsalomon · 11 years ago
  18. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 11 years ago
  19. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 11 years ago
  20. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 11 years ago
  21. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 11 years ago
  22. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 11 years ago
  23. 3df0501 Fix SkColorFilterImageFilter matrix optimization. by senorblanco · 11 years ago
  24. c197c8a Adding 64 bit checks by sugoi · 11 years ago
  25. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 11 years ago
  26. ca6a7c2 Make perlin noise do CTM-correct scaling. by senorblanco · 11 years ago
  27. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 11 years ago
  28. 2290000 Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw components when in the y-flip case. This works around an Adreno driver bug. by bsalomon · 11 years ago
  29. 160a52b Stop referencing gl_FragCoord z and w components. by bsalomon · 11 years ago
  30. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 11 years ago
  31. c5d5cf9 remove guarded code - there are no more callers by reed · 11 years ago
  32. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 11 years ago
  33. f3b5027 Perlin noise cleanup. by senorblanco · 11 years ago
  34. 39e58ad Randomize seed for SkDiscretePathEffect::filterPath() by rs.prinja · 11 years ago
  35. e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 11 years ago
  36. ce6a354 Fix tiled perlin noise. by senorblanco · 11 years ago
  37. 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 11 years ago
  38. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 11 years ago
  39. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 11 years ago
  40. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 11 years ago
  41. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  42. e9ea0d6 second try at landing improved blur rect by humper · 11 years ago
  43. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 11 years ago
  44. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 11 years ago
  45. 9ab6c00 remove extra debug prints by humper · 11 years ago
  46. 39dd491 fix 10.6 shader tests by humper · 11 years ago
  47. e10a4ff repair math error introduced by windows build fix by humper · 11 years ago
  48. 1afc04d one channel texture fix for blur shader by humper · 11 years ago
  49. 7bf666a fix blur test by humper · 11 years ago
  50. fe689c4 Faster GPU rect blur that doesn't require computing vertical and horizontal by humper · 11 years ago
  51. 97724ed Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. (https://codereview.chromium.org/311373003/) by egdaniel · 11 years ago
  52. be4fd4f Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 11 years ago
  53. 56d135c Adding kernel offset validation by sugoi · 11 years ago
  54. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 11 years ago
  55. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 11 years ago
  56. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 11 years ago
  57. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 11 years ago
  58. 868074b remove SkBounder -- unused and unloved by reed · 11 years ago
  59. c77392e use colortype instead of config by reed · 11 years ago
  60. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 11 years ago
  61. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 11 years ago
  62. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 11 years ago
  63. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  64. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
  65. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
  66. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
  67. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 11 years ago
  68. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 11 years ago
  69. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 11 years ago
  70. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  71. ecd856c Revert of Fix compilation error when building with clang on Linux. (https://codereview.chromium.org/287193006/) by commit-bot@chromium.org · 11 years ago
  72. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 11 years ago
  73. 2b4c338 Fix compilation error when building with clang on Linux. by commit-bot@chromium.org · 11 years ago
  74. 3236109 Remove SkDebugf that is gumming up the bot logs by commit-bot@chromium.org · 11 years ago
  75. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  76. 7ed173b formalize named picture versions by commit-bot@chromium.org · 11 years ago
  77. 941ff78 Remove legacy constructor for blur draw looper. by commit-bot@chromium.org · 11 years ago
  78. 7ba1702 fix off-by-one error in texture coordinate calculations for rrect gpu by commit-bot@chromium.org · 11 years ago
  79. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  80. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  81. 6b3eebc Add check for bad dash interval in dash effect picture read by commit-bot@chromium.org · 11 years ago
  82. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago
  83. b67b8e6 apply localmatrix in pre-order, to match other shaders by reed@google.com · 11 years ago
  84. e003aec remove unused Kernel33MaskFilter by commit-bot@chromium.org · 11 years ago
  85. eaa6749 add localmatrix param to asNewEffect by reed@google.com · 11 years ago
  86. 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
  87. d12de02 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 11 years ago
  88. 5adad32 hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago
  89. ba31f1d Some small cleanups for image filter code. by senorblanco@chromium.org · 11 years ago
  90. d4db657 Fix for SkDisplacementMap::onFilterBounds(). by senorblanco@chromium.org · 11 years ago
  91. eab6c9a Fix Dash Effect readback calc for fPhase from old skps by commit-bot@chromium.org · 11 years ago
  92. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 11 years ago
  93. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 11 years ago
  94. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
  95. 508022c expose ConvertRadiusToSigma to aid clients in the API transition to sigma by commit-bot@chromium.org · 11 years ago
  96. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  97. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 11 years ago
  98. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  99. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 11 years ago
  100. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 11 years ago