C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / GrDefaultPathRenderer.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-24 joshualittfix for msan
2015-02-24 joshualittdon't draw if maxVertices returns 0 or > than uin16_t max
2015-02-24 joshualittk1 fix
2015-02-23 joshualittDefault path renderer batch
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-05 egdanielAdd conic support to Default and AAConvex path redender.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-29 joshualittRemove coordchanges from drawstate
2014-12-22 egdanielAdd XP to handle the cases where we disable color write.
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-10-31 tfarinaCleanup: Go with SkDebugf instead of GrPrintf.
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-04 bsalomonRemove unused matrix param from GrContext/GrDrawTarget...
2014-07-25 robertphillipsAlter Default & Software path renderers to better handl...
2014-03-28 commit-bot@chromiu... SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from...
2014-03-20 commit-bot@chromiu... replace old SK_TRACE_EVENT macros with new TRACE_EVENT...
2014-02-11 robertphillips@goo... Revert of r13384 (Stateful PathRenderer implementation)
2014-02-10 robertphillips@goo... Stateful PathRenderer implementation
2013-11-22 commit-bot@chromiu... Apply hairline optimization only if the path renderer...
2013-10-14 robertphillips@goo... Start cleaning up 64bit Win warnings
2013-08-22 mtklein@google.comMy clang now doesn't complain about !"foo".
2013-08-17 tfarina@chromium.orgReplace uses of GrAssert by SkASSERT.
2013-07-17 commit-bot@chromiu... Replace all instances of GrRect with SkRect.
2013-05-31 reed@google.combump picture version since SkPath has changed (conics)
2013-05-30 reed@google.comRevert "add asserts to point<-->verb helpers"
2013-05-30 reed@google.comadd asserts to point<-->verb helpers
2013-05-29 bsalomon@google.comReplace GrDrawState::AutoDeviceCoordDraw with GrDrawSta...
2013-05-20 bsalomon@google.comReland path bounds change with correct bounds for conve...
2013-05-17 bsalomon@google.comRevert "Revert "Revert "Pass bounds into draw calls...
2013-05-17 bsalomon@google.comRevert "Revert "Pass bounds into draw calls in path...
2013-05-16 bsalomon@google.comRevert "Pass bounds into draw calls in path renderers."
2013-05-16 bsalomon@google.comPass bounds into draw calls in path renderers.
2013-05-10 bsalomon@google.comRemove GrPathCmd
2013-03-01 jvanverth@google.comResubmit r7899 and r7901.
2013-02-28 robertphillips@goo... Revert r7901 & r7899 to allow DEPS roll
2013-02-28 jvanverth@google.comAdd new vertex attribute array specification.
2013-02-05 jvanverth@google.comMove vertex layout from GeometrySrcState to GrDrawState.
2012-12-17 sugoi@google.comFollow up on the previous patch :
2012-12-10 bsalomon@google.comModifications to GrPatherRenderer(Chain) interfaces...
2012-12-06 sugoi@google.comAs part of preliminary groundwork for a chromium fix...
2012-11-01 bsalomon@google.comReplace GrMatrix with SkMatrix.
2012-11-01 bsalomon@google.comRemove GrScalar, replace with SkScalar.
2012-10-17 bsalomon@google.comSeparate out the texture matrix from the coord-system...
2012-10-08 bsalomon@google.comRemove translate param from GrContext::drawPath (and...
2012-10-01 robertphillips@goo... Fix for typo in r5754
2012-10-01 robertphillips@goo... Speculative render target ref/unref fixes
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-07-20 bsalomon@google.comRemove stage masks
2012-06-25 tomhudson@google.comSimplify vertex layout bitfields by making Position...
2012-06-06 bsalomon@google.comSearch and replace change. Some Gr enum value names...
2012-06-06 caryclark@google.comfix warnings on Mac in src/gpu and include/gpu
2012-04-27 bsalomon@google.comRemove GrPath typedef
2012-03-30 bsalomon@google.comMake fewer copies when using GrDrawTarget::AutoStateRestore
2012-03-20 bsalomon@google.comConvert SkMatrix::I() assignments to SkMatrix::reset...
2012-03-07 bsalomon@google.commake pathrenderers release their geometry before returning
2012-03-02 bsalomon@google.comsimplify GrPathRenderer interface
2012-01-30 bsalomon@google.comcode cleanup for single_pass_path() and remove enum...
2011-12-15 bsalomon@google.comMake GrStencilState a class to enable future optimizations
2011-12-09 bsalomon@google.comCleanup of r2830.
2011-12-08 bsalomon@google.comRevert 2830 and 2831.
2011-12-08 bsalomon@google.comMake GrDrawState a real class with getters and setters
2011-12-06 bsalomon@google.comPrep #1 for making GrDrawState a class
2011-11-09 tomhudson@google.comSpeed up GrDrawState handling.
2011-10-27 tomhudson@google.comExtract GrDrawTarget::DrState into independent GrDrawSt...
2011-10-27 bsalomon@google.comDon't use GrDrawTarget's AA state bit to convey whether...
2011-10-12 bsalomon@google.comMove gpu/include/* to include/gpu and gpu/src/* to...