1. 92aef4b Support using vulkan 1.1. by Greg Daniel · 7 years ago
  2. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 7 years ago
  3. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 7 years ago
  4. 04ae8ee Add color space to SkColorFilter::filterColor4f by Brian Osman · 7 years ago
  5. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 7 years ago
  6. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 7 years ago
  7. da16cce Use our own checked in Vulkan header to build skia source code. by Greg Daniel · 7 years ago
  8. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 7 years ago
  9. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 7 years ago
  10. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  11. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 7 years ago
  12. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 7 years ago
  13. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 7 years ago
  14. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 7 years ago
  15. 70039d8 Remove SkFastMin32 by Nigel Tao · 7 years ago
  16. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 7 years ago
  17. c3bc69f Rename MakeAsTextDraw to MakeFromText by Herb Derby · 7 years ago
  18. 4818244 Remove unused kTexture2D_GrSLType and kSampler_GrSLType by Brian Salomon · 7 years ago
  19. db10ed0 Remove unused kBufferSampler_GrSLType by Brian Salomon · 7 years ago
  20. ab54e73 Hide SkTextBlob::GlyphPositioning from public API by Florin Malita · 7 years ago
  21. 9acfc6c Add kAAHairline to GpuPathRenderers by Chris Dalton · 7 years ago
  22. 1347144 Centralize bitmap glyph positioning by Herb Derby · 7 years ago
  23. 01a9128 Maybe fix numStencilBits TSAN crash by Robert Phillips · 7 years ago
  24. e1789af Don't double check in SkArenaAlloc. by Ben Wagner · 7 years ago
  25. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 7 years ago
  26. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 7 years ago
  27. 6a4e60b Revert "Reduce arbitrary opList splitting when sorting (take 2)" by Robert Phillips · 7 years ago
  28. 20d4e54 Reduce arbitrary opList splitting when sorting (take 2) by Robert Phillips · 7 years ago
  29. fa07204 remove unimplemented headers by Cary Clark · 7 years ago
  30. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 7 years ago
  31. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 7 years ago
  32. 310f44d rename to Merge patheffect by Mike Reed · 7 years ago
  33. 785586a remove unused serialization in textblob by Cary Clark · 7 years ago
  34. 81bb123 Update Skia milestone to 70 by Heather Miller · 7 years ago
  35. 7c0998a Revert "Add kAAHairline to GpuPathRenderers" by Ben Wagner · 7 years ago
  36. 880b9d3 Add kAAHairline to GpuPathRenderers by Chris Dalton · 7 years ago
  37. 0ef539a add new patheffects by Mike Reed · 7 years ago
  38. 715d08c Fix explicit allocation bug by Robert Phillips · 7 years ago
  39. ce3c28f Pull non-substantive changes out of "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 7 years ago
  40. 2b0e6cd Reland "SkDEBUGF: use __VA_ARGS__" by Hal Canary · 7 years ago
  41. 4b3a515 MakeAsDrawText for SkTextBlob by Herb Derby · 7 years ago
  42. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 7 years ago
  43. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 7 years ago
  44. 53c8769 remove unused untested parts of text blob by Cary Clark · 7 years ago
  45. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 7 years ago
  46. f6db495 Remove SkTransferFunctionBehavior by Brian Osman · 7 years ago
  47. 4fa3178 Revert "Reduce arbitrary opList splitting when sorting" by Robert Phillips · 7 years ago
  48. 94fee93 Reduce arbitrary opList splitting when sorting by Robert Phillips · 7 years ago
  49. 1128ebc make u32 check runtime by Mike Reed · 7 years ago
  50. 7651c16 refresh generated includes by Cary Clark · 7 years ago
  51. 8a6348e Introduce text blob processing but don't wire it up by Herb Derby · 7 years ago
  52. 662ea4b Remove texel buffer support. by Brian Salomon · 7 years ago
  53. 0277440 Remove SkRefCnt_SafeAssign. by Ben Wagner · 7 years ago
  54. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 7 years ago
  55. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 7 years ago
  56. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 7 years ago
  57. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 7 years ago
  58. 77c138f remove unneeded scale from procs by Mike Reed · 7 years ago
  59. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 7 years ago
  60. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  61. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 7 years ago
  62. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 7 years ago
  63. e923ccc Revert "SkDEBUGF: use __VA_ARGS__" by Robert Phillips · 7 years ago
  64. 2267a09 SkDEBUGF: use __VA_ARGS__ by Hal Canary · 7 years ago
  65. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  66. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 7 years ago
  67. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 7 years ago
  68. d17444d Remove unused GrPixelConfig functions by Brian Osman · 7 years ago
  69. 9a6e42f added caching of SkVertices by Ruiqi Mao · 7 years ago
  70. 688a8e5 More workarounds on Windows Debug DLL crash. by Yong-Hwan Baek · 7 years ago
  71. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 7 years ago
  72. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 7 years ago
  73. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 7 years ago
  74. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 7 years ago
  75. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  76. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 7 years ago
  77. 94d57c4 updated SkCanvas documentation for animation overloads of drawVertices by Ruiqi Mao · 7 years ago
  78. 389abd5 Simplify GrGLInterface::abandon by Hal Canary · 7 years ago
  79. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 7 years ago
  80. a219419 Some scissor state cleanup. by Brian Salomon · 7 years ago
  81. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 7 years ago
  82. 4e85e80 added Metal support to GrBackendSurface by Timothy Liang · 7 years ago
  83. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 7 years ago
  84. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 7 years ago
  85. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 7 years ago
  86. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 7 years ago
  87. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 7 years ago
  88. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 7 years ago
  89. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 7 years ago
  90. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 7 years ago
  91. 224c700 sync docs up with tip of tree by Cary Clark · 7 years ago
  92. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 7 years ago
  93. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 7 years ago
  94. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 7 years ago
  95. ef12509 ccpr: Add a context option to disable ccpr by Chris Dalton · 7 years ago
  96. 3785471 basic first pass at RGBA F32 support by Mike Klein · 7 years ago
  97. a57488a Expose public factories for platform decoders by Leon Scroggins III · 7 years ago
  98. 6a284b7 Clean up includes in SkMallocPixelRef by Ben Wagner · 7 years ago
  99. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 7 years ago
  100. 752e08b Fix abandonment of programs by Robert Phillips · 7 years ago