aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLPath.cpp
Commit message (Expand)AuthorAge
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Revert "Revert "SkScalar: delete code that doesn't compile.""Gravatar Hal Canary2017-02-02
* Revert "SkScalar: delete code thqat doesn't compile."Gravatar Leon Scroggins2017-02-02
* SkScalar: delete code thqat doesn't compile.Gravatar Hal Canary2017-02-02
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...Gravatar bsalomon2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...Gravatar stephana2016-04-25
* Batch multiple single NVPR draw paths to instanced drawsGravatar kkinnunen2016-04-25
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Use sktarray.begin() instead of &sktarray[0].Gravatar bungeman2016-03-17
* Avoid drawing NVPR DIF text when text size is 0Gravatar kkinnunen2016-03-04
* Use correct fill type and bounds for NVPR paths that are stroked with SkiaGravatar kkinnunen2015-12-07
* Fix stroking of zero length paths with end caps on NVPRGravatar kkinnunen2015-12-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Improve caching of dashed paths in GrStencilAndCoverPathRendererGravatar kkinnunen2015-05-18
* Improve NVPR stroke accuracy to fix thick strokesGravatar kkinnunen2015-05-18
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Rename GrGpuGL -> GrGLGpuGravatar jvanverth2014-12-22
* Rename GrGpuGL to GrGLGpu for consistencyGravatar bsalomon2014-12-16
* Implement conics for NVPRGravatar kkinnunen2014-11-19
* Remove unused NVPR related GL tokensGravatar kkinnunen2014-11-18
* Make GrResourceCache2 responsible for calling release, abandon, and ~.Gravatar bsalomon2014-11-14
* 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