C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrGeometryProcessor.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-12 joshualittA simple change to move a bunch of stuff out of Gr...
2015-01-28 joshualittGrBatchPrototype
2015-01-28 joshualittRevert of GrBatchPrototype (patchset #32 id:630001...
2015-01-27 joshualittGrBatchPrototype
2015-01-27 joshualittRevert of GrBatchPrototype (patchset #30 id:570001...
2015-01-26 joshualittGrBatchPrototype
2015-01-21 joshualittremove drawtype
2015-01-20 joshualittBUG=skia:
2015-01-18 robertphillipsRefactor position computation to enable device space...
2015-01-14 joshualittMore changes to bring together path / geo procs
2015-01-13 joshualittMove most of the transform logic into the primitive...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-19 joshualittinitial changes to add local matrix to primitive processor
2014-12-18 tfarinaCleanup: More override fixes.
2014-12-15 joshualittThis change will ultimately pull uniform color, and...
2014-12-14 tfarinaCleanup: Mark some overridden methods with 'SK_OVERRIDE'.
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-11 egdanielCreate xfer processor backend.
2014-12-10 joshualittRevert of Create xfer processor backend. (patchset...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 egdanielCreate xfer processor backend.
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-04 joshualittRemove backend factories
2014-12-04 joshualittcreate and thread batch tracker object
2014-12-04 joshualittRevert of create and thread batch tracker object (patch...
2014-12-03 joshualittcreate and thread batch tracker object
2014-12-03 joshualittFirst step to moving vertex attributes to the geometryP...
2014-11-20 joshualittAdding GeometryData object
2014-11-19 joshualittmove GrGeometryProcessor to src