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
*
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
*
Fix linux warnings
bsalomon@google.com
2012-07-11
*
Fix bug in calling NV DeletePaths
bsalomon@google.com
2012-07-09
*
Change CT assert to RT assert
bsalomon@google.com
2012-06-28
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Fix Fixed-Point build by changing static_assert around scalar=float to a runt...
bsalomon@google.com
2012-06-11
*
Towards NV path rendering
bsalomon@google.com
2012-06-11