- 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 4 years, 1 month ago
- eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 2 months ago
- 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 4 years, 2 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 4 months ago
- 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years, 4 months ago
- 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 4 months ago
- 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 4 months ago
- f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years, 4 months ago
- 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years, 4 months ago
- f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 4 years, 4 months ago
- 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 4 months ago
- c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 6 months ago
- cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 6 months ago
- d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 6 months ago
- 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 6 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 6 months ago
- effd13f Convert more tests to GrRecordingContext/GrDirectContext by Robert Phillips · 4 years, 6 months ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 7 months ago
- ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 7 months ago
- fdba6c8 Modify SurfaceTest to only test readbacks from supported surfaces. by Stephen White · 4 years, 8 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 9 months ago
- dbb3e1d Remove some asserts that prevent Dawn from completing a DM run. by Stephen White · 4 years, 9 months ago
- c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 9 months ago
- fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 5 years ago
- 7c90211 Remove SkImage getTexture call. by Greg Daniel · 5 years ago
- 37c127f Rename view getters in various image subclasses. by Greg Daniel · 5 years ago
- 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 5 years ago
- bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 5 years ago
- 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
- 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
- f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
- 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
- bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
- 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
- d344284 More SkAutoPixmapStorage by Robert Phillips · 6 years ago
- 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 6 years ago
- effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 6 years ago
- da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
- 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 6 years ago
- d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
- d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 6 years ago
- e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 6 years ago
- 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
- 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
- 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
- aad8315 Reland "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 6 years ago
- f73b8db Revert "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 6 years ago
- 9456f7a Allow swapping out of GrBackendTexture used by SkSurface by Brian Salomon · 6 years ago
- 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
- 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
- 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
- ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
- 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
- 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
- 212e906 don't use drawPosText by Mike Reed · 6 years ago
- 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
- e978ca2 limit range of surface sizes in surface_image_unity by Mike Klein · 6 years ago
- ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
- 38a62bd Remove obsolete checks about colorType and colorSpace by Brian Osman · 6 years ago
- f421685 Revert "Stop using color space xform canvas in picture image generator" by Greg Daniel · 6 years ago
- 031ca21 Stop using color space xform canvas in picture image generator by Brian Osman · 6 years ago
- 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
- ae5e864 remove internal uses of SkColorSpace::toXYZD50() by Mike Klein · 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
- d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
- 93348dd Fix GrGLGpu::createTestingOnlyBackendRenderTarget() by Brian Salomon · 6 years ago
- a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
- 3785471 basic first pass at RGBA F32 support by Mike Klein · 7 years ago
- 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
- c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
- ce4cf72 non-linear blending first steps by Mike Klein · 7 years ago
- 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 7 years ago
- 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 7 years ago
- 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
- c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
- 99501b7 Fix leak of backend texture in GrContext_maxSurfaceSamplesForColorType test by Brian Salomon · 7 years ago
- 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 7 years ago
- 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 7 years ago
- 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
- 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 7 years ago
- ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 7 years ago
- 44b6120 Add 1010102 support to Ganesh by Brian Osman · 7 years ago
- 955b3d5 tweak surface_image_unity on 32-bit bots by Mike Klein · 7 years ago
- 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
- 30dc8f9 loop over all color and alpha types by Mike Klein · 7 years ago
- d474698 ensure that what is valid for a surface is also valid for an image by Mike Reed · 7 years ago
- 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
- bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
- 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
- 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
- 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
- 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
- d653cac More sample count cleanup: by Brian Salomon · 7 years ago
- d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago