1. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  2. 0190787 Really disable srgb on nexus player vulkan by Greg Daniel · 7 years ago
  3. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  4. 08d6d60 Disable srgb on vulkan nexus player by Greg Daniel · 7 years ago
  5. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  6. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  7. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  8. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  9. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  10. b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 7 years ago
  11. d34edf3 Revert "Revert "Remove GrSurfaceDesc member from GrSurface."" by Brian Salomon · 7 years ago
  12. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  13. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  14. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  15. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  16. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  17. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  18. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  19. e3cd691 Fix for amd copy as draws on vulkan by Greg Daniel · 7 years ago
  20. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  21. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  22. 1cdbdda Enable vulkan copies as draws for everything but qualcomm by Greg Daniel · 7 years ago
  23. a63e7ab Require copy as draws for vulkan cross context image support by Greg Daniel · 7 years ago
  24. 5635193 Enable CrossContextTextureSupport on vulkan by Greg Daniel · 7 years ago
  25. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  26. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  27. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  28. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  29. 6c9f101 Add some swizzle checks to vulkan backend by Greg Daniel · 7 years ago
  30. 852d715 Create geometry shader modules in vulkan when using geom shaders by Greg Daniel · 7 years ago
  31. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  32. 31ec144 Add support for using texel buffers in Vulkan backend. by Greg Daniel · 7 years ago
  33. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  34. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  35. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  36. 6f24180 vk: don't re-check the primitive type for each batch of a mesh by Chris Dalton · 7 years ago
  37. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  38. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  39. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  40. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  41. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  42. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  43. 783c436 Fix comma in vulkan by Greg Daniel · 7 years ago
  44. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 7 years ago
  45. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  46. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  47. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  48. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  49. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  50. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  51. a754378 Setup support for UNIFORM_TEXEL_BUFFER descriptor sets in Vulkan by Greg Daniel · 7 years ago
  52. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  53. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  54. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  55. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  56. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  57. a41d48b Add additional checks when creating vulkan context by Greg Daniel · 7 years ago
  58. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  59. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  60. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  61. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  62. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  63. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  64. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  65. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  66. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 7 years ago
  67. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  68. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  69. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  70. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  71. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  72. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 7 years ago
  73. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  74. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  75. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  76. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 7 years ago
  77. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  78. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  79. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  80. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  81. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  82. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  83. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  84. 2db3232 Fix Vulkan memory leak in MSAA by Greg Daniel · 7 years ago
  85. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  86. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  87. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  88. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  89. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  90. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  91. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  92. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  93. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  94. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  95. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  96. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  97. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  98. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  99. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  100. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 7 years ago