1. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  2. a9979d1 Add support for vulkan extensions needed for AHardwareBuffers. by Greg Daniel · 6 years ago
  3. 313c695 Add support for Advanced blend extension to vulkan. by Greg Daniel · 6 years ago
  4. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  5. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  6. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  7. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  8. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  9. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  10. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  11. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  12. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  13. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  14. ddc0c60 Always use dedicated VkImage memory on NexusPlayer and Mali. by Greg Daniel · 6 years ago
  15. 26dbe3b Implement GL canCopySurface in GrGLCaps. by Greg Daniel · 6 years ago
  16. 25af671 Add GrCap check for whether we can do a copy or not, and implement in Vk backend by Greg Daniel · 6 years ago
  17. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  18. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  19. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  20. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  21. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  22. 691f5e7 Respect disable driver correctness workaround flag in Vulkan by Greg Daniel · 6 years ago
  23. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  24. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 6 years ago
  25. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 6 years ago
  26. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 6 years ago
  27. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 6 years ago
  28. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 6 years ago
  29. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  30. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  31. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  32. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  33. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  34. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  35. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  36. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  37. 7f1a074 Remove some unused sample count caps by Brian Salomon · 7 years ago
  38. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  39. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  40. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  41. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  42. 2bb6ecc Revert "Revert "Fixes from sample count change"" by Greg Daniel · 7 years ago
  43. 914b285 Revert "Fixes from sample count change" by Greg Daniel · 7 years ago
  44. ff98644 Revert "Revert "Fixes from sample count change"" by Cary Clark · 7 years ago
  45. 390aaaf Revert "Fixes from sample count change" by Cary Clark · 7 years ago
  46. f331622 Fixes from sample count change by Greg Daniel · 7 years ago
  47. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  48. e3cd691 Fix for amd copy as draws on vulkan by Greg Daniel · 7 years ago
  49. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  50. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  51. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  52. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 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. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  56. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  57. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 7 years ago
  58. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 7 years ago
  59. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  60. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  61. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  62. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  63. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  64. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  65. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  66. 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
  67. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  68. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  69. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago
  70. 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
  71. 3fe0327 Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  72. a95d46b Fix copying of data in vulkan testing texture by egdaniel · 8 years ago
  73. a825d53 Revert of Fix 4444 on Vulkan devices who don't support RGBA_4444 (patchset #4 id:60001 of https://codereview.chromium.org/2238563002/ ) by egdaniel · 8 years ago
  74. 637b3bf Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  75. 1e42775 Remove config range asserts that cause tautological-constant-out-of-range-compare warnings by bsalomon · 8 years ago
  76. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  77. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  78. c5ec140 Use NV glsl shader compiler for Vulkan by egdaniel · 8 years ago
  79. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  80. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  81. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  82. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 8 years ago
  83. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  84. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  85. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago