1. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  2. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  3. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  4. 386a9b6 Fix allocation size of vk transfer buffer during copy. by Greg Daniel · 6 years ago
  5. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  6. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  7. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  8. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  9. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  10. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  11. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  12. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  13. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  14. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  15. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  16. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  17. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  18. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  19. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  20. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  21. 001c67f Remove Vulkan code that supported creating a GrVkRenderTarget. by Greg Daniel · 6 years ago
  22. 21580ba Fix some static intializers in Vulkan code. by Greg Daniel · 6 years ago
  23. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  24. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 6 years ago
  25. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  26. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  27. 1ba1bfc Fix vulkan copy resolve. by Greg Daniel · 6 years ago
  28. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  29. 7d918fd Don't destroy VkPipelineLayouts until after command buffer recording. by Greg Daniel · 6 years ago
  30. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  31. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  32. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  33. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  34. ddc0c60 Always use dedicated VkImage memory on NexusPlayer and Mali. by Greg Daniel · 6 years ago
  35. e475d01 remove stray SkTLList includes by Mike Klein · 6 years ago
  36. 2f6e069 Fix unused propFlags in GrVkMemory. by Greg Daniel · 6 years ago
  37. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  38. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  39. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  40. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  41. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  42. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  43. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  44. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  45. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  46. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  47. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  48. 4d3f517 Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor ownership. by Brian Salomon · 6 years ago
  49. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  50. dc63620 Add guard around GrVkBackendContext::Create function. by Greg Daniel · 6 years ago
  51. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  52. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  53. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  54. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  55. 8683037 Always keep buffers in vulkan persistently mapped. by Greg Daniel · 6 years ago
  56. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  57. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  58. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  59. de81143 Revert "Move include into head to fix build breakage." by Greg Daniel · 6 years ago
  60. fac6953 Move include into head to fix build breakage. by Greg Daniel · 6 years ago
  61. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago
  62. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  63. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  64. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  65. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 6 years ago
  66. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago
  67. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  68. 724afe8 Driver bug workaround: max_texture_size_limit_4096 by Adrienne Walker · 6 years ago
  69. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  70. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  71. 26dbe3b Implement GL canCopySurface in GrGLCaps. by Greg Daniel · 6 years ago
  72. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  73. 25af671 Add GrCap check for whether we can do a copy or not, and implement in Vk backend by Greg Daniel · 6 years ago
  74. ff134f2 Compile with latest clang 7. by Ben Wagner · 6 years ago
  75. dbdba60 Add discard check when deciding if we should execute op list or not. by Greg Daniel · 6 years ago
  76. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  77. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 6 years ago
  78. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 7 years ago
  79. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 7 years ago
  80. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 7 years ago
  81. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  82. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 7 years ago
  83. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 7 years ago
  84. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 7 years ago
  85. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  86. 55068bf vulkan: Fix an optimus-related failure with vkEnumeratePhysicalDevices by Chris Dalton · 7 years ago
  87. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 7 years ago
  88. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 7 years ago
  89. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 7 years ago
  90. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 7 years ago
  91. e037d76 Remove specVersion check on vk extensions. by Greg Daniel · 7 years ago
  92. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 7 years ago
  93. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 7 years ago
  94. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  95. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 7 years ago
  96. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  97. 186ff6d Fix version check for vulkan layers by Greg Daniel · 7 years ago
  98. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  99. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  100. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago