- 4598fa1 move test op creation to GrTextAtlasOp by Herb Derby · 4 years, 5 months ago
- 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 7 months ago
- f3953d0 Non-substantive GrText-related changes by Robert Phillips · 4 years, 7 months ago
- 6d3bc29 Consolidate the conversion of plot location to uvs to be w/in GrDrawOpAtlas by Robert Phillips · 4 years, 8 months ago
- 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 8 months ago
- 0ef780b Use a monotonic counter for atlas and plot generations by Herb Derby · 4 years, 10 months ago
- 4d72171 Rename AtlasID to PlotLocator by Herb Derby · 4 years, 10 months ago
- 1a496c5 Convert evict callback from function to interface by Herb Derby · 4 years, 10 months ago
- e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 11 months ago
- a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 11 months ago
- 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 11 months ago
- 9715b6c Add GrSurfaceProxyView to the various draw atlas ops. by Greg Daniel · 5 years ago
- 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
- 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 5 years ago
- 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 5 years ago
- 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
- 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
- d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
- 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
- 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
- e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
- 42dda08 Remove some uses of GrBytesPerPixel (take 2) by Robert Phillips · 6 years ago
- 0221e8b Revert "Remove some uses of GrBytesPerPixel" by Robert Phillips · 6 years ago
- 13f02be2 Remove some uses of GrBytesPerPixel by Robert Phillips · 6 years ago
- 9707a7e IWYU for tests A-D. by Ben Wagner · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 6 years ago
- 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
- b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
- 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
- 578b089 Revert "Tweak Plot size to try to get better perf." by Jim Van Verth · 6 years ago
- fdcbe20 Tweak Plot size to try to get better perf. by Jim Van Verth · 6 years ago
- f6206f9 Add new method for calculating text atlas sizes by Jim Van Verth · 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
- 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
- 15d9ef2 Simplify atlas calculation for dimension only by Herb Derby · 6 years ago
- c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
- bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
- fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
- 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
- c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
- 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
- c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
- 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
- d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 7 years ago
- edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 7 years ago
- b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 7 years ago
- c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
- b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 7 years ago
- 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
- d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 7 years ago
- c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
- 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
- ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
- 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
- acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
- 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
- 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
- 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
- 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
- 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago