1. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  2. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  3. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  4. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  5. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  6. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  7. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  8. c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
  9. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  10. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  11. edce2a8 Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). (patchset #15 id:260001 of https://codereview.chromium.org/1431593002/ ) by egdaniel · 9 years ago
  12. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  13. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  14. 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
  15. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  16. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  17. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  18. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  19. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  20. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  21. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  24. 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
  25. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  26. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  27. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  28. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  29. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  30. 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
  31. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  32. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  33. 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
  34. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  35. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  36. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  37. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  38. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  39. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  40. 2467d71 Remove a few unused statements. by cwallez · 10 years ago
  41. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  42. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  43. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  44. b07a94f add roundOut that returns its result by reed · 10 years ago
  45. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  46. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  47. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  48. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  49. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  50. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  51. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  52. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  53. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago
  54. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  55. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  56. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  57. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  58. 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
  59. 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
  60. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  61. 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
  62. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  63. 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
  64. 977409a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. cce4102 Added newlines at the end of SkGpuBlurUtils.* by robertphillips@google.com · 11 years ago
  66. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago