1. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 8 years ago
  2. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 8 years ago
  3. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 8 years ago
  4. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
  5. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 8 years ago
  6. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
  7. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago
  8. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 8 years ago
  9. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 8 years ago
  10. 3391029 Fix some bugs with read/writePixels by Brian Osman · 8 years ago
  11. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 8 years ago
  12. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 8 years ago
  13. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 8 years ago
  14. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 8 years ago
  15. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 8 years ago
  16. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
  17. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
  18. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
  19. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 8 years ago
  20. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  21. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  22. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  23. 2db3232 Fix Vulkan memory leak in MSAA by Greg Daniel · 8 years ago
  24. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 8 years ago
  25. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  26. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  27. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
  28. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  29. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 8 years ago
  30. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  31. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
  32. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
  33. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 8 years ago
  34. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 8 years ago
  35. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 8 years ago
  36. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 8 years ago
  37. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 8 years ago
  38. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 8 years ago
  39. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 8 years ago
  40. 84cff13 Disable dual source blending on AMD vulkan. by Greg Daniel · 8 years ago
  41. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 8 years ago
  42. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 8 years ago
  43. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  44. a3b6a55 In Vulkan make sure to add barriers between write operations by Greg Daniel · 8 years ago
  45. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 8 years ago
  46. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  47. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 8 years ago
  48. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 8 years ago
  49. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 8 years ago
  50. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  51. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  52. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  53. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  54. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  55. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 8 years ago
  56. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 8 years ago
  57. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  58. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 8 years ago
  59. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  60. b37cb23 Add integer vectors to GrSLType by csmartdalton · 8 years ago
  61. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  62. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  63. ac95c5f Make sure to preserve stencil on vulkan copy as draws by Greg Daniel · 8 years ago
  64. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 8 years ago
  65. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  66. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  67. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  68. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  69. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  70. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  71. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  72. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  73. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  74. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  75. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  76. f9f2723 Various memory leak fixes in Vulkan by Greg Daniel · 8 years ago
  77. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  78. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  79. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  80. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  81. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  82. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  83. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  84. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  85. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  86. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  87. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  88. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  89. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  90. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  91. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  92. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  93. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  94. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  95. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  96. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  97. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  98. 684d7ce Fix double deletion of DescriptorSetLayouts by Jim Van Verth · 8 years ago
  99. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  100. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago