aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDefaultPathRenderer.cpp
Commit message (Expand)AuthorAge
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Alter Default & Software path renderers to better handle AA hairline pathsGravatar robertphillips2014-07-25
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove ...Gravatar commit-bot@chromium.org2014-03-20
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Reland path bounds change with correct bounds for convex and hairline path re...Gravatar bsalomon@google.com2013-05-20
* Revert "Revert "Revert "Pass bounds into draw calls in path renderers."""Gravatar bsalomon@google.com2013-05-17
* Revert "Revert "Pass bounds into draw calls in path renderers.""Gravatar bsalomon@google.com2013-05-17
* Revert "Pass bounds into draw calls in path renderers."Gravatar bsalomon@google.com2013-05-16
* Pass bounds into draw calls in path renderers.Gravatar bsalomon@google.com2013-05-16
* Remove GrPathCmdGravatar bsalomon@google.com2013-05-10
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Separate out the texture matrix from the coord-system change matrix in GrSamp...Gravatar bsalomon@google.com2012-10-17
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* Fix for typo in r5754 Gravatar robertphillips@google.com2012-10-01
* Speculative render target ref/unref fixesGravatar robertphillips@google.com2012-10-01
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* Simplify vertex layout bitfields by making Position-as-texcoords theGravatar tomhudson@google.com2012-06-25
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Make fewer copies when using GrDrawTarget::AutoStateRestoreGravatar bsalomon@google.com2012-03-30
* Convert SkMatrix::I() assignments to SkMatrix::reset() callsGravatar bsalomon@google.com2012-03-20
* make pathrenderers release their geometry before returningGravatar bsalomon@google.com2012-03-07
* simplify GrPathRenderer interfaceGravatar bsalomon@google.com2012-03-02
* code cleanup for single_pass_path() and remove enum GrConvexHintGravatar bsalomon@google.com2012-01-30
* Make GrStencilState a class to enable future optimizationsGravatar bsalomon@google.com2011-12-15
* Cleanup of r2830.Gravatar bsalomon@google.com2011-12-09
* Revert 2830 and 2831.Gravatar bsalomon@google.com2011-12-08
* Make GrDrawState a real class with getters and settersGravatar bsalomon@google.com2011-12-08
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06