1. 2cab66b fix release build vulkan by egdaniel · 8 years ago
  2. ddf9835 Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown. by jvanverth · 8 years ago
  3. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 8 years ago
  4. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 8 years ago
  5. d2497f3 Enable extension support and debug layer. by jvanverth · 8 years ago
  6. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 8 years ago
  7. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  8. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 8 years ago
  9. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  10. a6b439a Fix 32bit win Vulkan build by bsalomon · 9 years ago
  11. 0fcfb75 Fix some issues for Linux Vulkan build by jvanverth · 9 years ago
  12. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  13. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 9 years ago
  14. 910114a Buffer fix for VkProgram caching by jvanverth · 9 years ago
  15. 8d988b3 Add support for 2x2 matrices by cdalton · 9 years ago
  16. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  17. e77875a Fix stall in Vk clear by jvanverth · 9 years ago
  18. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 9 years ago
  19. 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 · 9 years ago
  20. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  21. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 9 years ago
  22. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 9 years ago
  23. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 9 years ago
  24. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
  25. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
  26. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
  27. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  28. 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
  29. e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
  30. 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
  31. 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 9 years ago
  32. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
  33. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
  34. f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
  35. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
  36. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 9 years ago
  37. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
  38. 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
  39. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  40. 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