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