2016-12-01 |
Brian Salomon | Rename GrBatch to GrOp |
blob | commitdiff |
2016-11-17 |
Brian Salomon | In GrProcessor::TextureSampler drop the "get", it's... |
blob | commitdiff | diff to current |
2016-11-17 |
Robert Phillips | Guard against instantiate & accessRenderTarget failures |
blob | commitdiff | diff to current |
2016-11-17 |
Brian Salomon | Rename GrTextureAccess to GrProcessor::TextureSampler. |
blob | commitdiff | diff to current |
2016-11-07 |
Hal Canary | src/gpu: s/SkAutoTUnref/sk_sp/g |
blob | commitdiff | diff to current |
2016-11-01 |
csmartdalton | Remove GrStencilSettings from GrPipeline |
blob | commitdiff | diff to current |
2016-10-27 |
Brian Osman | Rename GrDrawContext to GrRenderTargetContext |
blob | commitdiff | diff to current |
2016-10-26 |
Robert Phillips | Add GrOpList and rename GrDrawTarget to GrRenderTargetO... |
blob | commitdiff | diff to current |
2016-09-26 |
bsalomon | Stop aggregating texture/buffer access objects in GrFra... |
blob | commitdiff | diff to current |
2016-09-12 |
bsalomon | Remove ability to skip coord transform comparison in... |
blob | commitdiff | diff to current |
2016-09-06 |
csmartdalton | Improve usage of window rectangles |
blob | commitdiff | diff to current |
2016-09-06 |
caryclark | Revert of Improve usage of window rectangles (patchset... |
blob | commitdiff | diff to current |
2016-09-02 |
csmartdalton | Improve usage of window rectangles |
blob | commitdiff | diff to current |
2016-08-17 |
csmartdalton | Implement difference clip rects with window rectangles |
blob | commitdiff | diff to current |
2016-08-01 |
dvonbeck | GrFP can express distance vector field req., program... |
blob | commitdiff | diff to current |
2016-07-30 |
mtklein | Revert of GrFP can express distance vector field req... |
blob | commitdiff | diff to current |
2016-07-29 |
dvonbeck | GrFP can express distance vector field req., program... |
blob | commitdiff | diff to current |
2016-07-06 |
csmartdalton | Check fIgnoresCoverage in GrPipeline::AreEqual |
blob | commitdiff | diff to current |
2016-06-06 |
robertphillips | Remove GrRenderTarget from GrPipelineBuilder |
blob | commitdiff | diff to current |
2016-05-12 |
cdalton | Eliminate special case nvpr batch handling |
blob | commitdiff | diff to current |
2016-05-11 |
cdalton | Separate user and raw stencil settings |
blob | commitdiff | diff to current |
2016-05-11 |
robertphillips | Revert of Separate user and raw stencil settings (patch... |
blob | commitdiff | diff to current |
2016-05-10 |
cdalton | Separate user and raw stencil settings |
blob | commitdiff | diff to current |
2016-05-06 |
cdalton | Remove hasMixedSamples() from GrPipelineBuilder |
blob | commitdiff | diff to current |
2016-04-06 |
brianosman | SkSurfaceProps now has a gamma-correct ("AllowSRGBInput... |
blob | commitdiff | diff to current |
2016-03-29 |
halcanary | Style bikeshed - remove extraneous whitespace |
blob | commitdiff | diff to current |
2016-03-25 |
brianosman | Require sRGB write control for sRGB support. Add flag... |
blob | commitdiff | diff to current |
2016-02-26 |
cdalton | Replace fWillReadFragmentPosition with a bitfield |
blob | commitdiff | diff to current |
2015-12-21 |
bsalomon | Don't ref/unref the static src-over xp |
blob | commitdiff | diff to current |
2015-11-30 |
egdaniel | Create a static instances of SrcOver XferProcessor |
blob | commitdiff | diff to current |
2015-11-30 |
egdaniel | Fix bug in reads fragment position on gpu. |
blob | commitdiff | diff to current |
2015-11-30 |
ethannicholas | APIs which took colorPOI / coveragePOI pairs updated... |
blob | commitdiff | diff to current |
2015-11-24 |
ethannicholas | New API for computing optimization invariants. |
blob | commitdiff | diff to current |
2015-11-23 |
egdaniel | Don't create a GXPFactory when blend is SrcOver |
blob | commitdiff | diff to current |
2015-11-10 |
cdalton | Revert of Fix mixed samples stencil clip (patchset... |
blob | commitdiff | diff to current |
2015-11-09 |
cdalton | Fix mixed samples stencil clip |
blob | commitdiff | diff to current |
2015-10-30 |
robertphillips | Dependencies are now added between the drawTargets... |
blob | commitdiff | diff to current |
2015-10-22 |
robertphillips | Revert of Dependencies are now added between the drawTa... |
blob | commitdiff | diff to current |
2015-10-22 |
robertphillips | Dependencies are now added between the drawTargets... |
blob | commitdiff | diff to current |
2015-10-21 |
caryclark | Revert of Dependencies are now added between the drawTa... |
blob | commitdiff | diff to current |
2015-10-20 |
robertphillips | Dependencies are now added between the drawTargets... |
blob | commitdiff | diff to current |
2015-09-22 |
bsalomon | Stop supporting HW dither |
blob | commitdiff | diff to current |
2015-09-16 |
joshualitt | minor cleanup |
blob | commitdiff | diff to current |
2015-08-27 |
bsalomon | Remove GrStagedProcessor, remove the word Stage as... |
blob | commitdiff | diff to current |
2015-08-26 |
halcanary | Style Change: SkNEW->new; SkDELETE->delete |
blob | commitdiff | diff to current |
2015-08-26 |
rmistry | Revert of Remove GrStagedProcessor, remove the word... |
blob | commitdiff | diff to current |
2015-08-26 |
bsalomon | Remove GrStagedProcessor, remove the word Stage as... |
blob | commitdiff | diff to current |
2015-08-13 |
bsalomon | Move willColorBlendWithDst from pipeline builder to... |
blob | commitdiff | diff to current |
2015-08-13 |
bsalomon | Fail early in GrPipeline::CreateAt() if XP creation... |
blob | commitdiff | diff to current |
2015-08-12 |
bsalomon | Check for xfer barriers in GrBatch, auto-issue barriers... |
blob | commitdiff | diff to current |
2015-08-11 |
bsalomon | Make GrBatch carry its own GrPipeline |
blob | commitdiff | diff to current |
2015-08-10 |
bsalomon | Remove GrPipelineOptimizations member from GrPipeline |
blob | commitdiff | diff to current |
2015-08-10 |
bsalomon | Rename GrPipelineInfo to GrPipelineOptimizations |
blob | commitdiff | diff to current |
2015-08-07 |
joshualitt | Make folder for batches |
blob | commitdiff | diff to current |
2015-08-05 |
joshualitt | Expose coord transforms from GrPipeline |
blob | commitdiff | diff to current |
2015-07-16 |
joshualitt | All batches do their own pipeline compare |
blob | commitdiff | diff to current |
2015-07-13 |
joshualitt | Revert of Another trivial cleanup (patchset #6 id:10000... |
blob | commitdiff | diff to current |
2015-07-13 |
joshualitt | Another trivial cleanup |
blob | commitdiff | diff to current |
2015-07-08 |
bsalomon | Makes GrPipelineInfo a class with query functions used... |
blob | commitdiff | diff to current |
2015-07-08 |
bsalomon | Revert of Rework GrPipelineInfo (patchset #7 id:120001... |
blob | commitdiff | diff to current |
2015-07-08 |
bsalomon | Makes GrPipelineInfo a class with query functions used... |
blob | commitdiff | diff to current |
2015-06-08 |
cdalton | Add mixed samples support to XPs |
blob | commitdiff | diff to current |
2015-05-26 |
bsalomon | Move DstCoordTexture to GrXP, rename and remove the... |
blob | commitdiff | diff to current |
2015-05-22 |
bungeman | Revert of Move DstCoordTexture to GrXP, rename and... |
blob | commitdiff | diff to current |
2015-05-22 |
bsalomon | Move DstCoordTexture to GrXP, rename and remove the... |
blob | commitdiff | diff to current |
2015-05-22 |
bsalomon | rename GrDrawTargetCaps.h to GrCaps.h and move to include |
blob | commitdiff | diff to current |
2015-05-19 |
bsalomon | rename GrDrawTargetCaps to GrCaps |
blob | commitdiff | diff to current |
2015-04-27 |
bsalomon | Make non-AA hairline stroke rects snap to pixels center... |
blob | commitdiff | diff to current |
2015-04-23 |
cdalton | Add onGetBlendInfo to GrXferProcessor |
blob | commitdiff | diff to current |
2015-04-07 |
egdaniel | Set willReadFragmentPosition on XP when doing a DstCopy. |
blob | commitdiff | diff to current |
2015-02-26 |
bsalomon | Cleanup in GrPipelineBuilder |
blob | commitdiff | diff to current |
2015-02-13 |
egdaniel | Determine whether we can tweakAlphaForCoverage during... |
blob | commitdiff | diff to current |
2015-02-13 |
egdaniel | Pass in ProcOptInfos into willNeedDstCopy on XPs |
blob | commitdiff | diff to current |
2015-02-06 |
bsalomon | Revert of Revert of Move DstCopy on gpu into the GrXfer... |
blob | commitdiff | diff to current |
2015-02-05 |
bsalomon | Revert of Move DstCopy on gpu into the GrXferProcessor... |
blob | commitdiff | diff to current |
2015-02-05 |
egdaniel | Move DstCopy on gpu into the GrXferProcessor. |
blob | commitdiff | diff to current |
2015-02-04 |
egdaniel | Revert "Move DstCopy on gpu into the GrXferProcessor." |
blob | commitdiff | diff to current |
2015-02-04 |
egdaniel | Revert of Revert "Move DstCopy on gpu into the GrXferPr... |
blob | commitdiff | diff to current |
2015-02-04 |
egdaniel | Revert "Move DstCopy on gpu into the GrXferProcessor." |
blob | commitdiff | diff to current |
2015-02-03 |
egdaniel | Move DstCopy on gpu into the GrXferProcessor. |
blob | commitdiff | diff to current |
2015-01-28 |
joshualitt | GrBatchPrototype |
blob | commitdiff | diff to current |
2015-01-28 |
joshualitt | Revert of GrBatchPrototype (patchset #32 id:630001... |
blob | commitdiff | diff to current |
2015-01-27 |
joshualitt | GrBatchPrototype |
blob | commitdiff | diff to current |
2015-01-27 |
joshualitt | Revert of GrBatchPrototype (patchset #30 id:570001... |
blob | commitdiff | diff to current |
2015-01-26 |
joshualitt | GrBatchPrototype |
blob | commitdiff | diff to current |
2015-01-22 |
egdaniel | Rename GrOptDrawState to GrPipeline and GrDrawState... |
blob | commitdiff | diff to current |
|