index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGpuDevice.h
Commit message (
Expand
)
Author
Age
*
Reduce usage of MakeRenderTargetDirect
robertphillips
2016-07-26
*
remove fClipStack and attach/deattach-from-canvas
reed
2016-07-25
*
Cleanup of code that converts from GPU-backed resources to SkImageInfo
brianosman
2016-07-22
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Deprecate SkDevice::accessBitmap method
robertphillips
2016-07-21
*
remove dead methods now that we use specials exclusively for imagefilters
reed
2016-07-20
*
Remove SkDevice::accessRenderTarget virtual
robertphillips
2016-07-20
*
pre-land special methods on device
reed
2016-07-19
*
Add makeSpecial calls to SkGpuDevice
robertphillips
2016-07-18
*
Add SkGpuDevice::asSpecial entry point
robertphillips
2016-07-15
*
Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter
robertphillips
2016-07-14
*
Remove GrLayerHoister
robertphillips
2016-07-13
*
Handle stroked single line special case in Ganesh
robertphillips
2016-06-02
*
(Mostly) Retract GrRenderTarget from SkGpuDevice
robertphillips
2016-05-17
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Add sk_sp to SkSurface_Gpu and SkGpuDevice
robertphillips
2016-04-29
*
Clean up test drawContext usage
robertphillips
2016-04-28
*
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
senorblanco
2016-04-27
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
make context() virtual on device
reed
2016-04-26
*
Remove deprecated paths from image filter infrastructure.
senorblanco
2016-04-18
*
Revert of Remove deprecated paths from image filter infrastructure. (patchset...
robertphillips
2016-04-17
*
Remove deprecated paths from image filter infrastructure.
senorblanco
2016-04-17
*
Remove GrTextureStorageAllocator. This was added from Chromium but never used...
bsalomon
2016-04-13
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Switch new SkImageFilter internal methods over to sk_sp
robertphillips
2016-03-24
*
Switch SkBlurImageFilter over to new onFilterImage interface
robertphillips
2016-03-24
*
switch surface to sk_sp
reed
2016-03-23
*
Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patch...
robertphillips
2016-03-23
*
Switch SkBlurImageFilter over to new onFilterImage interface
robertphillips
2016-03-23
*
Mv DRRect drawing code from GrDrawContext into SkGpuDevice
robertphillips
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-10
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...
caryclark
2016-02-09
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-09
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...
bsalomon
2016-02-05
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-05
*
Remove deferred clear from SkGpuDevice
bsalomon
2016-02-05
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...
jcgregorio
2016-02-04
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-04
*
Fix unref order in SkGpuDevice
joshualitt
2016-01-08
*
Make "alpha only" be a property of GrTextureProducer
bsalomon
2015-12-09
*
Rewrite drawBitmap/ImageNine on top of GrTextureProducer
bsalomon
2015-12-09
*
Move texture drawing utility method to SkGpuDevice
jvanverth
2015-12-08
*
Remove SkDrawProcs
herb
2015-11-24
*
Initial implementation of GPU no filter NinePatch
joshualitt
2015-11-18
*
Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer
bsalomon
2015-11-18
*
Separate out natively-texture image/bmp draws from cached-as-texture image/bm...
bsalomon
2015-11-09
[next]