1. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  2. ef0c10c Fix vulkan layer callback bug by egdaniel · 8 years ago
  3. 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
  4. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  5. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  6. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  7. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago
  8. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  9. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago
  10. b60c337 Initialize variable to appease compiler warning by egdaniel · 8 years ago
  11. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  12. d632bb4 Enable dual source blending for Vulkan by egdaniel · 8 years ago
  13. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  14. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 8 years ago
  15. c5ec140 Use NV glsl shader compiler for Vulkan by egdaniel · 8 years ago
  16. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  17. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  18. 384b5e9 got Vulkan compiling on Linux again by ethannicholas · 8 years ago
  19. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  20. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  21. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  22. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  23. e267893 Remove debug prints in GrVkGpu by egdaniel · 8 years ago
  24. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago
  25. 633b356 GrVkGpu initialization cleanup. by jvanverth · 8 years ago
  26. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  27. fe170d2 Fix borrowed GrVkImage::Resource. by jvanverth · 8 years ago
  28. cfcd181 Fully implement onResetContext for Vulkan by egdaniel · 8 years ago
  29. 2cab66b fix release build vulkan by egdaniel · 8 years ago
  30. ddf9835 Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown. by jvanverth · 8 years ago
  31. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 8 years ago
  32. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 8 years ago
  33. d2497f3 Enable extension support and debug layer. by jvanverth · 8 years ago
  34. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 8 years ago
  35. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  36. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 8 years ago
  37. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  38. a6b439a Fix 32bit win Vulkan build by bsalomon · 8 years ago
  39. 0fcfb75 Fix some issues for Linux Vulkan build by jvanverth · 8 years ago
  40. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  41. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 8 years ago
  42. 910114a Buffer fix for VkProgram caching by jvanverth · 8 years ago
  43. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  44. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  45. e77875a Fix stall in Vk clear by jvanverth · 8 years ago
  46. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 8 years ago
  47. 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
  48. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  49. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 8 years ago
  50. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 8 years ago
  51. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 8 years ago
  52. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 8 years ago
  53. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 8 years ago
  54. d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 8 years ago
  55. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 8 years ago
  56. 992ad36 Add back Vk files with LF endings by jvanverth · 8 years ago
  57. e02918d Remove Vk files with spurious CRLFs by jvanverth · 8 years ago
  58. 67acb83 Fix oval rendering in vulkan by egdaniel · 8 years ago
  59. 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 8 years ago
  60. 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 8 years ago
  61. 89a6029 Try to fix broken file by just deleting it. by egdaniel · 8 years ago
  62. f7e865a Add stub for new method to GrVkGpu by jvanverth · 8 years ago
  63. 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 8 years ago
  64. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 8 years ago
  65. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 8 years ago
  66. 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
  67. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  68. 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