aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAAHairLinePathRenderer.cpp
Commit message (Expand)AuthorAge
* Rename from "(un)lock" to "(un)map" for geometry buffers.Gravatar commit-bot@chromium.org2014-05-07
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Unify edge type enums across GrEffect subclasses that clip rendering to a geo...Gravatar commit-bot@chromium.org2014-03-05
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* Revert "Do not apply hairline optimization for paths if nv_path_rendering is ...Gravatar bsalomon@google.com2013-11-08
* Do not apply hairline optimization for paths if nv_path_rendering is usedGravatar commit-bot@chromium.org2013-11-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-20
* Reenable GrAAHairlinePathRenderer assert w/ fixGravatar robertphillips@google.com2013-09-19
* Temporarily disable assert in GrAAHairlinePathRenderer.cppGravatar robertphillips@google.com2013-09-19
* "Fix" for hairline corner bugsGravatar robertphillips@google.com2013-09-18
* Fix bounds computation in GrAAHairlineRendererGravatar commit-bot@chromium.org2013-09-03
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Only assert that conic/quad effects get created if they are to be used.Gravatar commit-bot@chromium.org2013-08-23
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-23
* Pull out Effect Shaders in GPU Path RendererGravatar commit-bot@chromium.org2013-08-22
* Revert "Pull out Effect Shaders in GPU Path Renderer"Gravatar egdaniel@google.com2013-08-22
* Pull out Effect Shaders in GPU Path RendererGravatar commit-bot@chromium.org2013-08-22
* Move gpu conic calculations to GrPathUtilsGravatar commit-bot@chromium.org2013-08-20
* Add direct bezier cubic support for GPU shadersGravatar commit-bot@chromium.org2013-08-20
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar jvanverth@google.com2013-08-16
* Reverting r10707. Unreviewed.Gravatar jvanverth@google.com2013-08-14
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar commit-bot@chromium.org2013-08-14
* Revert r10640: Fix hairline pathrenderer for Nexus-10.Gravatar jvanverth@google.com2013-08-08
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar commit-bot@chromium.org2013-08-08
* Separate quad UV calculation from bloat_quadGravatar egdaniel@google.com2013-08-05
* Add Loop Blinn hairline conics to GPUGravatar egdaniel@google.com2013-08-01
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* fix trivial matrix computationGravatar humper@google.com2013-07-14
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Reverted 10056-10059Gravatar robertphillips@google.com2013-07-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-13
* Add implicit hairline conic rendering to GPUGravatar egdaniel@google.com2013-07-12
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* 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
* Fix degenerate and near-degenerate hairlines on the gpuGravatar commit-bot@chromium.org2013-05-24
* 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
* fix uninitialized adcdGravatar 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