Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Put drawPath in GrBatch. | bsalomon | 2015-08-19 |
* | Path stenciling in GrBatch | bsalomon | 2015-08-18 |
* | GrCopySurfaceBatch | bsalomon | 2015-08-18 |
* | ClearStencilClip in GrBatch | bsalomon | 2015-08-18 |
* | Put clear and discard into GrBatch. | bsalomon | 2015-08-18 |
* | Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non... | bsalomon | 2015-08-13 |
* | Remove trace marker support from GrBufferedDrawTarget | bsalomon | 2015-08-12 |
* | Make GrBatch carry its own GrPipeline | bsalomon | 2015-08-11 |
* | Remove GrPipelineOptimizations member from GrPipeline | bsalomon | 2015-08-10 |
* | Move some work from backend onClear to base class clear | egdaniel | 2015-08-06 |
* | Rename GrInOrderDrawBuffer to GrBufferedDrawTarget | joshualitt | 2015-07-28 |