1. 0f39699 Reland "Make it easier to test rectangle textures by using createBackendTexture." by Brian Salomon · 4 years, 7 months ago
  2. b577655 Don't submit vk command buffer in updateBackendTexture. by Greg Daniel · 4 years, 7 months ago
  3. 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 4 years, 7 months ago
  4. 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 4 years, 7 months ago
  5. 3624874 Dawn: implement Dawn support for BackendAllocationTest in Gray8 mode. by Stephen White · 4 years, 7 months ago
  6. b2365d8 Reland "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 4 years, 8 months ago
  7. ed219fe Revert "Reland "Add api on GrContext to update the data of GrBackendTextures."" by Greg Daniel · 4 years, 8 months ago
  8. 83c6626 Reland "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 4 years, 8 months ago
  9. 93ca54e Revert "Add api on GrContext to update the data of GrBackendTextures." by Greg Daniel · 4 years, 8 months ago
  10. ac09f7c Add api on GrContext to update the data of GrBackendTextures. by Greg Daniel · 4 years, 8 months ago
  11. dddf709 When creating with data, always set vk GrBackendTexture layout to sampled. by Greg Daniel · 4 years, 8 months ago
  12. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 8 months ago
  13. 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 8 months ago
  14. a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 8 months ago
  15. 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 9 months ago
  16. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 9 months ago
  17. b01e12b Start adding D3D backend by Jim Van Verth · 4 years, 11 months ago
  18. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 5 years ago
  19. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  20. ee94693 Fix a sprinkling of GPU issues by Robert Phillips · 5 years ago
  21. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 5 years ago
  22. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 5 years ago
  23. a27d625 Add compression to Mock backend by Robert Phillips · 5 years ago
  24. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  25. 80e334d Remove most of GrConfig.h by Brian Salomon · 5 years ago
  26. 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
  27. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
  28. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  29. dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 5 years ago
  30. 7f36798 Add mipmap support to SkPixmap flavor of createBackendTexture by Robert Phillips · 5 years ago
  31. 0ee1034 Split out check_base_readbacks sub-test in BackendAllocation tests by Robert Phillips · 5 years ago
  32. c1dbb4b Add check_mipmaps subtest to BackendAllocation test by Robert Phillips · 5 years ago
  33. d34691b Remove compressed format support from the GrGpu::createBackendTexture code path by Robert Phillips · 5 years ago
  34. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  35. a5d96bc Remove "experimental" comments regarding RG_F16 and RGBA_16161616 by Robert Phillips · 5 years ago
  36. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  37. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  38. e3b6fe4 Update comparison in BackendAllocation tests by Robert Phillips · 5 years ago
  39. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  40. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  41. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  42. ea6bb44 Add supported GrColorTypes to Mtl FormatTable. by Greg Daniel · 5 years ago
  43. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  44. 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
  45. d5e80ca Add GrContext::defaultBackendFormat by Robert Phillips · 5 years ago
  46. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  47. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  48. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  49. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  50. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  51. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  52. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  53. 009ad25 Remove RG32F color type and pixel config. by Greg Daniel · 5 years ago
  54. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  55. b450f3b Use vkCmdClearColorImage to clear backend textures by Brian Salomon · 6 years ago
  56. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 6 years ago
  57. 02dc030 Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture by Robert Phillips · 6 years ago
  58. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
  59. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 6 years ago
  60. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 6 years ago
  61. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 6 years ago
  62. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 6 years ago
  63. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 6 years ago
  64. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 6 years ago
  65. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 6 years ago
  66. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 6 years ago
  67. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 6 years ago
  68. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 6 years ago
  69. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 6 years ago
  70. 4b432fa run rewrite_includes.py by Mike Klein · 6 years ago
  71. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 6 years ago
  72. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  73. ef032cd Disable RGBA_F32 mipmap testing for all of openGL ES by Robert Phillips · 6 years ago
  74. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 6 years ago
  75. bd1ef68 Implement color-based backend texture creation for Vulkan by Robert Phillips · 6 years ago
  76. 8043f32 Clean update ETC1 data utilities (take 2) by Robert Phillips · 6 years ago
  77. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 6 years ago
  78. b04b694 Make GrGLGpu::createBackendTexture parallel GrGLGpu::createTextureImpl by Robert Phillips · 6 years ago
  79. fe0aeb3 update SkUserConfig.h a bit by Mike Klein · 6 years ago
  80. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
  81. efb9f14 Add testing of mipmaps to backend allocation test by Robert Phillips · 6 years ago
  82. 0c6daf0 Direct backend object allocation API by Robert Phillips · 6 years ago