aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image
Commit message (Expand)AuthorAge
...
* Bundle SkShader::asFragmentProcessor arguments in a structGravatar brianosman2016-07-22
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Remove SkGrPixelRefGravatar robertphillips2016-07-21
* Deprecate SkDevice::accessBitmap methodGravatar robertphillips2016-07-21
* Adding an SkColorSpace to SkImage_GpuGravatar brianosman2016-07-20
* Remove SkDevice::accessRenderTarget virtualGravatar robertphillips2016-07-20
* Remove unused MakeFromTextureCopy APIGravatar brianosman2016-07-19
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* Add a function to convert a texture backed SkImage to raster.Gravatar bsalomon2016-07-12
* Document SkSurface::MakeRaster's memory initializationGravatar fmalita2016-07-06
* Revert of Store mipmap levels in deferred texture image (patchset #15 id:2800...Gravatar brianosman2016-06-22
* Store mipmap levels in deferred texture imageGravatar cblume2016-06-21
* Lots of progress on switching to SkColorSpace rather than SkColorProfileTypeGravatar brianosman2016-06-16
* Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...Gravatar brianosman2016-06-16
* Lots of progress on switching to SkColorSpace rather than SkColorProfileTypeGravatar brianosman2016-06-16
* Fix SkImage::asLegacyBitmap() to respect color space infoGravatar msarett2016-06-13
* Add prescale option to deferred paramsGravatar ericrk2016-06-13
* Add NV12 texture conversion support.Gravatar jbauman2016-06-09
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Plumbing mipmaps to the point of creation.Gravatar cblume2016-06-03
* Add mip support to *DeferredTextureImageData functions.Gravatar cblume2016-05-31
* Fix leak in SkImage_Gpu::onMakeSubset().Gravatar senorblanco2016-05-20
* Image filters: implement SkImage::makeWithFilter().Gravatar senorblanco2016-05-19
* (Mostly) Retract GrRenderTarget from SkGpuDeviceGravatar robertphillips2016-05-17
* Retract GrRenderTarget a bit within SkGpuDeviceGravatar robertphillips2016-05-13
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:200...Gravatar robertphillips2016-05-06
* Retract GrRenderTarget a bit within SkGpuDeviceGravatar robertphillips2016-05-05
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* remove non-static uses of SkOncePtrGravatar mtklein2016-05-02
* Add sk_sp to SkSurface_Gpu and SkGpuDeviceGravatar robertphillips2016-04-29
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-28
* Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o...Gravatar robertphillips2016-04-28
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-27
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* Retract SkDevice a bit moreGravatar robertphillips2016-04-22
* Remove some unnecessary #includes of SkImageFilter.hGravatar senorblanco2016-04-22
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Add onImageInfo call to SkImage_Base.Gravatar herb2016-04-19
* Remove GrTextureStorageAllocator. This was added from Chromium but never used...Gravatar bsalomon2016-04-13
* change flattenable factory to return sk_spGravatar reed2016-04-03
* Add getDeferredTextureImageData early outGravatar ericrk2016-03-24
* images with offset bitmap don't share genidGravatar halcanary2016-03-24
* switch surface to sk_spGravatar reed2016-03-23