1. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  2. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  3. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  4. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  5. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  7. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  8. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  9. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  10. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  11. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  12. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  13. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  14. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  15. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  16. 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
  17. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  18. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  19. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  20. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  21. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  22. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  23. 2467d71 Remove a few unused statements. by cwallez · 10 years ago
  24. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  25. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  26. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  27. b07a94f add roundOut that returns its result by reed · 10 years ago
  28. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  29. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  30. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  31. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  32. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  33. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  34. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  35. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  36. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 11 years ago
  37. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  38. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  39. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  40. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  41. 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
  42. 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
  43. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  44. 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
  45. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  46. 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
  47. 977409a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. cce4102 Added newlines at the end of SkGpuBlurUtils.* by robertphillips@google.com · 11 years ago
  49. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago