1. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  2. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  3. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years ago
  4. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  5. eac233a Make transferability a per-format flag in GrGLCaps by Brian Salomon · 3 years, 2 months ago
  6. dc03537 Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Brian Salomon · 3 years, 3 months ago
  7. fc8cf91 Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Chris Dalton · 3 years, 3 months ago
  8. 7788b3a Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH by Brian Salomon · 3 years, 3 months ago
  9. e2078f1 Make GrGpu pixel ops functions take SkIRect instead of LTRB params. by Brian Salomon · 3 years, 3 months ago
  10. a655f0d Direct3D: implement transfer methods by Jim Van Verth · 3 years, 3 months ago
  11. 974c821 Reland "Make RGB_888x pixel operations work." by Brian Salomon · 3 years, 5 months ago
  12. acd28fc Revert "Make RGB_888x pixel operations work." by Brian Salomon · 3 years, 5 months ago
  13. 8ce24b1 Make RGB_888x pixel operations work. by Brian Salomon · 3 years, 5 months ago
  14. d8db588 ComparePixels helper takes GrCPixmaps by Brian Salomon · 3 years, 5 months ago
  15. 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 5 months ago
  16. 5ad5a37 Pass sk_sps through the GrGpu transferPixels* calls. by Greg Daniel · 3 years, 7 months ago
  17. 6c70661 Pass GrMipMapped boolean down to GrResourceProvider::createTexture by Robert Phillips · 3 years, 9 months ago
  18. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  19. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 1 month ago
  20. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 1 month ago
  21. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  22. 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 4 months ago
  23. a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 4 months ago
  24. 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 4 months ago
  25. fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 4 months ago
  26. 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 4 months ago
  27. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 5 months ago
  28. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  29. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 6 months ago
  30. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 6 months ago
  31. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 7 months ago
  32. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  33. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 7 months ago
  34. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 7 months ago
  35. fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 8 months ago
  36. e994380 Some GrTypes cleanup. by Brian Salomon · 4 years, 8 months ago
  37. b3bd864 Cleanup kGray_8 readback. by Brian Salomon · 4 years, 10 months ago
  38. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 10 months ago
  39. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  40. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  41. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  42. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  43. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  44. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  45. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  46. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  47. 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
  48. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  49. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  50. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  51. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  52. 7bf37e0 Fix valgrind crash in TransferFrom test. by Greg Daniel · 5 years ago
  53. 6f6d2de Test more color types in TransferPixelsFrom. by Brian Salomon · 5 years ago
  54. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  55. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  56. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  57. f27e51f Fix two issues in transfer to test by Brian Salomon · 5 years ago
  58. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  59. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  60. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  61. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  62. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  63. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  64. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  65. 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
  66. 6aecd5e Rework transfer pixels tests to be more robust. by Brian Salomon · 5 years ago
  67. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  68. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  69. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  70. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  71. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  72. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  73. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  74. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  75. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  76. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  77. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  78. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  79. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago
  80. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  81. 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 5 years ago
  82. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  83. 686046b Fix more failing tests on Metal. by Jim Van Verth · 5 years ago
  84. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  85. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  86. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  87. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  88. 3a74925 Use ES3 in iOS test harness by Jim Van Verth · 6 years ago
  89. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  90. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  91. 6fc3092 Fix TSAN bug in TransferPixelsTest by Robert Phillips · 6 years ago
  92. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  93. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  94. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  95. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  96. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  97. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  98. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  99. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  100. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago