index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLPath.cpp
Commit message (
Expand
)
Author
Age
*
Replace GrStrokeInfo with GrStyle.
bsalomon
2016-05-10
*
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...
bsalomon
2016-05-10
*
Replace GrStrokeInfo with GrStyle.
bsalomon
2016-05-10
*
Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...
stephana
2016-04-25
*
Batch multiple single NVPR draw paths to instanced draws
kkinnunen
2016-04-25
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Use sktarray.begin() instead of &sktarray[0].
bungeman
2016-03-17
*
Avoid drawing NVPR DIF text when text size is 0
kkinnunen
2016-03-04
*
Use correct fill type and bounds for NVPR paths that are stroked with Skia
kkinnunen
2015-12-07
*
Fix stroking of zero length paths with end caps on NVPR
kkinnunen
2015-12-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Improve caching of dashed paths in GrStencilAndCoverPathRenderer
kkinnunen
2015-05-18
*
Improve NVPR stroke accuracy to fix thick strokes
kkinnunen
2015-05-18
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Rename GrGpuGL -> GrGLGpu
jvanverth
2014-12-22
*
Rename GrGpuGL to GrGLGpu for consistency
bsalomon
2014-12-16
*
Implement conics for NVPR
kkinnunen
2014-11-19
*
Remove unused NVPR related GL tokens
kkinnunen
2014-11-18
*
Make GrResourceCache2 responsible for calling release, abandon, and ~.
bsalomon
2014-11-14
*
Uses a single pre-baked set of paths for drawing nvpr text of a given
cdalton
2014-09-18
*
Don't assert on empty GrGLPaths
cdalton
2014-08-29
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...
bsalomon
2014-08-26
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Simplify GrGLPathRendering interface
kkinnunen
2014-08-20
*
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
kkinnunen
2014-08-20
*
Wrap NV_path_rendering API with GrGLPathRendering
cdalton
2014-08-11
*
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
bungeman
2014-08-06
*
Revert "Calculate rough approximations for nvpr path sizes"
bungeman
2014-08-06
*
Calculate rough approximations for nvpr path sizes
cdalton
2014-08-05
*
Adds a GrGLPathRendering class that wraps the NV_path_rendering
cdalton
2014-08-04
*
Add a GrPathRange class
cdalton
2014-07-21
*
Generate path names on the client side
cdalton
2014-06-09
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Make GrContext cache the gpu paths
commit-bot@chromium.org
2013-11-01
*
Implement stroking a path with nv_path_rendering
commit-bot@chromium.org
2013-10-09
*
Replace uses of GR_DEBUGCODE by SkDEBUGCODE.
commit-bot@chromium.org
2013-09-06
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Fix a crash on stroking empty paths with nv_path_rendering enabled
commit-bot@chromium.org
2013-08-05
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...
robertphillips@google.com
2012-09-05
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
[next]