- 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
- e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
- a950a86 Fix rounding error with tiled bitmap draws by Brian Osman · 8 years ago
- d05cdc3 Fix two bugs when deciding to tile. Large images were always tiling. by Brian Osman · 8 years ago
- 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
- 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
- f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
- 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
- 22af73f Rename GrFragmentProcessor::MulOutputByInputUnpremulColor to MakeInputPremulAndMulByOutput. by Brian Salomon · 8 years ago
- 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
- 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
- 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
- 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
- a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
- 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
- cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
- 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
- cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
- 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
- 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
- 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
- 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
- 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
- e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
- 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
- a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
- e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
- 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
- d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
- 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
- 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
- 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
- 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
- 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