aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.h
Commit message (Expand)AuthorAge
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* 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
* Pull non-substantive changes out of omnibus CLGravatar Robert Phillips2018-06-13
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* 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
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* More GrPipeline cleanup.Gravatar Brian Salomon2017-07-31
* Initialize GrPipeline at construction.Gravatar Brian Salomon2017-07-31
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* Make GrPipeline non-refcountedGravatar Brian Salomon2017-07-19
* Remove GrLegacyMeshDrawOp and GrPipelineBuilderGravatar Brian Salomon2017-07-19
* Re-enable opList dependency trackingGravatar Robert Phillips2017-06-26
* Add processor info dumping to non-legacy mesh draw opsGravatar Brian Salomon2017-06-15
* 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
* Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching.Gravatar Brian Salomon2017-05-04
* Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyM...Gravatar Brian Salomon2017-05-03
* Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."Gravatar Brian Salomon2017-05-03
* Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp.Gravatar Brian Salomon2017-05-03
* Allow TextureSamplers to have null GrTexture pointerGravatar Robert Phillips2017-05-03
* Remove srgb flags from GrProcessorSetGravatar Brian Salomon2017-04-28
* 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
* Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOpGravatar 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
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* 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
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Use construct/init pattern with GrPipeline to replace CreateAt.Gravatar 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
* 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