- 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
- 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
- afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
- cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
- fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
- 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
- 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
- 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
- ba7cf29 Revert "Revert "Fix int overflow issues with clip and path bounds, take 2."" by Jim Van Verth · 7 years ago
- e3a7005 Revert "Fix int overflow issues with clip and path bounds, take 2." by Jim Van Verth · 7 years ago
- 430ad1f Fix int overflow issues with clip and path bounds, take 2. by Jim Van Verth · 7 years ago
- e26062a Revert "Fix int overflow issues with clip and path bounds." by Mike Klein · 7 years ago
- b1fc368 Fix int overflow issues with clip and path bounds. by Jim Van Verth · 7 years ago
- 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
- d140fe9 Add MDB comments to recent kNoPendingIO changes by Brian Osman · 7 years ago
- 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
- 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
- fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
- 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
- e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
- 1a0ea73 Use wider types to compute bounds area and avoid overflow by Brian Osman · 7 years ago
- 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
- 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago
- e9242ca Invalidate textures cached by SW path renderer when paths go away by Brian Osman · 7 years ago
- cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
- cfbbcbe Temporary patch for Mac TSAN bot (with threaded Ganesh mask generation) by Robert Phillips · 7 years ago
- 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
- 33fea05 Skip making a surface context when doing threaded SW paths by Brian Osman · 7 years ago
- 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
- e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
- 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
- 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
- d41dc17 With threaded software paths, free mask memory earlier by Brian Osman · 7 years ago
- 7407756 Make GrSWMaskHelper take a matrix for each draw by Brian Salomon · 7 years ago
- f981066 Threaded generation of software paths by Brian Osman · 7 years ago
- 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
- 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
- c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
- 67cd673 Cache more aggressively in GrSoftwarePathRenderer for Android by Stan Iliev · 7 years ago
- b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
- 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
- 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
- 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
- e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
- 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
- 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
- e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
- 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
- baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
- a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
- 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
- ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 8 years ago
- 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 8 years ago
- e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
- d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
- 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
- 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
- d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
- 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
- 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
- f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
- 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
- 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
- f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
- c1c607e GPU: Fix for fuzzer issue for sw-rendered paths with large bounds. by Brian Salomon · 8 years ago
- 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
- 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
- e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
- 417b7f4 Replace TextureType with SkBackingFit by Robert Phillips · 8 years ago
- 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
- 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
- 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
- 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
- 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
- 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
- 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
- 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
- d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
- bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
- 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
- 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
- d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
- 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
- da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
- 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
- 0a0f67e Make lines a special case in GrShape by bsalomon · 8 years ago
- 635df95 Revert of Make lines a special case in GrShape (patchset #5 id:120001 of https://codereview.chromium.org/2108523002/ ) by bsalomon · 8 years ago
- c62318c Make lines a special case in GrShape by bsalomon · 8 years ago
- 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
- ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
- 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
- 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
- 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 9 years ago
- 862cff3 Remove clip from GrPipelineBuilder by cdalton · 9 years ago
- 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 9 years ago
- 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 9 years ago
- 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 9 years ago