- 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
- 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
- 75a475c Try out refFoo pattern on GrRenderTargetContext 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
- e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
- e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
- 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
- d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
- 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
- 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
- 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
- 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
- 9950408 Fix comment formatting for GrRenderTargetContext::drawArc by Brian Salomon · 8 years ago
- 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 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
- 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 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
- 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
- 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
- c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
- e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
- 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
- eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
- 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
- 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
- c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
- 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
- 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago[Renamed (93%) from include/gpu/GrDrawContext.h]
- f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
- c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
- faf8203 Allow GrCaps access from GrDrawContext by bsalomon · 8 years ago
- 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
- 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
- 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
- 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
- cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
- 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
- 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
- 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
- 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
- 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
- f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
- c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
- 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
- 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
- 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
- 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
- 8fe485b Just pass the draw context to paint conversion by brianosman · 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
- dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
- 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
- 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
- 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
- e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
- a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
- ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
- 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 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
- 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
- 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
- ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
- 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
- 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
- e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
- 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
- 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 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
- 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 9 years ago
- d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 9 years ago
- 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
- b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
- 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
- 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
- 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
- 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
- 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
- 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
- d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 9 years ago
- 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
- d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
- 8db8678 Fix memory leak by joshualitt · 9 years ago
- 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
- 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
- b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
- 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
- 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
- 1b39f43 Pass a GrContext pointer in GrDrawContext constructor by joshualitt · 9 years ago
- f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
- bc90735 GrAuditTrail hooks in GrContext + GrDrawContext by joshualitt · 9 years ago