aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image
Commit message (Expand)AuthorAge
* Make readpixels work on GrTexturesGravatar bsalomon2015-07-16
* have canvas send discard instead of retain if the draw would overwrite everyt...Gravatar reed2015-07-16
* Fix SkImage::asLegacyBitmap() rowBytes assertGravatar fmalita2015-07-09
* add runtime option to provide data->imagegenerator factoryGravatar reed2015-07-09
* YUV to RGB Texture threading GrProcessorDataManagerGravatar joshualitt2015-07-09
* add ability to get FBO ID to SurfaceGravatar joshualitt2015-07-08
* Add image->bitmapGravatar reed2015-07-08
* Remove SkImage::NewFromBitmap encoded data helperGravatar fmalita2015-07-08
* add SkImage::NewFromBitmapGravatar reed2015-07-07
* add colortable param to newrastercopyGravatar reed2015-07-03
* explicitly bump legacy genID on gpu surfaceGravatar reed2015-07-03
* Add SkSurface factory for wrapping an FBO in SkSurfaceGravatar bsalomon2015-06-30
* Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...Gravatar bsalomon2015-06-30
* remove premature discard optimizationGravatar reed2015-06-29
* add getTextureHandle to SkSurfaceGravatar reed2015-06-29
* remove SkInstCntGravatar mtklein2015-06-26
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* Propagate SkSurfaceProps to more call sitesGravatar robertphillips2015-06-23
* change old picture serialization to really handle imagesGravatar reed2015-06-22
* Rename all things "leaky" in SkDeviceGravatar robertphillips2015-06-19
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* add callbacks to Images that wrap client-provided contentGravatar reed2015-06-18
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* 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
* Don't clear in SkSurface::NewWrappedRenderTargetGravatar bsalomon2015-06-16
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Towards removing getTexture() on SkImageGravatar bsalomon2015-06-10
* SkImage::NewFromYUVTexturesCopyGravatar bsalomon2015-05-29
* don't use accessBitmapGravatar reed2015-05-26
* new image from backend descGravatar reed2015-05-07
* Make drawImage a virtual on SkDeviceGravatar reed2015-05-06
* Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ...Gravatar reed2015-05-06
* Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of...Gravatar reed2015-05-06
* Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https...Gravatar reed2015-05-05
* Make drawImage a virtual on SkDeviceGravatar reed2015-05-05
* Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...Gravatar reed2015-05-05
* Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev...Gravatar reed2015-05-04
* Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...Gravatar reed2015-05-04
* make drawImage a virtual on SkDeviceGravatar reed2015-05-04
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Update more directories under src/ to follow C++11 style rule for {virtual,ov...Gravatar tfarina2015-04-27
* Add helper for creating a SkSurface from a client created texture.Gravatar bsalomon2015-04-08
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Make SkNewImageFromBitmap take pixel ref origin into accountGravatar kkinnunen2015-02-23
* Swap render target instead of creating a new gpu device for surface copy-on-w...Gravatar kkinnunen2015-02-22
* Make SkImage::getTexture() constGravatar kkinnunen2015-02-18
* remove unneeded prerollGravatar reed2015-02-15
* Split out methods in GrGpuResource::CacheAccess that can be called outside of...Gravatar bsalomon2015-02-13