- 650ced0 Make GrColorFragmentProcessorAnalysis do all analysis in constructor. by Brian Salomon · 7 years ago
- 28207df Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as alpha by Brian Salomon · 7 years ago
- a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago[Renamed (97%) from src/gpu/GrPipelineAnalysis.cpp]
- c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago[Renamed (80%) from src/gpu/GrProcOptInfo.cpp]
- bfafcba Determine whether any fp uses local coords in FragmentProcessorAnalysis rather than GrPipeline creation by Brian Salomon · 8 years ago
- f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
- eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
- 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
- 0831f1b Rename GrProcOptInfo::addProcessors to analyzeProcessors by Brian Salomon · 8 years ago
- aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
- 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
- 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
- 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
- 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
- ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
- 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
- 465283c Remove batchtracker by joshualitt · 9 years ago
- ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
- 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
- abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
- 7441782 Make folder for batches by joshualitt · 9 years ago
- 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
- 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
- 52e7657 Another trivial cleanup by joshualitt · 9 years ago
- 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
- c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
- ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
- d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
- 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
- 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
- 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
- 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
- c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
- 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
- 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
- b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago