1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. 0ef780b Use a monotonic counter for atlas and plot generations by Herb Derby · 4 years, 6 months ago
  3. 4d72171 Rename AtlasID to PlotLocator by Herb Derby · 4 years, 6 months ago
  4. 1a496c5 Convert evict callback from function to interface by Herb Derby · 4 years, 6 months ago
  5. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  6. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  7. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  8. 9715b6c Add GrSurfaceProxyView to the various draw atlas ops. by Greg Daniel · 4 years, 8 months ago
  9. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 4 years, 9 months ago
  10. 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 4 years, 9 months ago
  11. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 4 years, 10 months ago
  12. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 4 years, 10 months ago
  13. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  14. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  15. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  16. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  17. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  18. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  19. e5f7328 No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface by Robert Phillips · 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. 42dda08 Remove some uses of GrBytesPerPixel (take 2) by Robert Phillips · 5 years ago
  22. 0221e8b Revert "Remove some uses of GrBytesPerPixel" by Robert Phillips · 5 years ago
  23. 13f02be2 Remove some uses of GrBytesPerPixel by Robert Phillips · 5 years ago
  24. 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 5 years ago
  27. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  28. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  29. 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 5 years ago
  30. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  31. 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
  32. 578b089 Revert "Tweak Plot size to try to get better perf." by Jim Van Verth · 6 years ago
  33. fdcbe20 Tweak Plot size to try to get better perf. by Jim Van Verth · 6 years ago
  34. f6206f9 Add new method for calculating text atlas sizes by Jim Van Verth · 6 years ago
  35. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  36. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  37. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  38. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  39. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  40. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  41. 15d9ef2 Simplify atlas calculation for dimension only by Herb Derby · 6 years ago
  42. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  43. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  44. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  45. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  46. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  47. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  48. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  49. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  50. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  51. d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 6 years ago
  52. edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 6 years ago
  53. b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 6 years ago
  54. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  55. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 6 years ago
  56. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  57. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  58. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  59. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 6 years ago
  60. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 6 years ago
  61. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  62. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 6 years ago
  63. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 6 years ago
  64. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 6 years ago
  65. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 6 years ago
  66. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 6 years ago
  67. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 6 years ago