1. 1cdbdda Enable vulkan copies as draws for everything but qualcomm by Greg Daniel · 7 years ago
  2. a63e7ab Require copy as draws for vulkan cross context image support by Greg Daniel · 7 years ago
  3. 5635193 Enable CrossContextTextureSupport on vulkan by Greg Daniel · 7 years ago
  4. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  5. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  6. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 7 years ago
  7. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  8. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  9. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  10. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  11. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  12. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  13. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  14. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  15. 84cff13 Disable dual source blending on AMD vulkan. by Greg Daniel · 7 years ago
  16. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 7 years ago
  17. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 8 years ago
  18. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  19. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  20. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 8 years ago
  21. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  22. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  23. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  24. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  25. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  26. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  27. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  28. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  29. 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
  30. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  31. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  32. e78d487 Clamp Vulkan caps to INT_MAX by jvanverth · 8 years ago
  33. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago
  34. 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
  35. 3fe0327 Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  36. 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
  37. 637b3bf Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  38. 37535c9 Add discard support to Vulkan by egdaniel · 8 years ago
  39. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  40. 50134cc Enable stencil wrap ops on vulkan by egdaniel · 8 years ago
  41. 8879186 Enable tri-linear and NPOT-tiling support in Vulkan by brianosman · 8 years ago
  42. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  43. c8ef053 Enable two-sided stencil in Vulkan. by jvanverth · 8 years ago
  44. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago
  45. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  46. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  47. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago
  48. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  49. d632bb4 Enable dual source blending for Vulkan by egdaniel · 8 years ago
  50. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  51. c5ec140 Use NV glsl shader compiler for Vulkan by egdaniel · 8 years ago
  52. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  53. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  54. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  55. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  56. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  57. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  58. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  59. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 9 years ago
  60. 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
  61. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  62. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  63. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago