aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.h
Commit message (Expand)AuthorAge
* Reland "Revert "added GrSkSLFP and converted DitherEffect to use it""Gravatar Ethan Nicholas2018-07-19
* Revert "Revert "added GrSkSLFP and converted DitherEffect to use it""Gravatar Ethan Nicholas2018-07-19
* 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
* Add color type to the image filter DAG's OutputPropertiesGravatar Brian Osman2018-07-06
* Revert "added GrSkSLFP and converted DitherEffect to use it"Gravatar Kevin Lubick2018-06-19
* added GrSkSLFP and converted DitherEffect to use itGravatar Ethan Nicholas2018-06-18
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Rewrite SkVertices specified with triangle fans as indexed trianglesGravatar Brian Salomon2018-04-28
* Avoid creating MIPs until necessary when MIP bias is activeGravatar Brian Osman2018-02-16
* Refactor GrUploadPixmap logic into MakeCrossContextFromPixmapGravatar Greg Daniel2018-02-12
* Remove unused code resulted from deleting DeferredTextureImageGravatar Greg Daniel2018-02-10
* Move GrMakeCachedBitmapProxy work in lazy modeGravatar Greg Daniel2018-02-08
* Add function to GrProxyProvider to lazily upload mip map dataGravatar Greg Daniel2018-02-07
* Add param to GrMakeCachedImageProxy to specify the SkBackingFitGravatar Greg Daniel2018-02-05
* Disable texture strip atlasing for DDLGravatar Robert Phillips2018-02-02
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.Gravatar Brian Salomon2017-10-25
* Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...Gravatar Brian Salomon2017-10-24
* Add option to create a deferred render target context with mipsGravatar Greg Daniel2017-10-06
* 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
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Update gpu caps for valid sample counts.Gravatar Greg Daniel2017-07-19
* Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpuGravatar Robert Phillips2017-07-12
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* Revert "Add GrPrimitiveType::kLinesAdjacency"Gravatar Ravi Mistry2017-06-13
* Add GrPrimitiveType::kLinesAdjacencyGravatar Chris Dalton2017-06-13
* move Coeff into blendmodeGravatar Mike Reed2017-06-06
* Remove compressed (ETC1) texture support from Ganesh (take 2)Gravatar Robert Phillips2017-05-23
* Revert "Remove compressed (ETC1) texture support from Ganesh"Gravatar Brian Osman2017-05-22
* Remove compressed (ETC1) texture support from GaneshGravatar Robert Phillips2017-05-22
* Allow numerical color spaces with legacy renderingGravatar Matt Sarett2017-05-15
* remove unused etc logicGravatar Mike Reed2017-05-03
* change drawAtlas to behave like drawVerticesGravatar Mike Reed2017-04-28
* getDeferredTextureImageData(): preserve color space in legacy modeGravatar Matt Sarett2017-04-10
* move vertex-mode enum into SkVerticesGravatar Mike Reed2017-04-03
* Make SkGr.h GrTexture-freeGravatar Robert Phillips2017-03-23
* Make SkImage_Gpu be deferred (take 2)Gravatar Robert Phillips2017-03-22
* Make experimental Perlin noise shader take texture proxiesGravatar Robert Phillips2017-03-21
* Revert "Make SkImage_Gpu be deferred"Gravatar Robert Phillips2017-03-21
* Make SkImage_Gpu be deferredGravatar Robert Phillips2017-03-21
* More pre-emptive proxificationGravatar Robert Phillips2017-03-16
* Push setMipColorMode calls further down-stack & add to GrTextureProxyGravatar Robert Phillips2017-03-15