1. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  2. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  3. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  4. 6f24180 vk: don't re-check the primitive type for each batch of a mesh by Chris Dalton · 7 years ago
  5. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  6. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  7. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  8. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  9. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  10. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  11. 783c436 Fix comma in vulkan by Greg Daniel · 7 years ago
  12. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 7 years ago
  13. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  14. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  15. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  16. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  17. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  18. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  19. a754378 Setup support for UNIFORM_TEXEL_BUFFER descriptor sets in Vulkan by Greg Daniel · 7 years ago
  20. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  21. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  22. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  23. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  24. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  25. a41d48b Add additional checks when creating vulkan context by Greg Daniel · 7 years ago
  26. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  27. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  28. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  29. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  30. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  31. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  32. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  33. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  34. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 7 years ago
  35. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  36. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  37. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  38. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  39. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  40. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 7 years ago
  41. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  42. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  43. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  44. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 7 years ago
  45. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  46. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  47. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  48. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  49. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  50. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  51. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  52. 2db3232 Fix Vulkan memory leak in MSAA by Greg Daniel · 7 years ago
  53. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  54. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  55. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  56. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  57. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  58. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  59. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  60. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  61. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  62. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  63. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  64. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  65. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  66. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  67. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  68. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 7 years ago
  69. 84cff13 Disable dual source blending on AMD vulkan. 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. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 7 years ago
  72. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  73. a3b6a55 In Vulkan make sure to add barriers between write operations by Greg Daniel · 7 years ago
  74. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 7 years ago
  75. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  76. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  77. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  78. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  79. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  80. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  81. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  82. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  83. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  84. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 7 years ago
  85. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  86. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  87. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 7 years ago
  88. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  89. b37cb23 Add integer vectors to GrSLType by csmartdalton · 8 years ago
  90. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  91. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  92. ac95c5f Make sure to preserve stencil on vulkan copy as draws by Greg Daniel · 8 years ago
  93. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 8 years ago
  94. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  95. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  96. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  97. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  98. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  99. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  100. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago