1. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  2. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  3. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  4. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  5. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
  6. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  7. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  8. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  9. 614cdab Check support for each GL format independently. by Brian Salomon · 5 years ago
  10. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  11. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  12. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  13. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  14. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  15. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  16. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  17. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  18. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  19. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  20. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  21. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  22. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  23. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  24. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  25. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  26. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  27. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  28. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  29. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  30. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 5 years ago
  31. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  32. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  33. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  34. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  35. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  36. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  37. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  38. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  39. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  40. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  41. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  42. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  43. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  44. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  45. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  46. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  47. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  48. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  49. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  50. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  51. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  52. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  53. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  54. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  55. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  56. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  57. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  58. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  59. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  60. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  61. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  62. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  63. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  64. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 5 years ago
  65. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  66. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  67. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  68. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  69. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  70. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  71. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  72. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  73. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  74. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  75. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  76. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  77. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  78. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  79. b3f82dd Reland "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 5 years ago
  80. 1013ecf Revert "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 5 years ago
  81. d0d66fb Remove call to copy in GrcontextPriv read/write pixel calls. by Greg Daniel · 5 years ago
  82. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  83. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  84. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  85. ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 5 years ago
  86. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  87. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 6 years ago
  88. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 6 years ago
  89. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 6 years ago
  90. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 6 years ago
  91. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 6 years ago
  92. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 6 years ago
  93. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  94. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  95. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 6 years ago
  96. d0626aa Add clamped half-float pixel config to Ganesh by Brian Osman · 6 years ago
  97. 88b8d11 Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture." by Brian Salomon · 6 years ago
  98. 9ac0407 Distinguish between "flushed" and "finished" idle state callbacks on GrTexture. by Brian Salomon · 6 years ago
  99. 2ca31f8 Use GrSurface::setRelease helper that creates ref-counted wrapper by Brian Salomon · 6 years ago
  100. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago