- 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
- 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
- bd72f5a Tighten up when a line requires aa in SkGpuDevice. by Brian Salomon · 8 years ago
- e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
- 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
- 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
- e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
- 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
- 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 833dcf4 Add handling for instantiate failure up the call stack by Robert Phillips · 8 years ago
- 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
- 9fab7e9 Remove accessRenderTarget call in SkGpuDevice ctor by Robert Phillips · 8 years ago
- 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
- c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
- 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
- 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
- faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
- 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
- 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
- 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
- 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
- a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
- e54c75f remove SkError by Mike Klein · 8 years ago
- 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
- 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
- 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
- 6ade6dd Match Android framework's non-AA point and line offset by bsalomon · 8 years ago
- 5192475 Two changes: by brianosman · 8 years ago
- b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
- 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
- 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
- 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
- 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
- 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
- cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
- 464a7d6 Remove pixel config fallback - failing is a better option. by brianosman · 8 years ago
- 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
- 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
- 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
- 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
- 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
- 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
- c3953af Fix computation of clipped src rect when tiling bitmaps in SkGpuDevice by bsalomon · 8 years ago
- 2d5b714 pin as texture api by reed · 8 years ago
- e553b64 Fix tile bitmap code in SkGpuDevice to compute correct local coords. by bsalomon · 8 years ago
- 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
- f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
- 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
- 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
- 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
- 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
- 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
- c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
- 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
- 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
- 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
- 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
- c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
- 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
- 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
- 500bb3e Connect dst color space in a few places (removing TODOs) by brianosman · 8 years ago
- dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
- f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
- 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
- afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
- cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
- ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
- e51c356 pre-land special methods on device by reed · 8 years ago
- 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
- 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
- 04d6218 Add copy (when needed) to SkGpuDevice::asSpecial by robertphillips · 8 years ago
- 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
- 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
- 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
- dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
- a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
- b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
- ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
- 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
- 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
- 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
- f2204c9 Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in by robertphillips · 8 years ago
- 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
- ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
- 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
- e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
- 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
- 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
- 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
- 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
- 74e9a4d Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ ) by robertphillips · 8 years ago
- 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
- 6b53b9d Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 of https://codereview.chromium.org/1957433002/ ) by robertphillips · 8 years ago
- 4e30f27 Disable layer hoisting for non-8888 canvases by robertphillips · 8 years ago