1. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 6 years ago
  2. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  3. 9713dcf ccpr: Clip quadratic hulls more efficiently by Chris Dalton · 6 years ago
  4. b0601a4 ccpr: Improve CPU checks for collinear points by Chris Dalton · 6 years ago
  5. 7ca3b7b ccpr: Remove fCurrAnchorPoint from GrCCGeometry by Chris Dalton · 6 years ago
  6. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  7. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  8. a7b8e74 Reland "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Brian Salomon · 6 years ago
  9. 703b476 ccpr: Remove WindMethod from GrCCCoverageProcessor by Chris Dalton · 6 years ago
  10. f3c4e0c Add canvas2D fast paths to new read/write pixels code paths. by Brian Salomon · 6 years ago
  11. 55068bf vulkan: Fix an optimus-related failure with vkEnumeratePhysicalDevices by Chris Dalton · 6 years ago
  12. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  13. 9cc2823 Remove unneeded SK_SUPPORT_GPU checks in gpu only files. by Greg Daniel · 6 years ago
  14. 4c23934 ccpr: Make curve corners more seamless by Chris Dalton · 6 years ago
  15. c1b9c10 Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface by Brian Salomon · 6 years ago
  16. 9ca3065 Don't use GrPixelConfig value as proxy for valid on GrBackendSurface. by Greg Daniel · 6 years ago
  17. 87f852d Revert "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Robert Phillips · 6 years ago
  18. 65daa20 Remove SK_DISABLE_TEXTURE_OP_AA by Brian Salomon · 6 years ago
  19. efa60a1 Remove deprectated GrContext::MakeGL overloads that take raw ptr by Brian Salomon · 6 years ago
  20. f932a63 Add maxTextureSize()/maxRenderTargetSize() to GrContext by Brian Salomon · 6 years ago
  21. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  22. c585e20 Workaround for lack of ESSL3 external image extension on older Samsung devices by Brian Osman · 6 years ago
  23. 4470e34 Avoid calling glGetString(GL_EXTENSIONS) on core profiles by Brian Salomon · 6 years ago
  24. 9a544bc Stop using clear-as-draw workaround on newer Intel drivers on macOS by Brian Salomon · 6 years ago
  25. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  26. 1fda024 move SkIPoint16 to private header by Mike Reed · 6 years ago
  27. 1efe322 Make sure we set the origin when initDescForDstCopy fails by Greg Daniel · 6 years ago
  28. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 6 years ago
  29. 75a1302 Don't use the inner radius when not stroking in DIEllipse by Greg Daniel · 6 years ago
  30. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 6 years ago
  31. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 6 years ago
  32. c412b59 Handle perspective scales in GrPathUtil scaleToleranceToSrc by Greg Daniel · 6 years ago
  33. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  34. 62473ad Check if fan point is finite in GrAAConvexPathRenderer. by Greg Daniel · 6 years ago
  35. 8b09b96 Drop draw in GrAAConvextPathRenderer if calculation of center of mass ends up in NaN by Greg Daniel · 6 years ago
  36. 4eda8d9 Check for divide by zero in fill_in_2D_gaussian_kernel by Greg Daniel · 6 years ago
  37. 3aecc30 Check for divide by zero in fill_in_1D_gaussian_kernel by Greg Daniel · 6 years ago
  38. ba31640 Allow for divide by zero in miter calculation in GrAAConvexTessellator by Greg Daniel · 6 years ago
  39. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 6 years ago
  40. 08c39fc Increase precision in GrSRGBEffect by Brian Salomon · 6 years ago
  41. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 6 years ago
  42. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 6 years ago
  43. 64ecdce Turn on rendertarget sorting by Robert Phillips · 6 years ago
  44. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 6 years ago
  45. e037d76 Remove specVersion check on vk extensions. by Greg Daniel · 6 years ago
  46. 01a1cf9 More nans causing infinite recursion in GrPathUtils::convertCubicToQuads by Kevin Lubick · 6 years ago
  47. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  48. c534808 Revert "Delete GPU alpha clip masks" by Chris Dalton · 6 years ago
  49. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 6 years ago
  50. c46e9b7 Fix up .fp files by Robert Phillips · 6 years ago
  51. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 6 years ago
  52. 76e8516 Snap non-scaled emoji to pixel borders by Jim Van Verth · 6 years ago
  53. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 6 years ago
  54. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 6 years ago
  55. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 6 years ago
  56. 0090ef6 Don't use gl_FragCoord on legacy Tegra hardware by Chris Dalton · 6 years ago
  57. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 6 years ago
  58. 050c867 GrTessellator: hang fix. by Stephen White · 6 years ago
  59. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 6 years ago
  60. a466228 Delete GPU alpha clip masks by Chris Dalton · 6 years ago
  61. 3a9710b Add handling for allocation failure in GrTextureOpList by Robert Phillips · 6 years ago
  62. 8dfc70f ccpr: Various cleanups by Chris Dalton · 6 years ago
  63. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 6 years ago
  64. d3b37a1 Fix TSAN race in SkPaintToGrPaintNoShader by Robert Phillips · 6 years ago
  65. b709f27 ccpr: Use Manhattan distance for curve AA by Chris Dalton · 6 years ago
  66. 21ba551 ccpr: Replace curve corner MSAA with analytic attenuation by Chris Dalton · 6 years ago
  67. 34df0d3 Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig by Brian Salomon · 6 years ago
  68. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  69. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 6 years ago
  70. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 6 years ago
  71. 12a6842 Disable DDL assert to unblock Chrome by Robert Phillips · 6 years ago
  72. 48ce22b Add error return, upon mask creation failure, in sw_draw_with_mask_filter by Robert Phillips · 6 years ago
  73. a98183a Revert "Remove std::move from GrSimpleTextureEffect" by Robert Phillips · 6 years ago
  74. 7956b59 Remove SkAutoGlyphCache decls that happen to work by Herb Derby · 6 years ago
  75. 0a4b13c Remove std::move from GrSimpleTextureEffect by Robert Phillips · 6 years ago
  76. 0fd1275 GrGLES Interface: GL_OES_vertex_array_object ext by Hal Canary · 6 years ago
  77. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  78. 52076d1 ccpr: Use a more stable formula to find quadratic coordinates by Chris Dalton · 6 years ago
  79. 1045013 GrGLExtensions: remove unneded unique_ptr by Hal Canary · 6 years ago
  80. 186ff6d Fix version check for vulkan layers by Greg Daniel · 6 years ago
  81. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  82. 4e34a01 Remove more uses of SkAutoGlyphCache. by Herb Derby · 6 years ago
  83. 5c4b33b Don't add change listeners to pixelRefs in DDL mode by Robert Phillips · 6 years ago
  84. 8d38a7f ccpr: Update the sample to use proper coverage count buffers by Chris Dalton · 6 years ago
  85. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  86. af77002 Allow SkTraceMemoryDump to exclude wrapped objects by Eric Karl · 6 years ago
  87. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  88. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  89. 2b41784 Make sure we set stencil layout when doing copy as draw by Greg Daniel · 6 years ago
  90. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 6 years ago
  91. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  92. 38c3d93 Don't emit empty command buffers in vulkan by Greg Daniel · 6 years ago
  93. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  94. a3c68df Make sure we do a render pass load if we copied to a surface before hand by Greg Daniel · 6 years ago
  95. ea022cd Fix vulkan layout barriers when we are doing in line uploads. by Greg Daniel · 6 years ago
  96. e464160 Fix Vulkan Copy as draw shader by Greg Daniel · 6 years ago
  97. 874b535 Prevent crash when flushing while DDL recording by Robert Phillips · 6 years ago
  98. 91fba61 Support GL_OES_EGL_image_external on newer GLSL without essl3 by Brian Osman · 6 years ago
  99. 6e9a4f6 Make TestForPreservingPMConversions helper use lazy createTextureProxy call. by Greg Daniel · 6 years ago
  100. f733a72 Disable CCPR path rendering in DDL mode by Robert Phillips · 6 years ago