1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. 181d7ba Fix build warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  3. 195f62d BUG=skia: by stephana · 9 years ago
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  6. 4a22a43 Bump picture version for uniqueID-less SkImageFilter. by senorblanco · 9 years ago
  7. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  8. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 9 years ago
  9. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  10. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  11. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  12. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  13. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  14. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  15. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  16. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  17. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  18. b07a94f add roundOut that returns its result by reed · 10 years ago
  19. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  20. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  21. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  22. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  23. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  24. b501ecd Use GL_R8 rather than GL_RED for glTexImage2D on IMG/ES3. Check for failure of FP creation in SkImageFilter by bsalomon · 10 years ago
  25. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  26. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  27. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  28. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  29. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  30. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  31. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  32. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  33. 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 · 10 years ago
  34. 673d973 Check all scratch texture allocations for image filters. by senorblanco · 10 years ago
  35. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  36. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  37. 2648983 Added count validation in SkImageFilter::Common::unflatten() by sugoi · 10 years ago
  38. b959ec7 factor out flattening/unflattening of common fields from SkImageFilter by reed · 10 years ago
  39. 19fcc74 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  40. bbf9f6d Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by reed · 10 years ago
  41. 53d4359 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  42. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  43. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  44. bd7746d Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  45. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  46. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  47. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  48. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  49. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  50. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  51. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  52. bccac6c Re-land "Fix external SkImageFilter caching with clips." by senorblanco · 10 years ago
  53. 9efd66b Revert "Fix external SkImageFilter caching with clips." by senorblanco · 10 years ago
  54. ffa9b50 Fix external SkImageFilter caching with clips. by senorblanco · 10 years ago
  55. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  56. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  57. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  58. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  59. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  60. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  61. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  62. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  63. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  64. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  65. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 10 years ago
  66. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  67. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  68. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 11 years ago
  69. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  70. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  71. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  72. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  73. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  74. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  75. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  76. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  77. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  78. 3f1f2a3 Make CropRect immutable after construction. by senorblanco@chromium.org · 11 years ago
  79. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  80. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  81. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  82. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  83. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  84. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  85. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  86. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  87. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  88. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 11 years ago
  89. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  90. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  91. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  92. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  93. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  94. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  95. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  96. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  97. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  98. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 11 years ago
  99. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago
  100. c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 12 years ago