1. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  2. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 2 months ago
  3. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 5 months ago
  4. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 8 months ago
  5. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 9 months ago
  6. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 10 months ago
  7. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 4 years, 11 months ago
  8. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  9. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  10. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  11. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  12. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  13. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  14. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  17. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  18. a8046af implemented onWritePixels and related tests for metal gpu backend by Timothy Liang · 6 years ago[Renamed (97%) from tests/VkUploadPixelsTests.cpp]
  19. 760dbc4 Reland "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  20. a80a012 Revert "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  21. 36848f6 implemented metal gpu backend texture upload testing by Timothy Liang · 6 years ago
  22. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  23. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  24. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  25. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  26. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  27. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  28. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  29. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  30. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  31. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  32. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  33. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  34. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  35. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  36. 9158931 Remove static initializer restriction for Vulkan tests by Jim Van Verth · 7 years ago
  37. 7128fdd Remove kZeroCopy_GrSurfaceFlag by Brian Salomon · 7 years ago
  38. bab2dbb Reduce read/write-SurfacePixels call sites (take 2) by Robert Phillips · 7 years ago
  39. 747636f Revert "Reduce read/write-SurfacePixels call sites" by Robert Phillips · 7 years ago
  40. 74d5a14 Reduce read/write-SurfacePixels call sites by Robert Phillips · 7 years ago
  41. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  42. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  43. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  44. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  45. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  46. a95d46b Fix copying of data in vulkan testing texture by egdaniel · 8 years ago
  47. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  48. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  49. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  50. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  51. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  52. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  53. 2ae4b2e Fix Vulkan tests after GrContextFactory move to sk_gpu_test by kkinnunen · 8 years ago
  54. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  55. a705641 Fix createTexture calls in vk tests by egdaniel · 9 years ago
  56. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  57. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  58. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago