1. e7d1b24 Use bounds of batches for render pass bounds by egdaniel · 8 years ago
  2. e7f2fe4 Fix vulkan ImageView swizzling to match spec by egdaniel · 8 years ago
  3. d46cdc4 Remove support for GL discards by egdaniel · 8 years ago
  4. a584de9 Add static buffer support by jvanverth · 8 years ago
  5. 37535c9 Add discard support to Vulkan by egdaniel · 8 years ago
  6. d66110f Fix vulkan onGetWritePixelsInfo by egdaniel · 8 years ago
  7. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  8. 88e8aef Fix Vulkan readPixels by egdaniel · 8 years ago
  9. 4583ec5 Add support for draws in vulkan read and write pixels by egdaniel · 8 years ago
  10. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  11. f8c2be3 Add Sleep on windows GrVkGpu dtor to avoid fence bug by egdaniel · 8 years ago
  12. c2fde8b Remove unnecessary srcAccessMask for preinitialized images in vulkan by egdaniel · 8 years ago
  13. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  14. f7817aa Fix vulkan clears by egdaniel · 8 years ago
  15. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  16. 05dceab Use single alloc for vulkan optimal image heaps to fix memory crash by egdaniel · 8 years ago
  17. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  18. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 8 years ago
  19. d6f8034 Add heap tests for Vulkan. by jvanverth · 8 years ago
  20. 7378ac8 Fix linux compile error by jvanverth · 8 years ago
  21. 0bbc371 Fix compile error (uninitialized variable use) by brianosman · 8 years ago
  22. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  23. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  24. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  25. e9906e7 Fix mipmap generation on Nexus 5x & 6p devices. by brianosman · 8 years ago
  26. 9a6cf80 Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers. by egdaniel · 8 years ago
  27. 2feb093 Add support for finding/creating general GrVkRenderPass from the VkResourceProvider. by egdaniel · 8 years ago
  28. d62e28b Refactor creation of GrVkRenderPasses to make them move general by egdaniel · 8 years ago
  29. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  30. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  31. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  32. 50134cc Enable stencil wrap ops on vulkan by egdaniel · 8 years ago
  33. 8879186 Enable tri-linear and NPOT-tiling support in Vulkan by brianosman · 8 years ago
  34. af236b5 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  35. 2884e9c Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ ) by jvanverth · 8 years ago
  36. 56a11e4 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  37. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  38. c902164 Fix return from nullptr to false in GrVkTexture.cpp by bsalomon · 8 years ago
  39. 72ac55f Fix msaa on GrVkRenderTarget by egdaniel · 8 years ago
  40. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  41. dde2c03 Ignore patch version when checking compatibility of vulkan layers by egdaniel · 8 years ago
  42. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  43. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  44. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  45. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  46. 1e42775 Remove config range asserts that cause tautological-constant-out-of-range-compare warnings by bsalomon · 8 years ago
  47. 97a2336 Reset layout to undefined when we realloc VkTexture memory by egdaniel · 8 years ago
  48. 50c46c7 Clean up GrVkImage::setLayout() by jvanverth · 8 years ago
  49. 419ca64 Fix type conversion compile errors by brianosman · 8 years ago
  50. 82c0558 Set barriers and image layout changes between mipmap blits. by jvanverth · 8 years ago
  51. c8ef053 Enable two-sided stencil in Vulkan. by jvanverth · 8 years ago
  52. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  53. bdf8811 Add sync in vulkan when writing to linear texture by egdaniel · 8 years ago
  54. a00980e Make sure that Vulkan debug callback ptr is non-null. by jvanverth · 8 years ago
  55. c578b063 Fix VK WritePixels with offset rect by jvanverth · 8 years ago
  56. 778555c Unify DescriptorPools for vulkan uniform descriptor sets by egdaniel · 8 years ago
  57. cf942c4 Fix gcc warnings in Vulkan backend by bsalomon · 8 years ago
  58. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  59. 5ee89a6 Unbreak vulkan after stencil constant name changes by bsalomon · 8 years ago
  60. b138fdc Fix Vulkan Build in Android by liyuqian · 8 years ago
  61. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  62. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  63. 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
  64. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  65. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago
  66. c355bc8 Add work around for vulkan copies on the 5X by egdaniel · 8 years ago
  67. b1b5957 Remove unnessary uniform barriers in Vulkan. by egdaniel · 8 years ago
  68. 6234006 Add automatic generation of mipmaps to Vulkan by jvanverth · 8 years ago
  69. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  70. b0d4352 Revise WSI setup. by jvanverth · 8 years ago
  71. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 8 years ago
  72. 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
  73. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  74. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  75. 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
  76. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  77. e05bbbb Fix createBuffer in Vulkan by egdaniel · 8 years ago
  78. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  79. 134af6b Fix Vk build breakage due to new GrSLType by bsalomon · 8 years ago
  80. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 8 years ago
  81. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  82. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  83. f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 8 years ago
  84. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  85. 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 8 years ago
  86. 2bb3b6d Add slides to VulkanViewer by jvanverth · 8 years ago
  87. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  88. 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 8 years ago
  89. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  90. ef0c10c Fix vulkan layer callback bug by egdaniel · 8 years ago
  91. 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
  92. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  93. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  94. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  95. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago
  96. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  97. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  98. b60c337 Initialize variable to appease compiler warning by egdaniel · 8 years ago
  99. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  100. d632bb4 Enable dual source blending for Vulkan by egdaniel · 8 years ago