1. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  2. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 6 years ago
  3. 8ad91a9 remove unused SkRasterizer by Mike Reed · 6 years ago
  4. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 6 years ago
  5. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 6 years ago
  6. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  7. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 6 years ago
  8. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 6 years ago
  9. faca00d ccpr: Unblacklist Mali by Chris Dalton · 6 years ago
  10. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  11. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  12. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  13. 4d12051 Add explicit abandoned flag to the GrProxyProvider by Robert Phillips · 7 years ago
  14. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  15. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  16. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  17. 0a94e4c ccpr: Blacklist vertex shaders on ANGLE/Skylake by Chris Dalton · 7 years ago
  18. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  19. cfe83d1 Add more asserts about MSAA render buffers and FBO 0 by Brian Osman · 7 years ago
  20. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  21. a9c8a05 Be more explicit checking for render targets with MSAA render buffers by Brian Osman · 7 years ago
  22. f625860 Fix handling of red support for GalliumLLVM renderer by Robert Phillips · 7 years ago
  23. 9ca2784 Extract a GrCCPathParser class that is decoupled from atlas ops by Chris Dalton · 7 years ago
  24. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  25. d8b01ad Remove old command buffer ES3 tex storage limitation by Brian Salomon · 7 years ago
  26. e609e81 Remove GrGLCaps::fTextureRedSupport by Brian Salomon · 7 years ago
  27. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  28. fe266c2 use safemath::mull for buffer sizes by Mike Reed · 7 years ago
  29. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  30. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  31. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  32. 9ee5ab7 Disable explicit resource allocation in Ganesh by Robert Phillips · 7 years ago
  33. e728f67 Update to GrBackendTexutreImageGenerator to support lazy texture proxies by Greg Daniel · 7 years ago
  34. c65b65d Support scaled color emojis for SDF fallback by Jim Van Verth · 7 years ago
  35. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  36. 4e6cf91 Add macro to disable using GrTextureOp for AA in Chrome by Brian Salomon · 7 years ago
  37. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  38. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  39. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  40. 20df20c Fix FPs by Robert Phillips · 7 years ago
  41. f9bec20 Fix --preAbandonGpuContext bots by Robert Phillips · 7 years ago
  42. cf3a617 Remove color space restrictions from GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  43. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  44. 485b8c6 Don't apply coverage aa on image edges when target has msaa. by Brian Salomon · 7 years ago
  45. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  46. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  47. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  48. 966db9e Force BackendTextureImageGenerator to work on only 1 consumer context by Greg Daniel · 7 years ago
  49. 65fa8ca Updating lazy proxys to support the case where we know a lot more info about the texture. by Greg Daniel · 7 years ago
  50. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 7 years ago
  51. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  52. f4c1316 Begin support for large color emoji glyphs by Jim Van Verth · 7 years ago
  53. 4f34fca GrTessellator: eliminate some redundant computation. by Stephen White · 7 years ago
  54. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  55. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  56. deb7998 Fix buffer size assertion in Vulkan by Chris Dalton · 7 years ago
  57. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  58. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  59. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  60. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  61. 2c33e3e fixed inconsistent ordering of SkSL enums by Ethan Nicholas · 7 years ago
  62. 274218e move largest apis into private by Mike Reed · 7 years ago
  63. 579f094 Fix build by Robert Phillips · 7 years ago
  64. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  65. 7c2192b Make SkMatrixPriv stride mapping functions take separate src and dst strides by Brian Salomon · 7 years ago
  66. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  67. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  68. 8982dc1 Add GrResourceProviderPriv and expose GrGpu in it by Greg Daniel · 7 years ago
  69. f470b7e GrTessellator: fix for assert on bevelling. by Stephen White · 7 years ago
  70. 8fb3725 Privatize separate src/dst version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  71. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  72. 90e8fb1 Reland "CCPR: Initial semi-optimized vertex shader Impl" by Chris Dalton · 7 years ago
  73. 94b7e54 GrTessellator: fix for points which become non-finite on AA stroking. by Stephen White · 7 years ago
  74. 243f605 Fix android framework build by Brian Osman · 7 years ago
  75. 898d5b2 fixed uninitialized value warning in GrGLShaderStringBuilder by Ethan Nicholas · 7 years ago
  76. 1445da6 Removed unused useCache param in GrYUVProvider by Greg Daniel · 7 years ago
  77. 9d44081 Remove conversion to 8888 of sRGB sources with other configs by Brian Osman · 7 years ago
  78. a3cf365 Skip calling GrBlurUtils from SkGpuDevice::drawPath when possible. by Brian Salomon · 7 years ago
  79. da6d072 Make GrShape lazily initialize an original path for gen id change listeners by Brian Salomon · 7 years ago
  80. 0906825 Remove unused color from all distance field GPs and GrAtlasTextOp by Brian Osman · 7 years ago
  81. 57c2b8b remove unused declarations by Mike Reed · 7 years ago
  82. 20aaaee Avoid initializing SkStrokeRect twice in GrStyle copy constructor. by Brian Salomon · 7 years ago
  83. 8716b50 Update per-geo color after simplifying FPs in GrAtlasTextOp by Brian Osman · 7 years ago
  84. 40b77a6 Rearrange GRTC::drawPath() by Brian Salomon · 7 years ago
  85. d23c7c4 Revert "CCPR: Initial semi-optimized vertex shader Impl" by Chris Dalton · 7 years ago
  86. e3877ce CCPR: Initial semi-optimized vertex shader Impl by Chris Dalton · 7 years ago
  87. 92c7fa6 fix usage of deprecated SkMatrix44 constructor by Ethan Nicholas · 7 years ago
  88. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  89. d0b8d93 CCPR: Fix Intel crash and un-blacklist by Chris Dalton · 7 years ago
  90. 72f78c3 Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals as rrects. by Brian Salomon · 7 years ago
  91. 08faf04 Disable geometry shaders on old Qualcomm drivers by Chris Dalton · 7 years ago
  92. e260c46 GrTessellator: implement straight skeleton, phase 2. by Stephen White · 7 years ago
  93. 2871436 Revert "CCPR: Initial semi-optimized vertex shader Impl" by Brian Osman · 7 years ago
  94. a8f6aef CCPR: Initial semi-optimized vertex shader Impl by Chris Dalton · 7 years ago
  95. 5f9836e removed extraneous unused uniform handles for SkSL samplers by Ethan Nicholas · 7 years ago
  96. 297d6ef converted GrRRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  97. 915817b Guard the sqrt(temp) where temp < 0 in 2pt conical gradient by Yuqian Li · 7 years ago
  98. 2fad74a Make GrRenderTargetContext::drawPath() use GrShape to identify simpler by Brian Salomon · 7 years ago
  99. 1459ebd Handle invalid mode in SkGpuDevice::drawPoints. by Brian Salomon · 7 years ago
  100. b508696 Add matrix stack to SkAtlasTextTarget. by Brian Salomon · 7 years ago