1. 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
  2. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  3. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  4. b3e9ae6 Remove unneeded bounds outset in GrDrawContext::drawVertices. by bsalomon · 8 years ago
  5. 81a8485 glTexStorage requires sized formats, ensure that we're following that rule by brianosman · 8 years ago
  6. 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
  7. 5192475 Two changes: by brianosman · 8 years ago
  8. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  9. 8d91490 Fix color gamut xform matrices in GPU code by brianosman · 8 years ago
  10. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  11. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  12. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  13. 4cea3b9 Push usage of GrColor4f into OverrideInput by brianosman · 8 years ago
  14. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  15. 720dc71 Merge building of program desc in Vulkan into one step by egdaniel · 8 years ago
  16. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  17. 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
  18. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  19. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  20. 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  21. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  22. 128a958 Revert of fix uninit immediate mode member var in GrDrawingManager (patchset #1 id:1 of https://codereview.chromium.org/2312333002/ ) by bsalomon · 8 years ago
  23. ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
  24. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  25. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  26. 3c3e0d7 Work around VS 2015 Update 3 optimizer internal compiler error by brucedawson · 8 years ago
  27. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  28. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  29. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  30. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  31. 8d2141f Small perf optimizations preparing sampled images in vulkan by egdaniel · 8 years ago
  32. 0b629ec Disable MSAAPathRender for Android Framework builds by robertphillips · 8 years ago
  33. 7370e0d Enable the screenspace AA tessellating path renderer. by senorblanco · 8 years ago
  34. f0cbfb3 Remove a duplicate declaration by sylvestre.ledru · 8 years ago
  35. d3030ac Fix ASAN int overflow error in GLProgramsTest by bsalomon · 8 years ago
  36. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  37. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  38. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  39. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  40. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  41. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  42. 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
  43. f57372d Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  44. 19ff103 Always add a barrier when old layout was general in vulkan. by egdaniel · 8 years ago
  45. 682580f Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 of https://codereview.chromium.org/1152733009/ ) by senorblanco · 8 years ago
  46. 9992bde Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  47. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  48. 9a44565 Remove custom data from GrGpuResource by bsalomon · 8 years ago
  49. fc6cb73 changed kCurveConnectionThreshold in GrAAConvexTessellator by ethannicholas · 8 years ago
  50. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  51. 68440f8 Skip spinlock overhead on Android by msarett · 8 years ago
  52. a3992bf Fix stroked rrects with batching. by jvanverth · 8 years ago
  53. f5f97dd Remove unneeded pipeline barrier in vulkan by egdaniel · 8 years ago
  54. db27fc5 Skip batch iteration in GrDrawTarget::forwardCombine when the max look ahead is 0 by bsalomon · 8 years ago
  55. 84839f6 Batch all circular rrects together by jvanverth · 8 years ago
  56. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  57. a4f1af8 Use stroked rrects for Android shadow sample by jvanverth · 8 years ago
  58. aa92afb Remove FP16 support from ANGLE. Previous workaround was incomplete. by brianosman · 8 years ago
  59. febb224 Reduce CPU overhead on drawRegion() by msarett · 8 years ago
  60. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 8 years ago
  61. fab4a9b fixed 'corners' of paths in GrAAConvexTessellator by ethannicholas · 8 years ago
  62. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  63. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  64. 6a39761 Fix for fat stroked roundrects. by jvanverth · 8 years ago
  65. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  66. 4d866df Add support for getting vulkan descriptor sets without a GrVkUniformHandler. by egdaniel · 8 years ago
  67. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  68. 464a7d6 Remove pixel config fallback - failing is a better option. by brianosman · 8 years ago
  69. c3d0e42 Add Ganesh support for circular roundrects with strokes > 2*radii. by jvanverth · 8 years ago
  70. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  71. 6693355 Add addtional resolve calls to vulkan backend by egdaniel · 8 years ago
  72. 6a88206 combine setRectFan and mapRect by reed · 8 years ago
  73. 5ecbbbe Skip non-AA intersect rects in GrReducedClip by csmartdalton · 8 years ago
  74. 7535f41 Reduce window rectangles cap to 8 by csmartdalton · 8 years ago
  75. 08197b2 Fix valgrind issue in CircleBatch__Test by robertphillips · 8 years ago
  76. 6cfb106 Fix Ganesh analytic blurred rect draws by robertphillips · 8 years ago
  77. 0515593 Fix GLSL int to float error in arc code in GrOvalRenderer. by bsalomon · 8 years ago
  78. dcb406c Remove virtual from overrides in SkGpuDevice.h by bsalomon · 8 years ago
  79. cadf75a Fix CircleBatch::TestCreate to always use a legal matrix by bsalomon · 8 years ago
  80. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  81. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  82. a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
  83. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  84. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  85. b6a40b8 Some assert fixes for running the Fuzzer sample in GPU mode. by senorblanco · 8 years ago
  86. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  87. abe795e Relax check for gpu use of static src-over XP by egdaniel · 8 years ago
  88. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  89. 48d91b5 Delay creation of cpu-side buffer memory until actually needed by robertphillips · 8 years ago
  90. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  91. 212c7c3 Tessellator: better fix for reused-edges issue. by senorblanco · 8 years ago
  92. adf4edc Don't emit dead code in circle shader when not using distance vectors. by bsalomon · 8 years ago
  93. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  94. 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
  95. 36e5adb Revert of Reduce window rectangles cap to 8 (patchset #1 id:1 of https://codereview.chromium.org/2254013002/ ) by robertphillips · 8 years ago
  96. 70f5251 Fix assert caused by floating point error in tessellating path renderer. by senorblanco · 8 years ago
  97. c3953af Fix computation of clipped src rect when tiling bitmaps in SkGpuDevice by bsalomon · 8 years ago
  98. 52d7215 Reduce window rectangles cap to 8 by csmartdalton · 8 years ago
  99. bd4121a Fix fb variable name in GLSL by egdaniel · 8 years ago
  100. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago