aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface_Raster.cpp
Commit message (Expand)AuthorAge
* Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)Gravatar Robert Phillips2017-03-20
* Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSn...Gravatar Yuqian Li2017-03-17
* Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""Gravatar Robert Phillips2017-03-17
* Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"Gravatar Yuqian Li2017-03-16
* Remove budgeted parameter from SkSurface::makeImageSnapshotGravatar Robert Phillips2017-03-16
* Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers"Gravatar Mike Reed2017-01-13
* move SkDevice.h and SkBitmapDevice.h contents in to src headersGravatar Mike Reed2017-01-13
* remove unused parameter in onNewimageSnapshotGravatar Mike Reed2016-12-30
* remove unused ForceUnique option from makeImageSnapshotGravatar Mike Reed2016-12-29
* SkBitmap::setPixelRef(): less reference churnGravatar Hal Canary2016-12-12
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Loosen restriction on F16 surfaces - allow "legacy" F16 modeGravatar Brian Osman2016-11-01
* Revert of leave pixel memory uninitialized for opaque alpha type in SkSurface...Gravatar mtklein2016-10-13
* leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRasterGravatar lsalzman2016-10-12
* Delete SkColorSpace::gammaNamed() from public APIGravatar msarett2016-09-07
* Some tests around surface creation and snapshotting with color spaceGravatar brianosman2016-08-30
* rename FoceCopyMode to SkCopyPixelModeGravatar reed2016-08-05
* Document SkSurface::MakeRaster's memory initializationGravatar fmalita2016-07-06
* switch surface to sk_spGravatar reed2016-03-23
* update callsites for Make image factoriesGravatar reed2016-03-17
* Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5...Gravatar reed2016-03-11
* Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:8000...Gravatar robertphillips2016-03-10
* add Make variations to return SkImage by sk_spGravatar reed2016-03-10
* 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
* Allow client to force an SkImage snapshot to be unique (and uniquely own its ...Gravatar bsalomon2016-02-22
* blitters for sRGB and float16Gravatar reed2016-02-15
* allow the caller to specified raster-surface rowbytes.Gravatar reed2016-01-30
* Two malloc+bzero -> calloc.Gravatar mtklein2016-01-04
* SkImage doesn't use props, so don't need to store itGravatar reed2015-10-04
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* lock pixels in image when bitmap is immutable and not-lazyGravatar reed2015-07-30
* SkImage_Raster's pixels are always immutable.Gravatar reed2015-07-29
* Make peekPixels() usable with raster surface snapshotsGravatar fmalita2015-07-27
* add SkImage::NewFromBitmapGravatar reed2015-07-07
* Propagate SkSurfaceProps to more call sitesGravatar robertphillips2015-06-23
* Update more directories under src/ to follow C++11 style rule for {virtual,ov...Gravatar tfarina2015-04-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Take budgeted param when snapping new image.Gravatar bsalomon2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* change API contract: disallow zero-sized images or surfacesGravatar reed2014-12-31
* add SkImage::newSurfaceGravatar reed2014-11-21
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Hide fields in SkImageInfoGravatar reed2014-09-03
* add SkSurface::NewRasterDirectReleaseProcGravatar reed2014-06-27