- eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 8 months ago
- 03f9e2a Remove fInputColor usage in unit-test FPs by Brian Osman · 4 years, 8 months ago
- 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 4 years, 8 months ago
- 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years, 8 months ago
- 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years, 9 months ago
- e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years, 9 months ago
- c76d409 add API for Op creation by Herb Derby · 4 years, 10 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 10 months ago
- d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 5 years ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 5 years ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 5 years ago
- c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
- 4ed6947 Avoid recomputing the input texel colors in Processor tests. by John Stiles · 5 years ago
- ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 5 years ago
- cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
- d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 5 years ago
- 9fbe9e9 Reduce processor tree depth back to 1. by John Stiles · 5 years ago
- 2cc126f Update ProcessorCloneTest to use a processor tree depth of 3. by John Stiles · 5 years ago
- 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 5 years ago
- ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 5 years ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 5 years ago
- 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 5 years ago
- 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 5 years ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 5 years ago
- fe7aed6 Reduce number of trials needed by ProcessorOptimizationValidationTest. by John Stiles · 5 years ago
- 0dee9b0 Use input FPs as the base layer for processor tests. by John Stiles · 5 years ago
- af11030 Factor out random fragment-processor generation into a helper class. by John Stiles · 5 years ago
- 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 5 years ago
- 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 5 years ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 5 years ago
- e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 5 years ago
- 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 5 years ago
- 3f4de78 ProcessorCloneTest checks against original FP against clone. by Brian Salomon · 5 years ago
- 92b9ccf Use child texture effects in ProcessorRefTest by Brian Salomon · 5 years ago
- 8c71f3e Improve error reporting in ProcessorCloneTest. by John Stiles · 5 years ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 5 years ago
- 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 5 years ago
- df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 5 years ago
- 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 5 years ago
- bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 5 years ago
- 2669a7b More programInfo cleanup by Robert Phillips · 5 years ago
- 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 5 years ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 5 years ago
- ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 5 years ago
- 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 5 years ago
- 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 5 years ago
- 124486b Fix a gpu couple tests to use views. by Greg Daniel · 5 years ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 6 years ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 6 years ago
- d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 6 years ago
- c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 6 years ago
- cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 6 years ago
- 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 6 years ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 6 years ago
- 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 6 years ago
- 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 6 years ago
- bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 6 years ago
- 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 6 years ago
- a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 6 years ago
- e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 6 years ago
- a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 6 years ago
- 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 6 years ago
- 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 6 years ago
- bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 6 years ago
- bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 6 years ago
- 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 6 years ago
- 682ba43 Revert "Blend functions as SkSL built ins." by Brian Salomon · 6 years ago
- 3794db8 Blend functions as SkSL built ins. by Brian Salomon · 6 years ago
- fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 6 years ago
- 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 6 years ago
- 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 6 years ago
- 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 6 years ago
- 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 6 years ago
- 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 6 years ago
- 557e812 Make GrSurfaceProxy ref counts thread safe. by Brian Salomon · 6 years ago
- 9f2b86c More SkISizification in GPU code. by Brian Salomon · 6 years ago
- c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 6 years ago
- 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 6 years ago
- f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 6 years ago
- beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 6 years ago
- a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 6 years ago
- bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 6 years ago
- 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 6 years ago
- cd8b6d5 Add tolerance to ProcessorCloneTest and dump images on failure. by Brian Salomon · 6 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 6 years ago
- 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 6 years ago
- e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 6 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 6 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
- 27ae52c Make deferred render target context without config or format by Brian Salomon · 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
- 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
- 82774f8 Cleanup some legacy instantiate calls by Robert Phillips · 6 years ago
- b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 6 years ago
- 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 6 years ago
- aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 6 years ago