index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrLayerHoister.cpp
Commit message (
Expand
)
Author
Age
*
Disable Ganesh layer hoister in a more revertable form
robertphillips
2016-05-04
*
Minor refactor of GrLayerHoister
robertphillips
2016-05-03
*
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
senorblanco
2016-04-27
*
Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface
robertphillips
2016-04-25
*
Retract SkDevice a bit more
robertphillips
2016-04-22
*
Begin removing deprecated (and now, unused) ImageFilter code paths
robertphillips
2016-04-20
*
Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points
robertphillips
2016-04-08
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Switch new SkImageFilter internal methods over to sk_sp
robertphillips
2016-03-24
*
switch surface to sk_sp
reed
2016-03-23
*
Change signatures of filter bounds methods to return a rect.
senorblanco
2016-03-21
*
Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers
robertphillips
2016-03-17
*
Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated
robertphillips
2016-03-07
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Refactor to use GrWrapTextureInBitmap more
robertphillips
2016-01-14
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-09
*
Revert of Update Layer Hoisting to store its atlas texture in the resource ca...
robertphillips
2015-11-06
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-06
*
tunnel down texture-size-constraint to imagefilters
reed
2015-10-22
*
add applyFilter() to SkImage
reed
2015-10-12
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Make SkGpuDevice know its alpha type
bsalomon
2015-06-23
*
Clean up usage of SkSurfaceProps
robertphillips
2015-06-22
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
remove subclassing from ImageFilter::Proxy
reed
2015-06-09
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-19
*
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...
mtklein
2015-05-18
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-18
*
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...
reed
2015-05-07
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-07
*
Switch to a more complete method of filtering hoisted layers
robertphillips
2015-01-14
*
Revert of Switch to a more complete method of filtering hoisted layers (patch...
robertphillips
2015-01-13
*
Switch to a more complete method of filtering hoisted layers
robertphillips
2015-01-13
*
Allow non-atlasable layer to still be hoisted
robertphillips
2015-01-08
*
Give the hoisting surfaces surface props
robertphillips
2014-12-16
*
Fix layer hoisting image filter corner cases
robertphillips
2014-12-16
*
Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...
robertphillips
2014-12-16
*
Fix layer hoisting image filter corner cases
robertphillips
2014-12-16
*
DM warning-free on win64
bsalomon
2014-12-12
*
Apply the layer's image filter to the hoisted image
robertphillips
2014-12-11
*
Change clear() to respect the clip
reed
2014-12-04
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
Add support for hoisting layers in pictures drawn with a matrix
robertphillips
2014-11-24
*
wip for drawables
reed
2014-11-18
*
Rename GrAccelData to SkLayerInfo and move it to src/core
robertphillips
2014-11-12
[next]