aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.h
Commit message (Expand)AuthorAge
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* GPU implementation of drawRegion()Gravatar msarett2016-08-25
* Remove virtual from overrides in SkGpuDevice.hGravatar bsalomon2016-08-22
* GPU implementation of drawArc.Gravatar bsalomon2016-08-22
* store info in basedevice, change getter to non-virtual const&Gravatar reed2016-08-20
* Batched implementation of drawLattice() for GPUGravatar msarett2016-08-18
* Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180...Gravatar msarett2016-08-18
* Batched implementation of drawLattice() for GPUGravatar msarett2016-08-18
* Fix tile bitmap code in SkGpuDevice to compute correct local coords.Gravatar bsalomon2016-08-17
* Merge GrClipMaskManager into GrClipStackClipGravatar csmartdalton2016-08-05
* Remove SkSurface::MakeRenderTargetDirectGravatar robertphillips2016-08-04
* Remove GrRenderTarget member variable from SkGpuDeviceGravatar robertphillips2016-08-04
* Reduce usage of MakeRenderTargetDirectGravatar robertphillips2016-07-26
* remove fClipStack and attach/deattach-from-canvasGravatar reed2016-07-25
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Deprecate SkDevice::accessBitmap methodGravatar robertphillips2016-07-21
* remove dead methods now that we use specials exclusively for imagefiltersGravatar reed2016-07-20
* Remove SkDevice::accessRenderTarget virtualGravatar robertphillips2016-07-20
* pre-land special methods on deviceGravatar reed2016-07-19
* Add makeSpecial calls to SkGpuDeviceGravatar robertphillips2016-07-18
* Add SkGpuDevice::asSpecial entry pointGravatar robertphillips2016-07-15
* Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilterGravatar robertphillips2016-07-14
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Handle stroked single line special case in GaneshGravatar robertphillips2016-06-02
* (Mostly) Retract GrRenderTarget from SkGpuDeviceGravatar robertphillips2016-05-17
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Add sk_sp to SkSurface_Gpu and SkGpuDeviceGravatar robertphillips2016-04-29
* Clean up test drawContext usageGravatar robertphillips2016-04-28
* Image filters: de-nest SkImageFilter::Cache and Cache::Key.Gravatar senorblanco2016-04-27
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* make context() virtual on deviceGravatar reed2016-04-26
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-18
* Revert of Remove deprecated paths from image filter infrastructure. (patchset...Gravatar robertphillips2016-04-17
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-17
* Remove GrTextureStorageAllocator. This was added from Chromium but never used...Gravatar bsalomon2016-04-13
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Switch new SkImageFilter internal methods over to sk_spGravatar robertphillips2016-03-24
* Switch SkBlurImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-03-24
* switch surface to sk_spGravatar reed2016-03-23
* Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patch...Gravatar robertphillips2016-03-23
* Switch SkBlurImageFilter over to new onFilterImage interfaceGravatar robertphillips2016-03-23
* Mv DRRect drawing code from GrDrawContext into SkGpuDeviceGravatar robertphillips2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-10
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...Gravatar caryclark2016-02-09
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-09