aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Gpu.cpp
Commit message (Expand)AuthorAge
* Add ability to extract YUV planes from SkImageGravatar bsalomon2016-02-01
* Add SkImage factory method that forces image to be resolved to a texture.Gravatar bsalomon2016-01-30
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* remove SkImage::applyFilter() -- unused, can always re-add laterGravatar reed2016-01-08
* Make "alpha only" be a property of GrTextureProducerGravatar bsalomon2015-12-09
* detect when we can filter bitmaps/images directly, w/o a tmp layerGravatar reed2015-12-05
* scaling API on SkPixmapGravatar reed2015-11-23
* Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...Gravatar bsalomon2015-10-29
* Remove min texture size supportGravatar bsalomon2015-10-28
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* use (temp) gpu-imagefilter-cache for applyFilterGravatar reed2015-10-20
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-10-19
* change SkImage_Gpu to handle all filters (w/ and w/o gpu supportGravatar reed2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-19
* Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...Gravatar egdaniel2015-10-16
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* post-commit fixes to applyFilter CLGravatar reed2015-10-12
* add applyFilter() to SkImageGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* SkImage doesn't use props, so don't need to store itGravatar reed2015-10-04
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (...Gravatar reed2015-09-28
* Revert[2] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-25
* remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...Gravatar reed2015-09-24
* Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 ...Gravatar tomhudson2015-09-18
* add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-18
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* init atomic bool in SkImage_GpuGravatar bsalomon2015-08-05
* cache private readback for gpu-imagesGravatar reed2015-08-04
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* unify pixelref and image ID space, so we can share IDs when we share pixelsGravatar reed2015-07-30
* Make readpixels work on GrTexturesGravatar bsalomon2015-07-16
* YUV to RGB Texture threading GrProcessorDataManagerGravatar joshualitt2015-07-09
* add SkImage::NewFromBitmapGravatar reed2015-07-07
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* 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