aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureProvider.cpp
Commit message (Expand)AuthorAge
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Rename WorseCaseSize to WorstCasSizeGravatar robertphillips2016-08-18
* Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.hGravatar robertphillips2016-06-23
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* Remove GrTextureStorageAllocator. This was added from Chromium but never used...Gravatar bsalomon2016-04-13
* Fix nullptr access in GrTextureProvider::createMipMappedTextureGravatar bsalomon2016-03-09
* Don't allow nullptr in texels array params (unless using a transfer buffer).Gravatar bsalomon2016-03-09
* Revert of Don't allow nullptr in texels array params (unless using a transfer...Gravatar bsalomon2016-03-04
* Don't allow nullptr in texels array params (unless using a transfer buffer).Gravatar bsalomon2016-03-04
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-10
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...Gravatar caryclark2016-02-09
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-09
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...Gravatar bsalomon2016-02-05
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-05
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...Gravatar jcgregorio2016-02-04
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-04
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codere...Gravatar joshualitt2016-01-11
* Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://co...Gravatar joshualitt2016-01-07
* Add guards to GrTextureProviderGravatar joshualitt2016-01-07
* Remove min texture size supportGravatar bsalomon2015-10-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Fix variable shadowing and unreachable code that it causedGravatar brucedawson2015-08-05
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Fix ImageNewSurface test on S4.Gravatar bsalomon2015-07-23
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30