aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
...
* Remove integer texture supportGravatar Brian Salomon2018-02-06
* Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...Gravatar Brian Salomon2018-02-03
* Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...Gravatar Brian Salomon2018-02-03
* Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...Gravatar Brian Salomon2018-02-02
* Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""Gravatar Brian Salomon2018-02-02
* Add new GrContext queries for imagability, surfacability, and max sample coun...Gravatar Brian Salomon2018-02-02
* More sample count cleanup:Gravatar Brian Salomon2018-02-01
* Revert "Revert "Redefine the meaning of sample counts in GPU backend.""Gravatar Brian Salomon2018-02-01
* Revert "Redefine the meaning of sample counts in GPU backend."Gravatar Brian Salomon2018-02-01
* Redefine the meaning of sample counts in GPU backend.Gravatar Brian Salomon2018-02-01
* Implement GPU/OpList DDLsGravatar Robert Phillips2018-02-01
* Add SkSurface_Gpu::MakeWrappedRenderTarget methodGravatar Robert Phillips2018-01-31
* Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitabl...Gravatar Brian Salomon2018-01-26
* Use int when possible to calculate atlas indices in shaders.Gravatar Jim Van Verth2018-01-26
* Fix crash in ~GrContextGravatar Robert Phillips2018-01-22
* Split GrContext into Normal/DDL flavorsGravatar Robert Phillips2018-01-19
* Move resourceProvider accessor to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-16
* Revert "Move resourceProvider accessor to GrContextPriv"Gravatar Hal Canary2018-01-16
* Move resourceProvider accessor to GrContextPrivGravatar Robert Phillips2018-01-16
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Add matrix stack to SkAtlasTextTarget.Gravatar Brian Salomon2017-12-20
* Send TextBlobCache purge messages only to owning cache.Gravatar Jim Van Verth2017-12-14
* Add stubbed out GrContextGravatar Robert Phillips2017-12-13
* Ensure we flush TextBlobCache message queue.Gravatar Jim Van Verth2017-12-13
* Use sk_sp to own GrCaps in GrContext.Gravatar Brian Salomon2017-12-08
* Temporarily readd old signature of GrContext::MakeGLGravatar Brian Salomon2017-12-07
* sk_spification of GrGpu creation.Gravatar Brian Salomon2017-12-07
* Add resource cache limits to SkSurfaceCharacterizationGravatar Robert Phillips2017-12-04
* Revert "Use int when possible to calculate atlas indices in shaders."Gravatar Jim Van Verth2017-11-20
* Use int when possible to calculate atlas indices in shaders.Gravatar Jim Van Verth2017-11-20
* Temporarily disable multitexturing for iOSGravatar Jim Van Verth2017-11-15
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* Add GrContextOptions to control distance field thresholds for small sizes and...Gravatar Brian Salomon2017-11-08
* Modify fontcache GM to actually spill atlas.Gravatar Brian Salomon2017-11-06
* API to cache shader binaries between runs of Skia.Gravatar Ethan Nicholas2017-11-02
* Have mip status match surface when snapping image from wrapped objectGravatar Greg Daniel2017-10-30
* Add mip support to GrAHardwareBufferImageGeneratorGravatar Greg Daniel2017-10-30
* Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...Gravatar Brian Salomon2017-10-24
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* Fix GrContext::writePixels bugGravatar Robert Phillips2017-10-17
* Add option to create a deferred render target context with mipsGravatar Greg Daniel2017-10-06
* Shrink GrDrawOpAtlases when no longer needed, take 2.Gravatar Jim Van Verth2017-09-26
* Revert "Shrink GrDrawOpAtlases when no longer needed"Gravatar Jim Van Verth2017-09-22
* Shrink GrDrawOpAtlases when no longer neededGravatar Jim Van Verth2017-09-22
* Pull non-substantive changes out of explicit GPU resource allocation CLGravatar Robert Phillips2017-09-13
* Move several GrContextOptions fields behind GR_TEST_UTILSGravatar Brian Osman2017-08-30
* Remove kDefault_GrSurfaceOriginGravatar Robert Phillips2017-08-30
* Add GrContextOption to disable distance field path rendererGravatar Brian Osman2017-08-29
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29