aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add outline of new GrContext hierarchyRobert Phillips2019-01-301-1/+1
* Add new experimental API for rectangles with per-edge AA controlMichael Ludwig2019-01-231-0/+20
* Add non-srcover fallback for drawImageSetMichael Ludwig2019-01-221-6/+2
* Rename SkGlyphCache -> SkStrikeHerb Derby2019-01-161-1/+0
* Add additional information (e.g. colorspace) to the GpuDrawHandlerDerek Sollenberger2019-01-101-1/+2
* Restrict ops that can be executed when we have a wrapped vulkan secondary com...Greg Daniel2019-01-041-4/+16
* pass font's explicitly, instead of relying on SkFont::LEGACY_ExtractFromPaintMike Reed2019-01-031-3/+1
* Make GrSurfaceProxy::Copy take SkBackingFit.Brian Salomon2018-12-191-2/+4
* add saveBehind to canvasMike Reed2018-12-191-0/+26
* Pass in clip bounds when creating a GpuDrawHandler for SkDrawable.Greg Daniel2018-12-181-1/+1
* Take into accout the GrBackendFormat when deciding if we can chain textures t...Greg Daniel2018-12-031-2/+2
* Remove SkCanvas::experimental_drawImageSetV0Brian Salomon2018-11-261-3/+3
* Make experimental_drawImageSet support per-quad alpha.Brian Salomon2018-11-211-0/+1
* Pass alpha rather than full colors to TextureOps made from image sets.Brian Salomon2018-11-201-2/+1
* Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""Greg Daniel2018-11-191-2/+11
* Use half floats for non-normalized color in GrTextureOpBrian Osman2018-11-191-2/+2
* Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""Greg Daniel2018-11-141-11/+2
* Reland "Have a GrBackendFormat be stored on gpu proxies."Greg Daniel2018-11-141-2/+11
* Revert "Have a GrBackendFormat be stored on gpu proxies."Greg Daniel2018-11-091-11/+2
* Have a GrBackendFormat be stored on gpu proxies.Greg Daniel2018-11-081-2/+11
* Use SkPMColor4f throughout clear APIsBrian Osman2018-11-051-1/+2
* Draw YUVA images with multitextureJim Van Verth2018-11-051-13/+22
* clean up some odd SkRefCnt featuresMike Klein2018-10-311-2/+0
* Access proxy directly in SkGpuDevice::drawImageSet for pinned/GPU imagesBrian Salomon2018-10-221-11/+16
* Add drawDrawable support to GrRenderTargetContext.Greg Daniel2018-10-191-2/+3
* Remove texColorSpace output param from various producer APIsBrian Osman2018-10-191-7/+4
* Un-plumb dstColorSpace through GrTextureProducerBrian Osman2018-10-191-2/+2
* Remove unused dstColorSpace from getROPixelsBrian Osman2018-10-191-8/+6
* Add ability for an SkDevice to handle the drawing of an SkDrawable.Greg Daniel2018-10-191-0/+17
* Make GrTextureOp disable filtering/aa in more cases.Brian Salomon2018-10-151-6/+15
* Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanva...Brian Salomon2018-10-121-0/+56
* Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."Brian Salomon2018-10-121-55/+0
* Add experimental API to draw a set of SkImages in one SkCanvas call.Brian Salomon2018-10-121-0/+55
* Fix some bugs around opaque color types and computeIsOpaqueBrian Osman2018-10-111-1/+0
* More valid input checking for textJim Van Verth2018-09-241-1/+9
* Remove drawPosText from SkDeviceHerb Derby2018-08-301-7/+0
* Reland "Add support for unpremul image sources in the GPU backend"Brian Osman2018-08-271-3/+3
* Fold directFilterRRectMaskGPU into directFilterMaskGPURobert Phillips2018-08-231-23/+6
* Revert "Add support for unpremul image sources in the GPU backend"Brian Osman2018-08-231-3/+3
* Add support for unpremul image sources in the GPU backendBrian Osman2018-08-221-3/+3
* streamline interface to GrColorSpaceXform::Make()Mike Klein2018-08-221-1/+2
* IWYU: SkUtils.hHal Canary2018-08-211-1/+1
* Change drawPathWithMaskFilter to drawShapeWithMaskFilterRobert Phillips2018-08-201-15/+26
* Pull non-substantive changes out of GrShape mask drawing CLRobert Phillips2018-08-171-5/+2
* Reland "Make directFilterMaskGPU & directFilterRRectMaskGPU no longer require...Robert Phillips2018-08-171-7/+4
* Revert "Make directFilterMaskGPU & directFilterRRectMaskGPU no longer require...Robert Phillips2018-08-171-4/+7
* Make directFilterMaskGPU & directFilterRRectMaskGPU no longer require canFilt...Robert Phillips2018-08-171-7/+4
* added optimizations to speed up skinningRuiqi Mao2018-08-151-3/+3
* Remove prePathMatrix from SkDevice::drawPathRobert Phillips2018-08-151-9/+9
* Remove unused parameter from drawPathWithMaskFilterRobert Phillips2018-08-141-9/+5