1. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  2. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  3. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  4. 7bf37e0 Fix valgrind crash in TransferFrom test. by Greg Daniel · 5 years ago
  5. 6f6d2de Test more color types in TransferPixelsFrom. by Brian Salomon · 5 years ago
  6. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  7. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  8. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  9. f27e51f Fix two issues in transfer to test by Brian Salomon · 5 years ago
  10. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  11. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  12. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  13. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  14. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  15. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  16. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  17. 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
  18. 6aecd5e Rework transfer pixels tests to be more robust. by Brian Salomon · 5 years ago
  19. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  20. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  21. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  22. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  23. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  24. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  27. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  28. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  29. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  30. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  31. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago
  32. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  33. 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 5 years ago
  34. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  35. 686046b Fix more failing tests on Metal. by Jim Van Verth · 5 years ago
  36. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  37. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 5 years ago
  38. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  39. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  40. 3a74925 Use ES3 in iOS test harness by Jim Van Verth · 6 years ago
  41. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  42. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  43. 6fc3092 Fix TSAN bug in TransferPixelsTest by Robert Phillips · 6 years ago
  44. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  45. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  46. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  47. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  48. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  49. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  50. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  51. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  52. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  53. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  54. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  55. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  56. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  57. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  58. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  59. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  60. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  61. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  62. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  63. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  64. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  65. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  66. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  67. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  68. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  69. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  70. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  71. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  72. 52fb02e Fix TransferBufferTest for TegraX1 by Jim Van Verth · 7 years ago
  73. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  74. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  75. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago