aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)Author
2015-08-19Move SkTemplates.h to private.bungeman
2015-08-13add SkImage::NewFromPicture and a GM to test itreed
2015-08-06SkSurface copy-on-write can yield stale GPU render targets.fmalita
2015-08-05init atomic bool in SkImage_Gpubsalomon
2015-08-04cache private readback for gpu-imagesreed
2015-07-31Some cleanup in GrTextureProvider and GrResourceProvider.bsalomon
2015-07-30lock pixels in image when bitmap is immutable and not-lazyreed
2015-07-30fix empty image constructorreed
2015-07-30unify pixelref and image ID space, so we can share IDs when we share pixelsreed
2015-07-29SkImage_Raster's pixels are always immutable.reed
2015-07-27Make peekPixels() usable with raster surface snapshotsfmalita
2015-07-16Make readpixels work on GrTexturesbsalomon
2015-07-16have canvas send discard instead of retain if the draw would overwrite everyt...reed
2015-07-09Fix SkImage::asLegacyBitmap() rowBytes assertfmalita
2015-07-09add runtime option to provide data->imagegenerator factoryreed
2015-07-09YUV to RGB Texture threading GrProcessorDataManagerjoshualitt
2015-07-08add ability to get FBO ID to Surfacejoshualitt
2015-07-08Add image->bitmapreed
2015-07-08Remove SkImage::NewFromBitmap encoded data helperfmalita
2015-07-07add SkImage::NewFromBitmapreed
2015-07-03add colortable param to newrastercopyreed
2015-07-03explicitly bump legacy genID on gpu surfacereed
2015-06-30Add SkSurface factory for wrapping an FBO in SkSurfacebsalomon
2015-06-30Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...bsalomon
2015-06-29remove premature discard optimizationreed
2015-06-29add getTextureHandle to SkSurfacereed
2015-06-26remove SkInstCntmtklein
2015-06-23Make SkGpuDevice know its alpha typebsalomon
2015-06-23Propagate SkSurfaceProps to more call sitesrobertphillips
2015-06-22change old picture serialization to really handle imagesreed
2015-06-19Rename all things "leaky" in SkDevicerobertphillips
2015-06-19remove SkDevicePropertiesrobertphillips
2015-06-18add callbacks to Images that wrap client-provided contentreed
2015-06-18Add support for creating texture backed images where Skia will delete the tex...bsalomon
2015-06-17Make GrTextContext be owned by the GrDrawContextrobertphillips
2015-06-16Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:12...bsalomon
2015-06-16Make GrTextContext be owned by the GrDrawContextrobertphillips
2015-06-16Don't clear in SkSurface::NewWrappedRenderTargetbsalomon
2015-06-12Implement support for mixed sampled render targetsvbuzinov
2015-06-10Towards removing getTexture() on SkImagebsalomon
2015-05-29SkImage::NewFromYUVTexturesCopybsalomon
2015-05-26don't use accessBitmapreed
2015-05-07new image from backend descreed
2015-05-06Make drawImage a virtual on SkDevicereed
2015-05-06Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ...reed
2015-05-06Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of...reed
2015-05-05Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https...reed
2015-05-05Make drawImage a virtual on SkDevicereed
2015-05-05Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...reed
2015-05-04Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev...reed