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