1. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  2. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  3. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  4. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  5. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  6. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  7. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  8. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  9. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  10. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  11. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  12. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  13. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  14. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  15. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  16. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  17. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  18. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  19. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  20. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  21. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  22. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  23. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  24. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  25. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  26. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  27. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  28. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  29. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  30. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  31. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 7 years ago
  32. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 7 years ago
  33. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  34. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  35. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  36. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  37. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  38. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  39. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 7 years ago
  40. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 7 years ago
  41. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  42. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  43. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  44. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  45. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  46. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  47. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  48. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  49. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  50. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 7 years ago
  51. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  52. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 7 years ago
  53. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 7 years ago
  54. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 7 years ago
  55. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  56. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  57. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  58. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  59. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  60. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  61. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  62. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  63. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  64. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  65. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  66. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  67. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  68. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  69. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  70. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  71. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  72. b353863 Revert of Add command buffer submits before copy calls in vulkan. (patchset #5 id:80001 of https://codereview.chromium.org/2363773006/ ) by egdaniel · 8 years ago
  73. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  74. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  75. d5797b3 Fix possible divide by zero in vulkan granularity adjustments by egdaniel · 8 years ago
  76. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  77. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago
  78. 927ac9c Refactor vulkan buffer mapping and unmapping by egdaniel · 8 years ago
  79. ec44099 Lots of little cleanup improvements to Vulkan by egdaniel · 8 years ago
  80. 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
  81. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  82. f5f97dd Remove unneeded pipeline barrier in vulkan by egdaniel · 8 years ago
  83. ce3bfb1 Don't add the resolve attachment to vulkan render passes. by egdaniel · 8 years ago
  84. 6693355 Add addtional resolve calls to vulkan backend by egdaniel · 8 years ago
  85. 583bc2e Fix compile warning on MSVC-vulkan (VkDeviceSize -> size_t) by brianosman · 8 years ago
  86. a95d46b Fix copying of data in vulkan testing texture by egdaniel · 8 years ago
  87. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
  88. 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
  89. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  90. 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
  91. 4c6e47a Recycle small uniform buffers. by jvanverth · 8 years ago
  92. b117ff1 Convert readSurfacePixels to use a draw context instead of a texture by bsalomon · 8 years ago
  93. 7ac5da8 Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps by egdaniel · 8 years ago
  94. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 8 years ago
  95. 27bb284 Check granularity in render pass bounds by egdaniel · 8 years ago
  96. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  97. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  98. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  99. 2f5792a Fix vulkan image sampling by egdaniel · 8 years ago
  100. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago