1. 7f36798 Add mipmap support to SkPixmap flavor of createBackendTexture by Robert Phillips · 4 years, 10 months ago
  2. 798a31d Revert "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 4 years, 10 months ago
  3. ec85f40 Remove the resolve rect and resolve types from GrRenderTarget by Chris Dalton · 4 years, 10 months ago
  4. 14c514d srgb texture format cleanup. by Brian Salomon · 4 years, 10 months ago
  5. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 4 years, 10 months ago
  6. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 4 years, 10 months ago
  7. 4524e84 When precompiling SkSL, avoid the need to re-link by Brian Osman · 4 years, 10 months ago
  8. d34691b Remove compressed format support from the GrGpu::createBackendTexture code path by Robert Phillips · 4 years, 10 months ago
  9. 57ef680 Create a GrGpu::createBackendTexture choke point by Robert Phillips · 4 years, 10 months ago
  10. 6934d75 Added missed ETC2 case to GrVkFormatColorTypePairIsValid by Vasiliy Telezhnikov · 4 years, 10 months ago
  11. a5d96bc Remove "experimental" comments regarding RG_F16 and RGBA_16161616 by Robert Phillips · 4 years, 10 months ago
  12. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 4 years, 10 months ago
  13. e367101 Reland "Add ETC2 support to Metal backend." by Jim Van Verth · 4 years, 10 months ago
  14. ae80107 Revert "Add ETC2 support to Metal backend." by Jim Van Verth · 4 years, 10 months ago
  15. c25802d Add ETC2 support to Metal backend. by Jim Van Verth · 4 years, 10 months ago
  16. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 4 years, 10 months ago
  17. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 4 years, 10 months ago
  18. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 4 years, 10 months ago
  19. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 4 years, 10 months ago
  20. 28d40b2 Reland "Add support for direct use of vulkan primary command buffer in render pass." by Greg Daniel · 4 years, 11 months ago
  21. db53a59 Revert "Add support for direct use of vulkan primary command buffer in render pass." by Greg Daniel · 4 years, 11 months ago
  22. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 4 years, 11 months ago
  23. eedd085 Add support for direct use of vulkan primary command buffer in render pass. by Greg Daniel · 4 years, 11 months ago
  24. 172bb44 Make the size of program/pipeline caches configurable in GrContextOptions by Brian Osman · 4 years, 11 months ago
  25. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
  26. f0c681e Begin renderpasses immediately in GrVkOpsRenderPass. by Greg Daniel · 4 years, 11 months ago
  27. d6cda8d Rename GrGLIRect to GrNativeRect by Chris Dalton · 4 years, 11 months ago
  28. a66081d Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options by Brian Osman · 4 years, 11 months ago
  29. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 4 years, 11 months ago
  30. 4fe9257 Comment out assert in onClear in GrVkOpsRenderPass. by Greg Daniel · 4 years, 11 months ago
  31. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 4 years, 11 months ago
  32. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  33. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  34. 674ee74 Make sure we use clear load op on GrOpsTask as often as possible. by Greg Daniel · 5 years ago
  35. 6f31cc3 Revert "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  36. 804f6a0 Initiate MSAA resolves during DAG generation by Chris Dalton · 5 years ago
  37. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  38. 9ea6315 remove redundant rect methods by Mike Reed · 5 years ago
  39. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  40. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  41. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  42. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  43. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  44. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  45. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  46. 0d6f775 Add GrvkGpuRTCommandBuffer::appendSampledTexture by Chris Dalton · 5 years ago
  47. 3f7932e Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags by Chris Dalton · 5 years ago
  48. 0fac869 Remove uses of GrPixelConfig in GrVkCaps and other vk files. by Greg Daniel · 5 years ago
  49. b5391bf Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs"" by Brian Osman · 5 years ago
  50. 0be3480 Revert "Revert "unified Vulkan uniform buffers"" by Ethan Nicholas · 5 years ago
  51. f0696bd Revert "Go back to blacklisting MSAA on all Intel GPUs" by Robert Phillips · 5 years ago
  52. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  53. c385da4 Go back to blacklisting MSAA on all Intel GPUs by Brian Osman · 5 years ago
  54. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  55. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  56. 3d77027 Reland "Initiate regeneration of mipmaps from proxy DAG land" by Chris Dalton · 5 years ago
  57. 19754b5 Revert "unified Vulkan uniform buffers" by Greg Daniel · 5 years ago
  58. 5f5a481 unified Vulkan uniform buffers by Ethan Nicholas · 5 years ago
  59. 1c53a9f Remove some uses of GrSurface::config() by Brian Salomon · 5 years ago
  60. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  61. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  62. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  63. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  64. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  65. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  66. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  67. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  68. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  69. 228518f Remove AMD workaround for new command buffer on pipeline changes. by Greg Daniel · 5 years ago
  70. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  71. a9c2257 Pass size and GrPixelConfig to GrSurface/Texture/RenderTarget constructors by Brian Salomon · 5 years ago
  72. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  73. 9655534 Put read and output swizzle back on gl format table. by Greg Daniel · 5 years ago
  74. 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
  75. 1ff5021 Add table for supported colortypes in GrVkCaps. by Greg Daniel · 5 years ago
  76. 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
  77. c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
  78. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  79. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  80. eadfac9 Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. by Greg Daniel · 5 years ago
  81. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  82. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  83. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  84. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  85. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  86. 8daf3b7 Don't have GrVk*CommandBuffer derive from GrVkResource. by Greg Daniel · 5 years ago
  87. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  88. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  89. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  90. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  91. eecc687 Remove need for GrVkPipelineLayout class. by Greg Daniel · 5 years ago
  92. ff5d7a2 Implement separate sampler and textures in SkSL. by Stephen White · 5 years ago
  93. c561189 Don't release VkCommandPools already released secondaryCB's resources. by Greg Daniel · 5 years ago
  94. b28cb68 Make GrColorTypeBytesPerPixel return size_t. by Brian Salomon · 5 years ago
  95. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  96. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  97. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  98. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  99. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  100. bbb3f64 Add a workaround for PowerVRRogue to never disable color writes by Chris Dalton · 5 years ago