aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProcOptInfo.cpp
Commit message (Expand)AuthorAge
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16
* Rename GrDrawBatch->GrDrawOpGravatar Brian Salomon2016-12-01
* Replace fWillReadFragmentPosition with a bitfieldGravatar cdalton2016-02-26
* New API for computing optimization invariants.Gravatar ethannicholas2015-11-24
* Add support for blending of LCD for all blend modes.Gravatar egdaniel2015-09-15
* Remove batchtrackerGravatar joshualitt2015-09-11
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Split GrDrawBatch and GrVertexBatch into their own filesGravatar bsalomon2015-08-13
* Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...Gravatar bsalomon2015-08-13
* Make folder for batchesGravatar joshualitt2015-08-07
* Another trivial cleanupGravatar joshualitt2015-07-14
* Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...Gravatar joshualitt2015-07-13
* Another trivial cleanupGravatar joshualitt2015-07-13
* GrBatchPrototypeGravatar joshualitt2015-01-28
* Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chro...Gravatar joshualitt2015-01-28
* GrBatchPrototypeGravatar joshualitt2015-01-27
* Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chro...Gravatar joshualitt2015-01-27
* GrBatchPrototypeGravatar joshualitt2015-01-26
* Remove willReadDst from GrFragmentProcessor.Gravatar egdaniel2015-01-20
* removing coord change matricesGravatar joshualitt2014-12-29
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Create GrOptDrawState before recording draw in GrInOrderDrawBufferGravatar bsalomon2014-11-19
* Add GrProcOptInfo class to track various output information for color and cov...Gravatar egdaniel2014-11-13