1. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
  2. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 5 years ago
  3. 30a35e8 Handle failure to submit semaphores in vulkan backend. by Greg Daniel · 5 years ago
  4. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
  5. 8367e11 Enforce extra constraints for mixed samples at GrCaps level by Chris Dalton · 5 years ago
  6. 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
  7. 8a64a44 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  8. d9ddd07 Revert "Rename sampleVariablesSupport() to sampleMaskSupport()" by Robert Phillips · 5 years ago
  9. 766b4c9 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  10. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  11. a00bcad Remove GrPixelConfig version of CompressedDataSize. by Greg Daniel · 5 years ago
  12. 7fd7a8a Remove uses of GrPixelConfig version of GrBytesPerPixel. by Greg Daniel · 5 years ago
  13. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 5 years ago
  14. 4a0d36d Use tighter bounds for renderArea of vkCmdBeginRenderPass. by Greg Daniel · 5 years ago
  15. dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 5 years ago
  16. c139d08 Reland "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  17. 798a31d Revert "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  18. ec85f40 Remove the resolve rect and resolve types from GrRenderTarget by Chris Dalton · 5 years ago
  19. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
  20. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 5 years ago
  21. 57ef680 Create a GrGpu::createBackendTexture choke point by Robert Phillips · 5 years ago
  22. 14cb413 Use mipmapping/protected to lookup scratch textures. by Brian Salomon · 5 years ago
  23. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  24. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  25. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  26. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
  27. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
  28. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  29. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  30. 6f31cc3 Revert "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  31. 804f6a0 Initiate MSAA resolves during DAG generation by Chris Dalton · 5 years ago
  32. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  33. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  34. 30eea6c Convert GrManyDependentsMipMappedTest to a mock gpu test by Chris Dalton · 5 years ago
  35. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  36. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  37. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  38. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  39. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  40. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  41. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  42. a9c2257 Pass size and GrPixelConfig to GrSurface/Texture/RenderTarget constructors by Brian Salomon · 5 years ago
  43. 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
  44. 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
  45. c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
  46. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  47. eadfac9 Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. by Greg Daniel · 5 years ago
  48. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  49. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  50. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  51. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  52. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  53. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  54. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  55. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  56. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  57. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  58. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  59. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  60. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  61. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  62. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  63. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  64. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  65. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  66. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  67. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  68. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  69. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  70. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  71. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  72. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  73. d1e9c33 Remove deprecated discard method and GrCaps support by Jim Van Verth · 5 years ago
  74. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  75. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  76. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  77. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  78. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 5 years ago
  79. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
  80. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  81. dc0710f Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. by Brian Salomon · 5 years ago
  82. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  83. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  84. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  85. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  86. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  87. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  88. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  89. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  90. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  91. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  92. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  93. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  94. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  95. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  96. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  97. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  98. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  99. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  100. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago