aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBitmapTextureMaker.cpp
Commit message (Expand)AuthorAge
* Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext."Gravatar Brian Salomon2018-07-11
* Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext."Gravatar Brian Salomon2018-07-11
* Make GPU cache invalidation SkMessageBus messages go to one GrContext.Gravatar Brian Salomon2018-07-11
* Fall back to bilerp if we are undable to do a copy for mips.Gravatar Greg Daniel2018-06-08
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Add function to GrProxyProvider to lazily upload mip map dataGravatar Greg Daniel2018-02-07
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Add hint to SkSurface::MakeRenderTarget that we will use mipsGravatar Greg Daniel2017-10-23
* Add option to create a deferred render target context with mipsGravatar Greg Daniel2017-10-06
* Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is...Gravatar Greg Daniel2017-10-04
* Revert "Update lockTextureProxy to return mipped proxys if mipping is request...Gravatar Greg Daniel2017-10-03
* Update lockTextureProxy to return mipped proxys if mipping is requested.Gravatar Greg Daniel2017-10-02
* Fall back to non mipped Texture when we can't copy base to mipped textureGravatar Greg Daniel2017-09-29
* Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""Gravatar Greg Daniel2017-09-29
* Revert "Update GrBitmapTextureMaker for handling mipped requests"Gravatar Greg Daniel2017-09-28
* Update GrBitmapTextureMaker for handling mipped requestsGravatar Greg Daniel2017-09-28
* Add ability to remove unique key from proxy and underlying surface.Gravatar Greg Daniel2017-09-26
* Add native caching of uniquely keyed GrTextureProxies (take 2)Gravatar Robert Phillips2017-09-21
* Revert "Add native caching of uniquely keyed GrTextureProxies"Gravatar Robert Phillips2017-09-20
* Add native caching of uniquely keyed GrTextureProxiesGravatar Robert Phillips2017-09-20
* Reduce dependence on GrSurface's origin field (take 3)Gravatar Robert Phillips2017-07-25
* Revert "Reduce dependence on GrSurface's origin field (take 2)"Gravatar Robert Phillips2017-07-25
* Reduce dependence on GrSurface's origin field (take 2)Gravatar Robert Phillips2017-07-25
* Third small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* Add support for SkImageGenerator creating external texturesGravatar Stan Iliev2017-06-08
* Allow numerical color spaces with legacy renderingGravatar Matt Sarett2017-05-15
* Make SkGr.h GrTexture-freeGravatar Robert Phillips2017-03-23
* More pre-emptive proxificationGravatar Robert Phillips2017-03-16
* Make SkGr.h private and remove unused functionsGravatar Brian Osman2017-03-08
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Gravatar Brian Osman2017-03-02
* Use GrTextureProvider's uniqueKey setting method rather than directly setting itGravatar Robert Phillips2017-03-02
* Remove atlas creation from GrResourceProviderGravatar Robert Phillips2017-03-02
* Revert "Revert "Revert "Move GrTextureProvider to src"""Gravatar Brian Osman2017-03-02
* Revert "Revert "Move GrTextureProvider to src""Gravatar Brian Osman2017-03-01
* Revert "Move GrTextureProvider to src"Gravatar Brian Osman2017-03-01
* Move GrTextureProvider to srcGravatar Brian Osman2017-03-01
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* GrTextureProducer cleanup, phase one: Bitmap and Image makersGravatar Brian Osman2016-11-28