aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLPath.cpp
Commit message (Expand)AuthorAge
* Uses a single pre-baked set of paths for drawing nvpr text of a givenGravatar cdalton2014-09-18
* Don't assert on empty GrGLPathsGravatar cdalton2014-08-29
* Make GrGpuResources register with GrResourceCache2 after fully constructed.Gravatar bsalomon2014-08-26
* Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...Gravatar bsalomon2014-08-26
* Make GrGpuResources register with GrResourceCache2 after fully constructed.Gravatar bsalomon2014-08-26
* Simplify GrGLPathRendering interfaceGravatar kkinnunen2014-08-20
* Separate GL path rendering state from GrGpuGL to GrGLPathRenderingGravatar kkinnunen2014-08-20
* Wrap NV_path_rendering API with GrGLPathRenderingGravatar cdalton2014-08-11
* Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"Gravatar bungeman2014-08-06
* Revert "Calculate rough approximations for nvpr path sizes"Gravatar bungeman2014-08-06
* Calculate rough approximations for nvpr path sizesGravatar cdalton2014-08-05
* Adds a GrGLPathRendering class that wraps the NV_path_renderingGravatar cdalton2014-08-04
* Add a GrPathRange classGravatar cdalton2014-07-21
* Generate path names on the client sideGravatar cdalton2014-06-09
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Make GrContext cache the gpu pathsGravatar commit-bot@chromium.org2013-11-01
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Fix a crash on stroking empty paths with nv_path_rendering enabledGravatar commit-bot@chromium.org2013-08-05
* 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
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix linux warningsGravatar bsalomon@google.com2012-07-11
* Fix bug in calling NV DeletePathsGravatar bsalomon@google.com2012-07-09
* Change CT assert to RT assertGravatar bsalomon@google.com2012-06-28
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Fix Fixed-Point build by changing static_assert around scalar=float to a runt...Gravatar bsalomon@google.com2012-06-11
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11