1. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  2. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  3. 55e4783 Improve NVPR stroke accuracy to fix thick strokes by kkinnunen · 9 years ago
  4. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  5. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  6. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  7. e097be5 Implement conics for NVPR by kkinnunen · 10 years ago
  8. 542ecbb Remove unused NVPR related GL tokens by kkinnunen · 10 years ago
  9. 12299ab Make GrResourceCache2 responsible for calling release, abandon, and ~. by bsalomon · 10 years ago
  10. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  11. fa3a41f Don't assert on empty GrGLPaths by cdalton · 10 years ago
  12. 1696126 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  13. a2b0af8 Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/) by bsalomon · 10 years ago
  14. d68b3e4 Make GrGpuResources register with GrResourceCache2 after fully constructed. by bsalomon · 10 years ago
  15. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  16. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  17. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  18. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  19. af13c7c Revert "Calculate rough approximations for nvpr path sizes" by bungeman · 10 years ago
  20. 61bff70 Calculate rough approximations for nvpr path sizes by cdalton · 10 years ago
  21. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  22. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  23. 5119234 Generate path names on the client side by cdalton · 10 years ago
  24. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  25. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  26. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  27. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  28. 1acc3d7 Replace uses of GR_DEBUGCODE by SkDEBUGCODE. by commit-bot@chromium.org · 11 years ago
  29. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  30. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  31. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  32. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  33. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  34. 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
  35. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  36. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 12 years ago
  37. 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
  38. 548a433 Fix linux warnings Review URL: http://codereview.appspot.com/6354093/ by bsalomon@google.com · 12 years ago
  39. 21320a1 Fix bug in calling NV DeletePaths by bsalomon@google.com · 12 years ago
  40. d1e533f Change CT assert to RT assert by bsalomon@google.com · 12 years ago
  41. 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 · 12 years ago
  42. b51c633 Fix Fixed-Point build by changing static_assert around scalar=float to a runtime crash. by bsalomon@google.com · 12 years ago
  43. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago