1. 9f2dab0 ccpr: Implement conics by Chris Dalton · 6 years ago
  2. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 6 years ago
  3. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 6 years ago
  4. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 6 years ago
  5. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 6 years ago
  6. 93b4ddd Update our config fallback switch in GrContext. by Greg Daniel · 6 years ago
  7. 1d4af54 Don't support GrCubicEffect if float != fp32 by Chris Dalton · 6 years ago
  8. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 6 years ago
  9. 98b2415 ccpr: Implement conics by Chris Dalton · 6 years ago
  10. da40cd2 Add glFlush workaround for instanced draws on Skylake by Chris Dalton · 6 years ago
  11. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 6 years ago
  12. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  13. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  14. 45c9220 Draw stroked circles with round caps analytically. by Brian Salomon · 6 years ago
  15. 6fdbf61 ccpr: Normalize the cubic inflection function instead of its roots by Chris Dalton · 6 years ago
  16. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago
  17. eab2baa added sk_LastFragColor by Ethan Nicholas · 6 years ago
  18. 50f77da ccpr: Actually blacklist ANGLE by Chris Dalton · 6 years ago
  19. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  20. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 6 years ago
  21. 875f785 Fail fast when trying to make a texture that's too large by Brian Osman · 6 years ago
  22. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  23. 516c292 ccpr: Blacklist ANGLE again by Chris Dalton · 6 years ago
  24. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  25. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  26. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  27. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 6 years ago
  28. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  29. 9713dcf ccpr: Clip quadratic hulls more efficiently by Chris Dalton · 6 years ago
  30. b0601a4 ccpr: Improve CPU checks for collinear points by Chris Dalton · 7 years ago
  31. 7ca3b7b ccpr: Remove fCurrAnchorPoint from GrCCGeometry by Chris Dalton · 7 years ago
  32. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  33. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  34. a7b8e74 Reland "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Brian Salomon · 7 years ago
  35. 703b476 ccpr: Remove WindMethod from GrCCCoverageProcessor by Chris Dalton · 7 years ago
  36. f3c4e0c Add canvas2D fast paths to new read/write pixels code paths. by Brian Salomon · 7 years ago
  37. 55068bf vulkan: Fix an optimus-related failure with vkEnumeratePhysicalDevices by Chris Dalton · 7 years ago
  38. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 7 years ago
  39. 9cc2823 Remove unneeded SK_SUPPORT_GPU checks in gpu only files. by Greg Daniel · 7 years ago
  40. 4c23934 ccpr: Make curve corners more seamless by Chris Dalton · 7 years ago
  41. c1b9c10 Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface by Brian Salomon · 7 years ago
  42. 9ca3065 Don't use GrPixelConfig value as proxy for valid on GrBackendSurface. by Greg Daniel · 7 years ago
  43. 87f852d Revert "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Robert Phillips · 7 years ago
  44. 65daa20 Remove SK_DISABLE_TEXTURE_OP_AA by Brian Salomon · 7 years ago
  45. efa60a1 Remove deprectated GrContext::MakeGL overloads that take raw ptr by Brian Salomon · 7 years ago
  46. f932a63 Add maxTextureSize()/maxRenderTargetSize() to GrContext by Brian Salomon · 7 years ago
  47. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
  48. c585e20 Workaround for lack of ESSL3 external image extension on older Samsung devices by Brian Osman · 7 years ago
  49. 4470e34 Avoid calling glGetString(GL_EXTENSIONS) on core profiles by Brian Salomon · 7 years ago
  50. 9a544bc Stop using clear-as-draw workaround on newer Intel drivers on macOS by Brian Salomon · 7 years ago
  51. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
  52. 1fda024 move SkIPoint16 to private header by Mike Reed · 7 years ago
  53. 1efe322 Make sure we set the origin when initDescForDstCopy fails by Greg Daniel · 7 years ago
  54. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 7 years ago
  55. 75a1302 Don't use the inner radius when not stroking in DIEllipse by Greg Daniel · 7 years ago
  56. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 7 years ago
  57. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 7 years ago
  58. c412b59 Handle perspective scales in GrPathUtil scaleToleranceToSrc by Greg Daniel · 7 years ago
  59. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 7 years ago
  60. 62473ad Check if fan point is finite in GrAAConvexPathRenderer. by Greg Daniel · 7 years ago
  61. 8b09b96 Drop draw in GrAAConvextPathRenderer if calculation of center of mass ends up in NaN by Greg Daniel · 7 years ago
  62. 4eda8d9 Check for divide by zero in fill_in_2D_gaussian_kernel by Greg Daniel · 7 years ago
  63. 3aecc30 Check for divide by zero in fill_in_1D_gaussian_kernel by Greg Daniel · 7 years ago
  64. ba31640 Allow for divide by zero in miter calculation in GrAAConvexTessellator by Greg Daniel · 7 years ago
  65. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 7 years ago
  66. 08c39fc Increase precision in GrSRGBEffect by Brian Salomon · 7 years ago
  67. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 7 years ago
  68. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 7 years ago
  69. 64ecdce Turn on rendertarget sorting by Robert Phillips · 7 years ago
  70. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 7 years ago
  71. e037d76 Remove specVersion check on vk extensions. by Greg Daniel · 7 years ago
  72. 01a1cf9 More nans causing infinite recursion in GrPathUtils::convertCubicToQuads by Kevin Lubick · 7 years ago
  73. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 7 years ago
  74. c534808 Revert "Delete GPU alpha clip masks" by Chris Dalton · 7 years ago
  75. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 7 years ago
  76. c46e9b7 Fix up .fp files by Robert Phillips · 7 years ago
  77. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 7 years ago
  78. 76e8516 Snap non-scaled emoji to pixel borders by Jim Van Verth · 7 years ago
  79. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  80. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  81. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 7 years ago
  82. 0090ef6 Don't use gl_FragCoord on legacy Tegra hardware by Chris Dalton · 7 years ago
  83. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 7 years ago
  84. 050c867 GrTessellator: hang fix. by Stephen White · 7 years ago
  85. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 7 years ago
  86. a466228 Delete GPU alpha clip masks by Chris Dalton · 7 years ago
  87. 3a9710b Add handling for allocation failure in GrTextureOpList by Robert Phillips · 7 years ago
  88. 8dfc70f ccpr: Various cleanups by Chris Dalton · 7 years ago
  89. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 7 years ago
  90. d3b37a1 Fix TSAN race in SkPaintToGrPaintNoShader by Robert Phillips · 7 years ago
  91. b709f27 ccpr: Use Manhattan distance for curve AA by Chris Dalton · 7 years ago
  92. 21ba551 ccpr: Replace curve corner MSAA with analytic attenuation by Chris Dalton · 7 years ago
  93. 34df0d3 Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig by Brian Salomon · 7 years ago
  94. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  95. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 7 years ago
  96. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 7 years ago
  97. 12a6842 Disable DDL assert to unblock Chrome by Robert Phillips · 7 years ago
  98. 48ce22b Add error return, upon mask creation failure, in sw_draw_with_mask_filter by Robert Phillips · 7 years ago
  99. a98183a Revert "Remove std::move from GrSimpleTextureEffect" by Robert Phillips · 7 years ago
  100. 7956b59 Remove SkAutoGlyphCache decls that happen to work by Herb Derby · 7 years ago