aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.cpp
Commit message (Expand)AuthorAge
* Revert "Some scissor state cleanup."Gravatar Brian Salomon2018-07-02
* Some scissor state cleanup.Gravatar Brian Salomon2018-07-02
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Allow GrAppliedClip to have >1 clip coverage FPGravatar Chris Dalton2017-10-31
* Retract Gr*Priv.h includes a bitGravatar Robert Phillips2017-08-31
* Remove kDefault_GrSurfaceOriginGravatar Robert Phillips2017-08-30
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Move GrAppliedClip into GrPipelineGravatar Brian Salomon2017-08-10
* Move GrProcessorSet into GrPipelineGravatar Brian Salomon2017-08-09
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* More GrPipeline cleanup.Gravatar Brian Salomon2017-07-31
* Initialize GrPipeline at construction.Gravatar Brian Salomon2017-07-31
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* Remove GrLegacyMeshDrawOp and GrPipelineBuilderGravatar Brian Salomon2017-07-19
* Re-enable opList dependency trackingGravatar Robert Phillips2017-06-26
* Remove GrTGpuResourceRef specializationsGravatar Robert Phillips2017-06-12
* Introduce dynamic pipeline stateGravatar Chris Dalton2017-06-07
* Remove support in GPU backend for distance vector field.Gravatar Brian Salomon2017-06-02
* Convert DstTexture to DstProxy (take 2)Gravatar Robert Phillips2017-05-29
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29
* Revert "Convert DstTexture to DstProxy"Gravatar Robert Phillips2017-05-17
* Convert DstTexture to DstProxyGravatar Robert Phillips2017-05-17
* Remove 'fDrawFace' from GrPipelineGravatar Robert Phillips2017-05-09
* Remove support for GLs without separate stencil.Gravatar Brian Salomon2017-05-08
* Allow TextureSamplers to have null GrTexture pointerGravatar Robert Phillips2017-05-03
* Remove srgb flags from GrProcessorSetGravatar Brian Salomon2017-04-28
* Split cleanup changes out of bigger CL (take 2)Gravatar Robert Phillips2017-04-18
* Remove lastOpList capability from GrSurfaceGravatar Robert Phillips2017-04-17
* Move ref counting out of GrProcessor and into subclasses.Gravatar Brian Salomon2017-04-10
* Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""Gravatar Brian Salomon2017-04-08
* Revert "Create GrXferProcessor while doing GrProcessorSet analysis."Gravatar Brian Salomon2017-04-08
* Create GrXferProcessor while doing GrProcessorSet analysis.Gravatar Brian Salomon2017-04-08
* Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...Gravatar Brian Salomon2017-04-04
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpGravatar Brian Salomon2017-04-04
* Move the ability to access textures, buffers, and image storages out from GrP...Gravatar Brian Salomon2017-04-04
* Store the dst texture used by an XP in GrPipeline rather than in the XP.Gravatar Brian Salomon2017-04-03
* Move pipeline handling out of GrMeshDrawOp.Gravatar Brian Salomon2017-04-03
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29
* Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...Gravatar Brian Salomon2017-03-29
* Remove GrXferProcessor::getOptimizations.Gravatar Brian Salomon2017-03-29
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Add function to perform color fragment processor elimination while performing...Gravatar Brian Salomon2017-03-24
* Revert "Revert "Remove GrPipeline from GrDrawOp.""Gravatar Brian Salomon2017-03-21
* Revert "Remove GrPipeline from GrDrawOp."Gravatar Brian Salomon2017-03-16
* Remove GrPipeline from GrDrawOp.Gravatar Brian Salomon2017-03-16
* Remove origin from GrClipStackClip and GrWindowRectsState.Gravatar Brian Salomon2017-03-13
* Remove XP override color.Gravatar Brian Salomon2017-03-06
* Determine whether any fp uses local coords in FragmentProcessorAnalysis rathe...Gravatar Brian Salomon2017-03-02