1. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years, 2 months ago
  2. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 2 months ago
  3. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 2 months ago
  4. 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 7 months ago
  5. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 10 months ago
  6. 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 3 years, 10 months ago
  7. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  8. 652124c sk_gpu_test::MakeTextureProxyFromData -> MakeTextureProxyViewFromData by Brian Salomon · 4 years, 2 months ago
  9. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 2 months ago
  10. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 2 months ago
  11. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 2 months ago
  12. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 3 months ago
  13. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 3 months ago
  14. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 3 months ago
  15. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 3 months ago
  16. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 6 months ago
  17. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 9 months ago
  18. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 10 months ago
  19. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 5 years ago
  20. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  21. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  22. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  23. c29e6dc Disable texturing and rendering to F32 pixel configs. by Greg Daniel · 5 years ago
  24. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  25. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  26. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  27. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  28. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  29. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  30. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  31. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  32. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  33. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  34. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  35. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  36. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  37. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  38. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  39. 583dd2b add constexpr to SkRect, SkIRect Make functions by Cary Clark · 7 years ago
  40. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  41. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  42. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  43. f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 7 years ago
  44. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  45. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  46. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  47. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  48. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  49. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  50. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  51. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  52. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  53. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  54. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  55. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  56. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  57. 3a88725 Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3. by Brian Osman · 8 years ago
  58. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  59. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  60. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  61. 68d9134 Make more unit tests run on Vulkan by bsalomon · 9 years ago
  62. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  63. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
  64. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  65. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  66. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  67. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  68. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  69. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  70. bea0150 Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https://codereview.chromium.org/1226123012/) by bsalomon · 9 years ago
  71. b6b0a6e Remove rt flags that are not necessary by bsalomon · 9 years ago
  72. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  73. 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
  74. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  75. 2f6bb6b minor readability / refactors by mtklein · 10 years ago
  76. cada95a Move FP texture test buffers to heap. by mtklein · 10 years ago
  77. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  78. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  79. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  80. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  81. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  82. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago