aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureProducer.h
Commit message (Expand)AuthorAge
* Reland "Don't require mips in GrTextureProducer if texture is 1x1."Gravatar Greg Daniel2018-07-20
* Revert "Don't require mips in GrTextureProducer if texture is 1x1."Gravatar Greg Daniel2018-07-19
* Don't require mips in GrTextureProducer if texture is 1x1.Gravatar Greg Daniel2018-07-19
* Move SkNoncopyable to include/private.Gravatar Ben Wagner2018-07-17
* 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
* Allow caller to specify if the want mip maps in makeTextureImage call.Gravatar Greg Daniel2018-06-13
* Make GPU lattice/nine patch not bleed across cells.Gravatar Brian Salomon2018-05-07
* Remove content area from GrTextureAdjuster.Gravatar Greg Daniel2017-11-02
* Convert more code to use color space xform FPGravatar Brian Osman2017-10-18
* Add option to create a deferred render target context with mipsGravatar Greg Daniel2017-10-06
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Revert "Remove "content" rect from GrTextureAdjuster."Gravatar Brian Salomon2017-09-07
* Remove "content" rect from GrTextureAdjuster.Gravatar Brian Salomon2017-09-07
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Add new proxy-based DetermineDomainMode w/ testGravatar Robert Phillips2017-03-27
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Preparatory ProxificationGravatar Robert Phillips2017-03-14
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* GrTextureProducer cleanup, phase two: Producer, Adjuster, MakerGravatar Brian Osman2016-11-28