1. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 3 months ago
  2. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 4 months ago
  3. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 4 months ago
  4. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 4 months ago
  5. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 5 months ago
  6. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 5 months ago
  7. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 5 months ago
  8. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  9. fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 6 months ago
  10. e994380 Some GrTypes cleanup. by Brian Salomon · 4 years, 6 months ago
  11. b3bd864 Cleanup kGray_8 readback. by Brian Salomon · 4 years, 8 months ago
  12. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 8 months ago
  13. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 9 months ago
  14. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 4 years, 10 months ago
  15. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 4 years, 10 months ago
  16. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 4 years, 10 months ago
  17. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  18. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  19. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  20. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  21. 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
  22. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  23. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  24. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  25. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  26. 7bf37e0 Fix valgrind crash in TransferFrom test. by Greg Daniel · 5 years ago
  27. 6f6d2de Test more color types in TransferPixelsFrom. by Brian Salomon · 5 years ago
  28. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  29. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  30. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  31. f27e51f Fix two issues in transfer to test by Brian Salomon · 5 years ago
  32. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  33. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  34. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  35. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  36. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  37. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  38. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  39. 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
  40. 6aecd5e Rework transfer pixels tests to be more robust. by Brian Salomon · 5 years ago
  41. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  42. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  43. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  44. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  45. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  46. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  47. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  48. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  49. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  50. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  51. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  52. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  53. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago
  54. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  55. 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 5 years ago
  56. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  57. 686046b Fix more failing tests on Metal. by Jim Van Verth · 5 years ago
  58. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  59. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 5 years ago
  60. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  61. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  62. 3a74925 Use ES3 in iOS test harness by Jim Van Verth · 6 years ago
  63. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  64. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  65. 6fc3092 Fix TSAN bug in TransferPixelsTest by Robert Phillips · 6 years ago
  66. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  67. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  68. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  69. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  70. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  71. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  72. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  73. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  74. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  75. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  76. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  77. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  78. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  79. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  80. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  81. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  82. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 6 years ago
  83. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  84. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  85. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 6 years ago
  86. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 6 years ago
  87. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  88. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  89. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  90. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  91. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  92. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  93. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  94. 52fb02e Fix TransferBufferTest for TegraX1 by Jim Van Verth · 7 years ago
  95. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  96. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  97. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago