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. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  3. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  4. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  5. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  6. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  7. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  8. 2467d71 Remove a few unused statements. by cwallez · 10 years ago
  9. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  10. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  11. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  12. b07a94f add roundOut that returns its result by reed · 10 years ago
  13. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  14. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  15. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  16. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  17. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  18. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  19. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  20. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  21. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago
  22. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  23. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  24. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  25. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  26. d71732a Optimize the blur convolution by only applying domain clamping where necessary. Split the blur convolution into left and right margins which have clamping applied and a center portion which doesn't. Also reorder the convolve_gaussian() parameters to match GrConvolutionEffect params. Correctness is covered by existing tests; performance is covered by BlurImageFilter bench. by senorblanco@chromium.org · 11 years ago
  27. e8232bc Small optimization for convolution shader: only apply the bounds check in direction of convolution, not both. This requires generating different versions of the shader depending on direction. by senorblanco@chromium.org · 11 years ago
  28. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  29. 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
  30. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  31. 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
  32. 977409a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. cce4102 Added newlines at the end of SkGpuBlurUtils.* by robertphillips@google.com · 11 years ago
  34. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago