aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.h
Commit message (Expand)AuthorAge
...
* 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
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...Gravatar bsalomon2016-02-05
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-05
* Remove deferred clear from SkGpuDeviceGravatar bsalomon2016-02-05
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...Gravatar jcgregorio2016-02-04
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-04
* Fix unref order in SkGpuDeviceGravatar joshualitt2016-01-08
* Make "alpha only" be a property of GrTextureProducerGravatar bsalomon2015-12-09
* Rewrite drawBitmap/ImageNine on top of GrTextureProducerGravatar bsalomon2015-12-09
* Move texture drawing utility method to SkGpuDeviceGravatar jvanverth2015-12-08
* Remove SkDrawProcsGravatar herb2015-11-24
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducerGravatar bsalomon2015-11-18
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* use (temp) gpu-imagefilter-cache for applyFilterGravatar reed2015-10-20
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* implement drawAtlas natively on gpu-deviceGravatar reed2015-06-25
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* Rename all things "leaky" in SkDeviceGravatar robertphillips2015-06-19
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-17
* Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...Gravatar bsalomon2015-06-16
* Make GrTextContext be owned by the GrDrawContextGravatar robertphillips2015-06-16
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* Break GrTextContext's reliance on SkGpuDeviceGravatar robertphillips2015-05-28