1. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  2. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  3. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  4. 8c326e9 Remove fStencilClearValue from Vulkan's CommandBufferInfo struct by Robert Phillips · 7 years ago
  5. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  6. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  7. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  8. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  9. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  10. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  11. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  12. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  13. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  14. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  15. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  16. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  17. 0f99277 Address ASAN complaint by Robert Phillips · 7 years ago
  18. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  19. 6b65b98 Indicate texel buffer support in Vulkan by Chris Dalton · 7 years ago
  20. 660cc99 Restrict acceptable bounds for uploading data to mip levels on GPU by Greg Daniel · 7 years ago
  21. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  22. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  23. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  24. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  25. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  26. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  27. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  28. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  29. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  30. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  31. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  32. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  33. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  34. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  35. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  36. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  37. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  38. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  39. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  40. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  41. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  42. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  43. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  44. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  45. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  46. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  47. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  48. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  49. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  50. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  51. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  52. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  53. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  54. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  55. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  56. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  57. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  58. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  59. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  60. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  61. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 7 years ago
  62. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 7 years ago
  63. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  64. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  65. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  66. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  67. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  68. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  69. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 7 years ago
  70. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 7 years ago
  71. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  72. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  73. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  74. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  75. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  76. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  77. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  78. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  79. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  80. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 7 years ago
  81. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  82. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 7 years ago
  83. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 7 years ago
  84. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 7 years ago
  85. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  86. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  87. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  88. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  89. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  90. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  91. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  92. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  93. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  94. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  95. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  96. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  97. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  98. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  99. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  100. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago