1. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  2. dde2c03 Ignore patch version when checking compatibility of vulkan layers by egdaniel · 8 years ago
  3. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  4. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  5. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  6. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  7. 1e42775 Remove config range asserts that cause tautological-constant-out-of-range-compare warnings by bsalomon · 8 years ago
  8. 97a2336 Reset layout to undefined when we realloc VkTexture memory by egdaniel · 8 years ago
  9. 50c46c7 Clean up GrVkImage::setLayout() by jvanverth · 8 years ago
  10. 419ca64 Fix type conversion compile errors by brianosman · 8 years ago
  11. 82c0558 Set barriers and image layout changes between mipmap blits. by jvanverth · 8 years ago
  12. c8ef053 Enable two-sided stencil in Vulkan. by jvanverth · 8 years ago
  13. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  14. bdf8811 Add sync in vulkan when writing to linear texture by egdaniel · 8 years ago
  15. a00980e Make sure that Vulkan debug callback ptr is non-null. by jvanverth · 8 years ago
  16. c578b063 Fix VK WritePixels with offset rect by jvanverth · 8 years ago
  17. 778555c Unify DescriptorPools for vulkan uniform descriptor sets by egdaniel · 8 years ago
  18. cf942c4 Fix gcc warnings in Vulkan backend by bsalomon · 8 years ago
  19. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  20. 5ee89a6 Unbreak vulkan after stencil constant name changes by bsalomon · 8 years ago
  21. b138fdc Fix Vulkan Build in Android by liyuqian · 8 years ago
  22. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  23. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  24. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  25. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  26. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago
  27. c355bc8 Add work around for vulkan copies on the 5X by egdaniel · 8 years ago
  28. b1b5957 Remove unnessary uniform barriers in Vulkan. by egdaniel · 8 years ago
  29. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  30. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  31. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  32. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  33. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  34. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  35. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  36. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  37. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  38. e05bbbb Fix createBuffer in Vulkan by egdaniel · 8 years ago
  39. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  40. 134af6b Fix Vk build breakage due to new GrSLType by bsalomon · 8 years ago
  41. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 8 years ago
  42. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  43. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  44. f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 8 years ago
  45. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  46. 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 8 years ago
  47. 2bb3b6d Add slides to VulkanViewer by jvanverth · 8 years ago
  48. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  49. 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 8 years ago
  50. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  51. ef0c10c Fix vulkan layer callback bug by egdaniel · 8 years ago
  52. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  53. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  54. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  55. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  56. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago
  57. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  58. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  59. b60c337 Initialize variable to appease compiler warning by egdaniel · 8 years ago
  60. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  61. d632bb4 Enable dual source blending for Vulkan by egdaniel · 8 years ago
  62. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  63. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 8 years ago
  64. c5ec140 Use NV glsl shader compiler for Vulkan by egdaniel · 8 years ago
  65. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  66. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  67. 384b5e9 got Vulkan compiling on Linux again by ethannicholas · 8 years ago
  68. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  69. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  70. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  71. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  72. e267893 Remove debug prints in GrVkGpu by egdaniel · 8 years ago
  73. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago
  74. 633b356 GrVkGpu initialization cleanup. by jvanverth · 8 years ago
  75. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  76. fe170d2 Fix borrowed GrVkImage::Resource. by jvanverth · 8 years ago
  77. cfcd181 Fully implement onResetContext for Vulkan by egdaniel · 8 years ago
  78. 2cab66b fix release build vulkan by egdaniel · 8 years ago
  79. ddf9835 Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown. by jvanverth · 8 years ago
  80. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 8 years ago
  81. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 8 years ago
  82. d2497f3 Enable extension support and debug layer. by jvanverth · 8 years ago
  83. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 8 years ago
  84. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  85. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 8 years ago
  86. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  87. a6b439a Fix 32bit win Vulkan build by bsalomon · 8 years ago
  88. 0fcfb75 Fix some issues for Linux Vulkan build by jvanverth · 8 years ago
  89. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  90. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 8 years ago
  91. 910114a Buffer fix for VkProgram caching by jvanverth · 8 years ago
  92. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  93. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  94. e77875a Fix stall in Vk clear by jvanverth · 8 years ago
  95. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 8 years ago
  96. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 8 years ago
  97. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  98. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 8 years ago
  99. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 8 years ago
  100. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 8 years ago