C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrAAConvexPathRenderer.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-11-17 joshualittDrawstate on stack
2014-06-20 georgeAdd some missing header include guards
2014-02-11 robertphillips@goo... Revert of r13384 (Stateful PathRenderer implementation)
2014-02-10 robertphillips@goo... Stateful PathRenderer implementation
2012-12-17 sugoi@google.comFollow up on the previous patch :
2012-12-06 sugoi@google.comAs part of preliminary groundwork for a chromium fix...
2012-10-08 bsalomon@google.comRemove translate param from GrContext::drawPath (and...
2012-07-20 bsalomon@google.comRemove stage masks
2012-05-24 robertphillips@goo... Updated useSWOnlyPath method to use path chain instead...
2012-05-17 robertphillips@goo... First functioning version of SW-only clip mask creator
2012-03-02 bsalomon@google.comsimplify GrPathRenderer interface
2012-01-17 bsalomon@google.comAdd convex path renderer (disabled)