1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  3. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  4. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  5. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  6. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  7. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  8. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  9. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  10. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  11. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  12. 4d3f517 Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor ownership. by Brian Salomon · 6 years ago
  13. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  14. dc63620 Add guard around GrVkBackendContext::Create function. by Greg Daniel · 6 years ago
  15. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  16. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  17. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  18. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  19. 8683037 Always keep buffers in vulkan persistently mapped. by Greg Daniel · 6 years ago
  20. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  21. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  22. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  23. de81143 Revert "Move include into head to fix build breakage." by Greg Daniel · 6 years ago
  24. fac6953 Move include into head to fix build breakage. by Greg Daniel · 6 years ago
  25. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago
  26. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  27. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  28. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  29. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 6 years ago
  30. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago
  31. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  32. 724afe8 Driver bug workaround: max_texture_size_limit_4096 by Adrienne Walker · 6 years ago
  33. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  34. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  35. 26dbe3b Implement GL canCopySurface in GrGLCaps. by Greg Daniel · 6 years ago
  36. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  37. 25af671 Add GrCap check for whether we can do a copy or not, and implement in Vk backend by Greg Daniel · 6 years ago
  38. ff134f2 Compile with latest clang 7. by Ben Wagner · 6 years ago
  39. dbdba60 Add discard check when deciding if we should execute op list or not. by Greg Daniel · 6 years ago
  40. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  41. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 6 years ago
  42. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago
  43. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  44. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 6 years ago
  45. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  46. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 6 years ago
  47. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  48. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  49. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  50. 55068bf vulkan: Fix an optimus-related failure with vkEnumeratePhysicalDevices by Chris Dalton · 6 years ago
  51. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 6 years ago
  52. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 6 years ago
  53. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 6 years ago
  54. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 6 years ago
  55. e037d76 Remove specVersion check on vk extensions. by Greg Daniel · 6 years ago
  56. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 6 years ago
  57. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 6 years ago
  58. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  59. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 6 years ago
  60. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  61. 186ff6d Fix version check for vulkan layers by Greg Daniel · 6 years ago
  62. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  63. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  64. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  65. 2b41784 Make sure we set stencil layout when doing copy as draw by Greg Daniel · 6 years ago
  66. 38c3d93 Don't emit empty command buffers in vulkan by Greg Daniel · 6 years ago
  67. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  68. a3c68df Make sure we do a render pass load if we copied to a surface before hand by Greg Daniel · 6 years ago
  69. ea022cd Fix vulkan layout barriers when we are doing in line uploads. by Greg Daniel · 6 years ago
  70. e464160 Fix Vulkan Copy as draw shader by Greg Daniel · 6 years ago
  71. 4f4a53f Fix initialLayout update in Vk createTestingOnlyImage by Greg Daniel · 6 years ago
  72. 0fe4ed8 Revert "ccpr: Unblacklist vulkan" by Greg Daniel · 6 years ago
  73. 30ce2a3 ccpr: Unblacklist vulkan by Chris Dalton · 6 years ago
  74. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  75. 8a37583 Ensure that GrGpu state tracking is initialized before making a backend RT/Tex in tests by Brian Salomon · 6 years ago
  76. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  77. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  78. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  79. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  80. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  81. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  82. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  83. de9f546 Make Vulkan testing-only backend textures have optimal layout by Brian Salomon · 6 years ago
  84. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  85. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  86. 31cc731 Don't use GENERAL layout during mipmap generation in Vulkan by Greg Daniel · 6 years ago
  87. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  88. 29acf84 Remove blacklist of dual source blending on AMD vulkan by Greg Daniel · 6 years ago
  89. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  90. e35a99e Update Flush and Invalidate Memory calls in vulkan to take offset and size by Greg Daniel · 6 years ago
  91. f3b1162 Move workaround for fSRGBsupport before config table init in GrVkCaps by Greg Daniel · 6 years ago
  92. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  93. bce5eb9 Move the rest of Vulkan driver workarounds into helper function in GrVkCaps by Greg Daniel · 6 years ago
  94. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  95. f3a4ef9 Add unit test the explicit tests create a GrVkCopyPipeline by Greg Daniel · 6 years ago
  96. 691f5e7 Respect disable driver correctness workaround flag in Vulkan by Greg Daniel · 6 years ago
  97. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  98. 45a44de Make sure we add render target mem barriers after any last second copies by Greg Daniel · 6 years ago
  99. 3cdfa09 Fix height calculation when doing copyImageToBuffer by Greg Daniel · 6 years ago
  100. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 6 years ago