aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.cpp
Commit message (Expand)AuthorAge
...
* Use construct/init pattern with GrPipeline to replace CreateAt.Gravatar Brian Salomon2017-02-24
* Remove the skip-draw xp optimizationGravatar Brian Salomon2017-02-24
* Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContextGravatar Brian Salomon2017-02-23
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Remove component flags from GrXPFactory output analysis.Gravatar Brian Salomon2017-02-14
* Use new fragment processor optimization queries.Gravatar Brian Salomon2017-02-10
* Add a basic constructor to GrPipelineGravatar csmartdalton2017-02-08
* Move srgb enable flags to GrProcessorSet from pipelinebuilderGravatar Brian Salomon2017-01-19
* Don't require GrPipelineBuilder to build GrPipelineGravatar Brian Salomon2017-01-19
* Pass GrAppliedClip to pipeline creation.Gravatar Brian Salomon2017-01-17
* Removes tracking of whether color is ignored by XP.Gravatar Brian Salomon2017-01-04
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* In GrProcessor::TextureSampler drop the "get", it's cleanerGravatar Brian Salomon2016-11-17
* Guard against instantiate & accessRenderTarget failuresGravatar Robert Phillips2016-11-17
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* src/gpu: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Remove GrStencilSettings from GrPipelineGravatar csmartdalton2016-11-01
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26
* Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.Gravatar bsalomon2016-09-26
* Remove ability to skip coord transform comparison in pipeline comparison.Gravatar bsalomon2016-09-12
* Improve usage of window rectanglesGravatar csmartdalton2016-09-06
* Revert of Improve usage of window rectangles (patchset #9 id:160001 of https:...Gravatar caryclark2016-09-06
* Improve usage of window rectanglesGravatar csmartdalton2016-09-02
* Implement difference clip rects with window rectanglesGravatar csmartdalton2016-08-17
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-08-01
* Revert of GrFP can express distance vector field req., program builder decla...Gravatar mtklein2016-07-30
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-07-29
* Check fIgnoresCoverage in GrPipeline::AreEqualGravatar csmartdalton2016-07-06
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* Eliminate special case nvpr batch handlingGravatar cdalton2016-05-12
* Separate user and raw stencil settingsGravatar cdalton2016-05-11
* Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...Gravatar robertphillips2016-05-11
* Separate user and raw stencil settingsGravatar cdalton2016-05-10
* Remove hasMixedSamples() from GrPipelineBuilderGravatar cdalton2016-05-06
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...Gravatar brianosman2016-03-25
* Replace fWillReadFragmentPosition with a bitfieldGravatar cdalton2016-02-26
* Don't ref/unref the static src-over xpGravatar bsalomon2015-12-21
* Create a static instances of SrcOver XferProcessorGravatar egdaniel2015-11-30
* Fix bug in reads fragment position on gpu.Gravatar egdaniel2015-11-30
* APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...Gravatar ethannicholas2015-11-30
* New API for computing optimization invariants.Gravatar ethannicholas2015-11-24
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://cod...Gravatar cdalton2015-11-10
* Fix mixed samples stencil clipGravatar cdalton2015-11-09