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. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 1 month ago
  4. cbc9667 Add some missed BGRA_1010102 testing tidbits by Robert Phillips · 4 years, 3 months ago
  5. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 4 months ago
  6. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 5 months ago
  7. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 6 months ago
  8. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 6 months ago
  9. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 6 months ago
  10. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 6 months ago
  11. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  12. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 6 months ago
  13. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  14. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 4 years, 9 months ago
  15. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  16. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  17. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  18. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  19. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  20. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  21. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  22. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  23. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  24. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  27. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  28. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  29. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  30. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  31. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  32. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  33. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  34. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  35. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  36. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  37. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  38. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  39. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  40. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  41. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 6 years ago
  42. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 6 years ago
  43. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  44. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  45. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  46. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  47. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  48. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  49. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  50. bab2dbb Reduce read/write-SurfacePixels call sites (take 2) by Robert Phillips · 7 years ago
  51. 747636f Revert "Reduce read/write-SurfacePixels call sites" by Robert Phillips · 7 years ago
  52. 74d5a14 Reduce read/write-SurfacePixels call sites by Robert Phillips · 7 years ago
  53. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  54. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  55. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  56. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  57. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  58. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  59. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  60. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  61. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  62. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  63. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  64. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  65. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  66. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  67. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  68. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  69. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  70. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  71. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  72. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  73. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  74. df082c5 Add more diagnostic messages to ReadWriteAlpha test by robertphillips · 8 years ago
  75. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  76. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  77. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  78. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  79. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  80. 2ea6ff7 Fix printfs for Windows and undo speculative test disable by Brian Salomon · 8 years ago
  81. be0fcb1 Speculative fix for windows builders by Brian Salomon · 8 years ago
  82. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 8 years ago
  83. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 8 years ago
  84. 23e5666 Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ ) by bsalomon · 9 years ago
  85. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  86. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  87. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  88. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  89. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  90. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  91. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  92. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  93. f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
  94. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  95. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  96. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  97. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  98. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  99. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  100. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago