aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/GrResourceProvider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove NoPendingIO flags from buffer creations.Brian Salomon2019-02-031-1/+1
* Convert GrBuffer owners to sk_spBrian Salomon2019-01-291-6/+6
* Require explicit GrWrapCacheable specification in more places.Brian Salomon2019-01-251-4/+5
* Replace bool purgeImmediately with enum GrWrapCacheable.Brian Salomon2019-01-241-2/+2
* Restore ETC1 compressed texture support.Jim Van Verth2019-01-151-3/+12
* Add initial support for creating a vulkan secondary command buffer drawing co...Greg Daniel2019-01-021-0/+8
* Revert "Revert "Mark wrapped textures imported into SkImages as "read only".""Brian Salomon2018-12-061-1/+2
* Revert "Mark wrapped textures imported into SkImages as "read only"."Brian Salomon2018-12-051-2/+1
* Mark wrapped textures imported into SkImages as "read only".Brian Salomon2018-12-051-1/+2
* Add a dedicated Op for analytic round rectsChris Dalton2018-11-191-1/+1
* Add flag to force purge resources from cache as soon as possible.Greg Daniel2018-11-151-2/+3
* Remove debug only clearStencil virtual on GrGpu.Greg Daniel2018-10-051-13/+1
* Cleanup resource flagsChris Dalton2018-09-271-23/+28
* Some GrSemaphore cleanupBrian Salomon2018-08-301-8/+0
* Make some GrSurfaceProxy and GrTextureProxy methods easier to accessBrian Salomon2018-08-011-1/+1
* Maybe fix numStencilBits TSAN crashRobert Phillips2018-07-261-3/+4
* Remove most of the remaining conflation of colorSpace and sRGB in GaneshBrian Osman2018-06-011-11/+2
* Dest color space no longer impacts mipmaps or texture samplingBrian Osman2018-06-011-8/+2
* Fix extra texture creation in GrResourceProvider::createTexture() with SRGB d...Brian Salomon2018-05-091-32/+24
* Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer."Brian Salomon2018-05-011-41/+1
* Use a cached index buffer for triangle fans in GrDefaultPathRenderer.Brian Salomon2018-05-011-1/+41
* Fix many return-std-move-in-c++11 warningsKevin Lubick2018-04-161-1/+1
* Initial texture data is never flipped when uploaded.Brian Salomon2018-03-071-6/+4
* Remove routines no longer needed since stripping NVPRHerb Derby2018-03-051-19/+0
* Remove GrSurfaceOrigin from GrSurfaceDesc.Brian Salomon2018-03-051-5/+6
* Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have aBrian Salomon2018-02-131-1/+10
* Re-enable explicit GPU resource allocationRobert Phillips2018-02-091-5/+0
* Switch MDB GrContextOptions over to Enable styleRobert Phillips2018-02-081-2/+20
* Move control of explicit GPU resource allocation to GrContextOptionsRobert Phillips2018-02-081-2/+4
* Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...Brian Salomon2018-02-031-28/+6
* Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...Brian Salomon2018-02-031-6/+28
* Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...Brian Salomon2018-02-021-28/+6
* Update GrYUVGenerator to upload to texture vs use writePixelsGreg Daniel2018-02-021-1/+2
* Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""Brian Salomon2018-02-021-6/+28
* More sample count cleanup:Brian Salomon2018-02-011-31/+6
* Revert "Revert "Redefine the meaning of sample counts in GPU backend.""Brian Salomon2018-02-011-3/+6
* Revert "Redefine the meaning of sample counts in GPU backend."Brian Salomon2018-02-011-6/+3
* Redefine the meaning of sample counts in GPU backend.Brian Salomon2018-02-011-3/+6
* Add SkSurface_Gpu::MakeWrappedRenderTarget methodRobert Phillips2018-01-311-2/+2
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-5/+9
* Update GrSemaphore to allow it to only be used once for signaling and once fo...Greg Daniel2018-01-091-1/+4
* Add GrProxyProviderRobert Phillips2018-01-081-42/+7
* Add findOrMakeStaticBuffer method to GrResourceProviderChris Dalton2017-12-191-0/+19
* Fix issues related to backend texture/rendertarget creationRobert Phillips2017-11-281-1/+1
* Revert "Revert "Make GPU backend triangulate rects such that they are rendere...Brian Salomon2017-10-181-1/+1
* Revert "Make GPU backend triangulate rects such that they are rendered as tri...Brian Salomon2017-10-171-1/+1
* Make GPU backend triangulate rects such that they are rendered as tri strips ...Brian Salomon2017-10-171-1/+1
* Make GrResourceProvider more sk_spifiedBrian Salomon2017-10-161-28/+16
* Revert "Revert "Disable GL buffer mapping on TSAN/Mac.""Brian Salomon2017-10-091-11/+16
* Revert "Disable GL buffer mapping on TSAN/Mac."Brian Salomon2017-10-091-16/+11