C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / gm / convexpolyeffect.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-05 joshualitthandle null vertex or index buffers in batch
2015-02-11 joshualittGMs now use batch
2015-02-11 joshualittRevert of GMs now use batch (patchset #3 id:40001 of...
2015-02-11 joshualittGMs now use batch
2015-01-31 bsalomonAdd standard way to indicate GM is GPU-only.
2015-01-23 mtkleinremove unused GM flags
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-22 joshualittThis CL cleans up the last remaining users of localCoor...
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
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-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-03 joshualittFirst step to moving vertex attributes to the geometryP...
2014-11-17 joshualittDrawstate on stack
2014-11-15 joshualittPush creation of default GP to the caller
2014-11-03 joshualittTest factory uses the inorder draw buffer
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-16 mtkleinTag recording picture nesting bench as nonrendering.
2014-09-15 joshualittBUG=skia:
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-28 egdanielMake setVertexAttribs in GrDrawState take a stride...
2014-08-27 djsollenRevert of Make setVertexAttribs in GrDrawState take...
2014-08-27 egdanielMake setVertexAttribs in GrDrawState take a stride...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-03-12 reed@google.comsupport direct writing to top layer, and hide getTopLayer()
2014-03-05 commit-bot@chromiu... Unify edge type enums across GrEffect subclasses that...
2014-02-28 commit-bot@chromiu... Make GrConvexPolyEffect support inverse fills and non...
2014-02-09 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-08 commit-bot@chromiu... Specialize GrConvexPolyEffect for AA rects, use for...
2014-01-31 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-01-30 commit-bot@chromiu... Add convex polygon rendering effect and GM to test it.