1. fa3a41f Don't assert on empty GrGLPaths by cdalton · 10 years ago
  2. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  3. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  4. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  5. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  6. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  7. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  8. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  9. af13c7c Revert "Calculate rough approximations for nvpr path sizes" by bungeman · 10 years ago
  10. 61bff70 Calculate rough approximations for nvpr path sizes by cdalton · 10 years ago
  11. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  12. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  13. 5119234 Generate path names on the client side by cdalton · 11 years ago
  14. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  15. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  16. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  17. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  18. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  19. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  20. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  21. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 12 years ago
  22. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 12 years ago
  23. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 12 years ago
  24. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  25. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  26. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 12 years ago
  27. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  28. 548a433 Fix linux warnings Review URL: http://codereview.appspot.com/6354093/ by bsalomon@google.com · 13 years ago
  29. 21320a1 Fix bug in calling NV DeletePaths by bsalomon@google.com · 13 years ago
  30. d1e533f Change CT assert to RT assert by bsalomon@google.com · 13 years ago
  31. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 13 years ago
  32. b51c633 Fix Fixed-Point build by changing static_assert around scalar=float to a runtime crash. by bsalomon@google.com · 13 years ago
  33. 64aef2b Towards NV path rendering by bsalomon@google.com · 13 years ago