- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years, 4 months ago
- e94b4e1 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 4 months ago
- 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 4 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
- 0c5bb2f Clean up some GrContext in tests by Robert Phillips · 4 years, 4 months ago
- 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 4 months ago
- f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 6 months ago
- c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 6 months ago
- fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
- 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 7 months ago
- 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 7 months ago
- 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 8 months ago
- df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 8 months ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
- 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 10 months ago
- 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 10 months ago
- f0e04f0 Always destroy resources instead of simply "abandoning" them in Vulkan backend. by Greg Daniel · 5 years ago
- 1a5d2d5 Remove unneeded abandon/release check in GrGpuResource message processing. by Greg Daniel · 5 years ago
- 1dfc77c Add unit test to exercise GrTextureFreed message handling after a context abandon by Robert Phillips · 5 years ago
- ddc2148 Work around un-safe downcast in PromiseLazyInstantiateCallback destructor after a context abandon by Robert Phillips · 5 years ago
- 7fd7a8a Remove uses of GrPixelConfig version of GrBytesPerPixel. by Greg Daniel · 5 years ago
- a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
- aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
- cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
- beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
- 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
- 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
- c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
- 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
- e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
- dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
- 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
- effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
- da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
- d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
- 2d170c3 Remove all NexusPlayer bots and driver workarounds by Brian Osman · 5 years ago
- 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
- 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
- 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
- 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
- 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
- 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
- 8cefa3e Avoid flushing due to cache pressure when nothing will become purgeable. by Brian Salomon · 6 years ago
- 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
- d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
- 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 6 years ago
- dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
- 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 6 years ago
- 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
- aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
- fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
- c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
- ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
- 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
- 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
- 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
- d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
- 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
- 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
- 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
- d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
- 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
- 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
- 303e83e Let unbudgeted, unique keyed resources stay in gpu ResourceCache. by Greg Daniel · 6 years ago
- 43b882b Remove purging of GPU resources based on flush counts. by Brian Salomon · 6 years ago
- d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
- c27eb72 Make sure GrResourceCache frees resources waiting on messages during destruction. by Greg Daniel · 6 years ago
- 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
- 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
- 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
- f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
- b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 6 years ago
- ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 6 years ago
- e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
- da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
- c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
- cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
- 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 7 years ago
- fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
- 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
- e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 7 years ago
- 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
- 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
- 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago