1. 1517f93 Avoid updating glPathStencilFunc unless it changes by kkinnunen · 9 years ago
  2. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  3. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  4. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  5. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  6. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  7. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  10. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  11. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  12. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  13. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  14. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  15. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  16. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  17. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  18. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  19. f5c633f don't rely on fonts having a stream by caryclark · 9 years ago
  20. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  21. 61e9196 Avoid creating GrGLPath to the resource cache when creating GrGLPathRanges by kkinnunen · 9 years ago
  22. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  23. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  24. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  25. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  26. 89069a9 possible bug fix for nvpr by joshualitt · 10 years ago
  27. 31b52b7 fix for winvdows nvpr by joshualitt · 10 years ago
  28. ee2af95 ViewMatrix uniform upload moved to GeometryProcessor by joshualitt · 10 years ago
  29. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  30. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  31. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  32. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  33. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  34. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  35. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  36. 544c5b8 Fix stack-allocated GPU path object by cdalton · 10 years ago
  37. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  38. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  39. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  40. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  41. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  42. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  43. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  44. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  45. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  46. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  47. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago