1. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 6 years ago
  2. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 6 years ago
  3. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  4. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  5. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  6. dfb3a16 Move default init of tmp draw params out of subclasses into GrGpu by Brian Salomon · 6 years ago
  7. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 6 years ago
  8. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  9. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  10. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  11. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  12. d653cac More sample count cleanup: by Brian Salomon · 6 years ago
  13. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  14. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  15. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  16. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 6 years ago
  17. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 6 years ago
  18. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 6 years ago
  19. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  20. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  21. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  22. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  23. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  24. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  25. 5254ccc Move pixel config getter to private in GrBackendSurface by Greg Daniel · 7 years ago
  26. a8e40de workaround for VkWrapTests crash by Ethan Nicholas · 7 years ago
  27. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  28. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  29. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  30. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  31. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  32. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  33. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  34. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  35. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  36. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  37. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  38. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  39. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  40. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  41. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  42. 8c326e9 Remove fStencilClearValue from Vulkan's CommandBufferInfo struct by Robert Phillips · 7 years ago
  43. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  44. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  45. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  46. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  47. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  48. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  49. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  50. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  51. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  52. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  53. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  54. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  55. 0f99277 Address ASAN complaint by Robert Phillips · 7 years ago
  56. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  57. 6b65b98 Indicate texel buffer support in Vulkan by Chris Dalton · 7 years ago
  58. 660cc99 Restrict acceptable bounds for uploading data to mip levels on GPU by Greg Daniel · 7 years ago
  59. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  60. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  61. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  62. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  63. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  64. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  65. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  66. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  67. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  68. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  69. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  70. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  71. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  72. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  73. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  74. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  75. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  76. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  77. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  78. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  79. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  80. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  81. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  82. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  83. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  84. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  85. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  86. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  87. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  88. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  89. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  90. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  91. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  92. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  93. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  94. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  95. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  96. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  97. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  98. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  99. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 7 years ago
  100. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 7 years ago