1. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  2. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  3. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  4. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  5. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  6. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  7. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  8. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  9. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  10. bbb3f64 Add a workaround for PowerVRRogue to never disable color writes by Chris Dalton · 5 years ago
  11. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  12. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  13. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  14. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  15. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  16. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  17. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  18. 9bb268b Move verified color attachment flag to FormatInfo. by Greg Daniel · 5 years ago
  19. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  20. 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
  21. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  22. e44bfee Remove GrGLGpu/GrGLCaps readPixelsSupported. by Brian Salomon · 5 years ago
  23. 24b6766 Reland "Move base and various sized formats off of GrGLCaps ConfigInfo." by Greg Daniel · 5 years ago
  24. f355a1e Revert "Move base and various sized formats off of GrGLCaps ConfigInfo." by Greg Daniel · 5 years ago
  25. 85c375b Move base and various sized formats off of GrGLCaps ConfigInfo. by Greg Daniel · 5 years ago
  26. 5043f1f More GrGLFormat. by Brian Salomon · 5 years ago
  27. f6da146 Move compatible stencil tracking from GrGLCaps::fConfigTable to ::fFormatTable. by Brian Salomon · 5 years ago
  28. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  29. 9e9ea91 Try GrGLSizedInternalFormat enum by Brian Salomon · 5 years ago
  30. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  31. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  32. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 5 years ago
  33. 8466547 Move tex storage flag to FormatInfo in GrGLCaps. by Greg Daniel · 5 years ago
  34. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
  35. 346c892 Add format workaround struct in GrGLCaps. by Greg Daniel · 5 years ago
  36. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  37. e783ba4 Add ColorTypeInfo struct to FormatInfo in GrGLCaps. by Greg Daniel · 5 years ago
  38. dc0710f Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. by Brian Salomon · 5 years ago
  39. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  40. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  41. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  42. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  43. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  44. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  45. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  46. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  47. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  48. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  49. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  50. 52ee5f6 Add FormatInfo struct to GrGLCaps. by Greg Daniel · 5 years ago
  51. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 5 years ago
  52. 064729e Implement program binary caching in ES2 (with GL_OES_get_program_binary) by Brian Osman · 5 years ago
  53. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 5 years ago
  54. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 5 years ago
  55. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  56. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  57. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  58. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  59. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  60. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  61. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  62. 68ba117 GrShaderCaps always stores config texture swizzles. by Brian Salomon · 5 years ago
  63. eb4a827 Add GrCaps call to get swizzle from BackendFormat and ColorType. by Greg Daniel · 5 years ago
  64. a9aaef0 Revert "Support GL_EXT_draw_buffers" by Brian Osman · 5 years ago
  65. 77af4ec Support GL_EXT_draw_buffers by Brian Osman · 5 years ago
  66. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  67. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  68. 8bc352c Revert "Revert "Avoid checking extension string in GrGLGpu::onResetContext."" by Brian Salomon · 6 years ago
  69. 04c1ccc Revert "Avoid checking extension string in GrGLGpu::onResetContext." by Kevin Lubick · 6 years ago
  70. a5bc812 Avoid checking extension string in GrGLGpu::onResetContext. by Brian Salomon · 6 years ago
  71. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  72. a21d196 Move clear-as-draw caps into GrCaps by Michael Ludwig · 6 years ago
  73. ce9a901 Remove checks for GL_CHROMIUM_unpack_flipy. by Brian Salomon · 6 years ago
  74. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  75. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  76. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  77. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  78. f384193 Modify workaround to never set base or max texture level for GL_TEXTURE_EXTERNAL_OES by Brian Salomon · 6 years ago
  79. 22619c2 Remove instanced flush WAR for Skylake by Chris Dalton · 6 years ago
  80. af3dd43 Revert "Disable instanced rendering on Skylake" by Chris Dalton · 6 years ago
  81. fc06f98 Clamp GL_TEXTURE_MAX_LEVEL to 1 on Android. by Brian Salomon · 6 years ago
  82. 240ea4c Disable instanced rendering on Skylake by Chris Dalton · 6 years ago
  83. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  84. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  85. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  86. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  87. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  88. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  89. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  90. a2a94a4 Add GrGLInterface support for sampler objects and GrGLCaps detection. by Brian Salomon · 6 years ago
  91. 1b4ad76 ccpr: Unblacklist PowerVR Rogue by Chris Dalton · 6 years ago
  92. 1348ed0 Revert "Revert "Add Adreno workaround for MSAA + stencil + ReadPixels"" by Brian Osman · 6 years ago
  93. 29868f9 Revert "Add Adreno workaround for MSAA + stencil + ReadPixels" by Brian Osman · 6 years ago
  94. 4421550 Add Adreno workaround for MSAA + stencil + ReadPixels by Brian Osman · 6 years ago
  95. 93348dd Fix GrGLGpu::createTestingOnlyBackendRenderTarget() by Brian Salomon · 6 years ago
  96. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  97. 628df2a Fix race condition in GrGLCaps by Robert Phillips · 6 years ago
  98. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  99. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  100. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago