1. 7a82edf Add support for immuatable samplers in vulkan. by Greg Daniel · 6 years ago
  2. 820e79b remove sk_atomic_load and sk_atomic_store by Mike Klein · 6 years ago
  3. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  4. 9a51a86 Pass in actual sampled texture and sample params to gpu uniform builders. by Greg Daniel · 6 years ago
  5. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  6. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  7. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  8. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  9. 6616efb In Vulkan, use 1000 for maxLod instead of maxMipLevel when using mips. by Greg Daniel · 6 years ago
  10. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  11. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  12. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  13. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  14. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  15. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  16. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  17. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  18. 3674336 Reland "make enum santizer fatal" by Mike Klein · 6 years ago
  19. f2b35e4 Revert "make enum santizer fatal" by Mike Klein · 6 years ago
  20. 166dbd3 make enum santizer fatal by Mike Klein · 6 years ago
  21. 422f95b Revert "Revert "Use float colors for blend constant"" by Brian Osman · 6 years ago
  22. 5a4f2a3 Revert "Use float colors for blend constant" by Brian Osman · 6 years ago
  23. 5206547 Use float colors for blend constant by Brian Osman · 6 years ago
  24. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  25. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  26. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  27. 64cc9aa Add drawDrawable support to GrRenderTargetContext. by Greg Daniel · 6 years ago
  28. 2077b26 Add function support for vulkan ycbcr conversion. by Greg Daniel · 6 years ago
  29. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  30. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 6 years ago
  31. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  32. dc73559 add missing "static" by Mike Klein · 6 years ago
  33. 8e738a2 Prefer fullscreen clears on QC/Vulkan by Chris Dalton · 6 years ago
  34. f7828d0 Better optimize our use of memory barriers in vulkan. by Greg Daniel · 6 years ago
  35. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 6 years ago
  36. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 6 years ago
  37. 0f70be8 Reland "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  38. 6e2625d Revert "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  39. d50d657 Remove ability to sample textures in vertex or geometry shaders. by Greg Daniel · 6 years ago
  40. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  41. 99b88e0 Pass a VkRenderPass through pipeline state creation instead of GrVkRenderPass. by Greg Daniel · 6 years ago
  42. 4374e96 Disable write pixels fast path on vulkan mali to workaround driver bug. by Greg Daniel · 6 years ago
  43. 475eb70 Reland "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  44. f18c297 Revert "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  45. a8b20a1 Add support for RGB config to Vulkan. by Greg Daniel · 6 years ago
  46. 40599fe Enable CCPR on Vulkan without geometry shaders by Chris Dalton · 6 years ago
  47. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  48. f610bae fixed spelling of 'preferred' by Ethan Nicholas · 6 years ago
  49. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  50. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  51. 90d2d93 Revert "Add Short4 vertex attributes, and benchmark them as 4.12 colors" by Brian Osman · 6 years ago
  52. d2ca047 Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  53. 499bf1a Add half-float vertex attribute caps bit and benchmark by Brian Osman · 6 years ago
  54. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  55. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  56. 62db8d5 Make GrSemaphore a GrGpuResource by Brian Salomon · 6 years ago
  57. ecddbc0 Add support for switching family queues in vulkan. by Greg Daniel · 6 years ago
  58. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 6 years ago
  59. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  60. 779ed02 Add setXi and setXiv in GrGLSLProgramDataManager. by Michael Ludwig · 6 years ago
  61. 900e5c8 [infra] Update Win Intel drivers. by Greg Daniel · 6 years ago
  62. a9979d1 Add support for vulkan extensions needed for AHardwareBuffers. by Greg Daniel · 6 years ago
  63. adb4bfe A bunch of fixes for calling abandon on vulkan context. by Greg Daniel · 6 years ago
  64. 5e81a12 Add support for dynamic state GP textures in Vulkan backend. by Brian Salomon · 6 years ago
  65. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  66. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  67. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  68. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  69. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  70. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  71. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  72. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  73. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  74. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  75. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  76. 313c695 Add support for Advanced blend extension to vulkan. by Greg Daniel · 6 years ago
  77. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  78. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  79. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  80. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  81. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  82. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  83. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  84. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  85. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  86. def5546 Include windows.h in debug windows vulkan to fix build. by Greg Daniel · 6 years ago
  87. b91c466 Don't change the front face direction in Vulkan by Chris Dalton · 6 years ago
  88. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 6 years ago
  89. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  90. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  91. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  92. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  93. 4818244 Remove unused kTexture2D_GrSLType and kSampler_GrSLType by Brian Salomon · 6 years ago
  94. db10ed0 Remove unused kBufferSampler_GrSLType by Brian Salomon · 6 years ago
  95. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  96. 8e9b4c4 Reland "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  97. c861eee Revert "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  98. 5191fd7 Don't require mips in GrTextureProducer if texture is 1x1. by Greg Daniel · 6 years ago
  99. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  100. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago