1. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  2. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  3. dc73559 add missing "static" by Mike Klein · 6 years ago
  4. 309b053 Increase initial Interval allocation in GrResourceAllocator by Brian Salomon · 6 years ago
  5. 2091fbb Fix some bugs around opaque color types and computeIsOpaque by Brian Osman · 6 years ago
  6. 9c37cd9 Revert "Fix image info checking for always-opaque color types" by Brian Osman · 6 years ago
  7. 9835dd5 Fix image info checking for always-opaque color types by Brian Osman · 6 years ago
  8. 411bf13 Small re-inline cleanup for GrGlyphCache by Herb Derby · 6 years ago
  9. 93faa67 Make CCPR optional by Kevin Lubick · 6 years ago
  10. f00b162 Fix up SkImage_GpuYUVA MakePromiseYUVATexture by Jim Van Verth · 6 years ago
  11. 6ba8c83 Fix yuv_to_rgb_effect GM by Robert Phillips · 6 years ago
  12. 51e8b7e ccpr: Use ceil/floor to round out path cover octagons by Chris Dalton · 6 years ago
  13. b7a98ef Add reduceOpListSplitting flag by Robert Phillips · 6 years ago
  14. 1499d9e Fix up degenerate quads by Jim Van Verth · 6 years ago
  15. 43a5497 Round clear rects in drawPaint() by Michael Ludwig · 6 years ago
  16. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  17. f40ddfa ccpr: Actually register path cache entries as listeners on paths by Chris Dalton · 6 years ago
  18. 3d6390e Convert drawPaint to scissor+clear when possible by Michael Ludwig · 6 years ago
  19. 8e738a2 Prefer fullscreen clears on QC/Vulkan by Chris Dalton · 6 years ago
  20. 46acf9d Add context option to reduce opList splitting by Robert Phillips · 6 years ago
  21. f7828d0 Better optimize our use of memory barriers in vulkan. by Greg Daniel · 6 years ago
  22. 0106351 Metal stencil support by Ethan Nicholas · 6 years ago
  23. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 6 years ago
  24. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 6 years ago
  25. 733b265 Match AHARDWAREBUFFER_FORMAT_R8G8B8X8_UNORM HW buffer format by Stan Iliev · 6 years ago
  26. 0f70be8 Reland "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  27. 29b11d6 ccpr: Delete the stashed atlas texture before allocating a new one by Chris Dalton · 6 years ago
  28. 6e2625d Revert "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  29. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  30. d50d657 Remove ability to sample textures in vertex or geometry shaders. by Greg Daniel · 6 years ago
  31. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  32. 6be4715 isolate users of SkFindAndPlaceGlyph.h by Mike Reed · 6 years ago
  33. 1b4ad76 ccpr: Unblacklist PowerVR Rogue by Chris Dalton · 6 years ago
  34. b7e0371 ccpr: Fix a divide-by-zero in corner attenuation by Chris Dalton · 6 years ago
  35. 080e77f Use SkPMColor4f in OverrideInput, remove some kruft from SkGr by Brian Osman · 6 years ago
  36. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  37. c4d3ded ccpr: Unblacklist Sandy Bridge/Bay Trail on Mesa by Chris Dalton · 6 years ago
  38. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  39. 72535fb Reland "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Michael Ludwig · 6 years ago
  40. f09abc5 Always turn off domain in GrTextureOp for no-aa/nearest by Brian Salomon · 6 years ago
  41. 6989ba4 ccpr: Remove the Mac+Radeon GL blacklist by Chris Dalton · 6 years ago
  42. 99b88e0 Pass a VkRenderPass through pipeline state creation instead of GrVkRenderPass. by Greg Daniel · 6 years ago
  43. b4d8956 Reland "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."" by Greg Daniel · 6 years ago
  44. f170904 Move integer rect checks from GrRenderTarget::drawTexture to GrTextureOp by Brian Salomon · 6 years ago
  45. a55e214 Revert "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."" by Mike Klein · 6 years ago
  46. 3093a17 Remove unused macro SK_DONT_DROP_UNNECESSARY_AA_IN_TEXTURE_OP by Brian Salomon · 6 years ago
  47. 55aea84 Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN." by Greg Daniel · 6 years ago
  48. 5ea96bf Remove unused premul/unpremul FP code by Brian Osman · 6 years ago
  49. 76c775f ccpr: Fix the path cache on Android framework by Chris Dalton · 6 years ago
  50. 684b506 Revert "Always include public/include headers for vulkan and just guard src files with SK_VULKAN." by Mike Klein · 6 years ago
  51. 6e2d607 Always include public/include headers for vulkan and just guard src files with SK_VULKAN. by Greg Daniel · 6 years ago
  52. f86073a Add some checks to GrDashOp by Jim Van Verth · 6 years ago
  53. 2213ee9 Add support for per-edge AA to GrTextureOp. by Brian Salomon · 6 years ago
  54. 7597551 On ES2 + EXT_color_buffer_half_float cannot render to GL_R16F. by Brian Salomon · 6 years ago
  55. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  56. 083bc15 Update parameter generation for randomized gradient tests by Michael Ludwig · 6 years ago
  57. e50efdf Remove a few exit-time destructors. by Nico Weber · 6 years ago
  58. 7d8e1f7 Move remote glyph cache DFT handling to painter by Herb Derby · 6 years ago
  59. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  60. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  61. 4374e96 Disable write pixels fast path on vulkan mali to workaround driver bug. by Greg Daniel · 6 years ago
  62. 475eb70 Reland "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  63. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  64. 87311c6 Remove SkPM4fPriv.h includes, then IWYU by Brian Osman · 6 years ago
  65. d3a357d Remove recursion from setData() in GrGLSLFragmentProcessor by Michael Ludwig · 6 years ago
  66. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  67. 1620b87 Reland "Change how GrTextureOp computes outset vertices." by Brian Salomon · 6 years ago
  68. e2a801d Revert "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Brian Osman · 6 years ago
  69. ab3144c Revert "Change how GrTextureOp computes outset vertices." by Brian Salomon · 6 years ago
  70. f065907 Reland "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  71. 42e086c Change how GrTextureOp computes outset vertices. by Brian Salomon · 6 years ago
  72. dac1ed5 Redo GrTextBlob path flush by Herb Derby · 6 years ago
  73. cfe1264 GrTessellator: two fixes for boundary simplification artifacts. by Stephen White · 6 years ago
  74. f18c297 Revert "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  75. ce202d5 Extract code common to Renderer and GPU for Fallback by Herb Derby · 6 years ago
  76. a8b20a1 Add support for RGB config to Vulkan. by Greg Daniel · 6 years ago
  77. a925bb0 Don't draw device-independent ellipses with degenerate matrix by Jim Van Verth · 6 years ago
  78. 40599fe Enable CCPR on Vulkan without geometry shaders by Chris Dalton · 6 years ago
  79. dedf8f2 ccpr: Fix heap use-after-free caused by member destruction order by Chris Dalton · 6 years ago
  80. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  81. 87a3011 More valid input checking for text by Jim Van Verth · 6 years ago
  82. 9461dcf Revert "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  83. dcc85fc Implement an explicit binary search-based analytic gradient colorizer by Michael Ludwig · 6 years ago
  84. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  85. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  86. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  87. 6e78ae5 Reland "have SkConvertPixels use SkColorSpaceXformSteps" by Mike Klein · 6 years ago
  88. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  89. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  90. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  91. b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
  92. f610bae fixed spelling of 'preferred' by Ethan Nicholas · 6 years ago
  93. 217056c [CanvasKit] Implement some basic Canvas/Surface things. by Kevin Lubick · 6 years ago
  94. 75d6db7 Properly align inside GrTextBlob. by Ben Wagner · 6 years ago
  95. a85838c send SkPMColor::toPMColor() through Sk4f_toL32() by Mike Klein · 6 years ago
  96. 653c6b5 Remove (unused) GrBlend.cpp, and some GrColor helpers by Brian Osman · 6 years ago
  97. bf6bf39 Increase precision for two point gradient coordinates. by Michael Ludwig · 6 years ago
  98. cf370b1 Clean up GPU strike sk_sp by Herb Derby · 6 years ago
  99. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  100. 4a3f5c8 Remove hacks for UShort2 texture coords by Brian Osman · 6 years ago