1. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  2. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  3. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  4. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  5. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  6. f93f515 Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ ) by bsalomon · 8 years ago
  7. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  8. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  9. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  10. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  11. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 8 years ago
  12. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  13. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  14. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  15. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  16. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  17. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  18. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  19. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  20. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  21. 1d08998 Minor clean up of GrAAConvexTessellator by Robert Phillips · 8 years ago
  22. 414c429 allow conic chop to fail by caryclark · 8 years ago
  23. 8c17097 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  24. 8eb43e5 Stop closing filled paths in GrShape by bsalomon · 8 years ago
  25. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  26. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  27. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  28. 7bffcd2 Fix key computation for GrPaths by bsalomon · 8 years ago
  29. 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
  30. 7a00e8b Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ ) by robertphillips · 8 years ago
  31. 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  32. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  33. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  34. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  35. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  36. 7370e0d Enable the screenspace AA tessellating path renderer. by senorblanco · 8 years ago
  37. d3030ac Fix ASAN int overflow error in GLProgramsTest by bsalomon · 8 years ago
  38. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  39. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  40. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  41. f57372d Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  42. 682580f Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 of https://codereview.chromium.org/1152733009/ ) by senorblanco · 8 years ago
  43. 9992bde Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  44. fc6cb73 changed kCurveConnectionThreshold in GrAAConvexTessellator by ethannicholas · 8 years ago
  45. 68440f8 Skip spinlock overhead on Android by msarett · 8 years ago
  46. febb224 Reduce CPU overhead on drawRegion() by msarett · 8 years ago
  47. fab4a9b fixed 'corners' of paths in GrAAConvexTessellator by ethannicholas · 8 years ago
  48. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  49. a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
  50. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  51. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  52. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  53. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  54. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  55. e4f2461 Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() by bsalomon · 8 years ago
  56. 6c177a1 Add alternative ambient shadow method to Android shadow sample by jvanverth · 8 years ago
  57. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  58. 09e12a6 Re-adding analytical GeoProc for rectangles by dvonbeck · 8 years ago
  59. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  60. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  61. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  62. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  63. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  64. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  65. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  66. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  67. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  68. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  69. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  70. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  71. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  72. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  73. 67c6c8e Fix leak when DFPR fails to draw path by bsalomon · 8 years ago
  74. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  75. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  76. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  77. c90bc40 Simplify GrDefaultPathRenderer a tiny bit by robertphillips · 8 years ago
  78. 8e37530 Simplify MSAA path renderer by robertphillips · 8 years ago
  79. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  80. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  81. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  82. 8e9e45a Revert change of bounds computation in MSAA path renderer. by bsalomon · 8 years ago
  83. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  84. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  85. 28ef396 Hide NonAAStrokeRectBatch Geometry class and cleanup class. by bsalomon · 8 years ago
  86. 7e8cc21 Fix bounds computation for non-aa hairlines when snapping to pixel centers by egdaniel · 8 years ago
  87. 8b7a9e1 Hide geometry class in AAStrokeRectBatch and remove unused Append function. by bsalomon · 8 years ago
  88. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  89. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  90. 4be9a30 Increase batching for AA fill rects. by bsalomon · 8 years ago
  91. d87a6b2 Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https://codereview.chromium.org/2116823002/ ) by benjaminwagner · 8 years ago
  92. e525eca Increase batching for AA fill rects. by bsalomon · 8 years ago
  93. 6abd1d1 Split apart the GP construction for the NonAAFillRect Batches by robertphillips · 8 years ago
  94. 9d7f184 Cleanup non-AA fill rect batch construction. by bsalomon · 8 years ago
  95. 0fdec8a Simplify AA fill rect batch construction and rename Geometry->RectInfo by bsalomon · 8 years ago
  96. bc9b6a4 Remove unneeded helpers in AA and non-AA rect GrBatch subclasses. by bsalomon · 8 years ago
  97. 065c8cf Cleanup PLSPathBatch by bsalomon · 8 years ago
  98. b8cbd20 Remove unused batch rect append functions by bsalomon · 8 years ago
  99. 08d1415 Remove GrTInstanceBatch by bsalomon · 8 years ago
  100. a71b898 Hide GrNonAANinePatchBatch::Geometry and rename to Patch by bsalomon · 8 years ago