1. 0d8722c Make use of shareable promise images in tools by Robert Phillips · 3 years, 6 months ago
  2. 55aaefe Reland "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 7 months ago
  3. 96f6d9a Add DDLTileHelper option to tile separately in x & y by Robert Phillips · 3 years, 7 months ago
  4. 1cc7d45 Remove ViaDDL by Robert Phillips · 3 years, 7 months ago
  5. 38b9a4b Revert "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 7 months ago
  6. 07e11d4 Support sharing promise images between DDLs by Adlai Holler · 3 years, 7 months ago
  7. cd1e397 Add new experimental ddlbench by Robert Phillips · 3 years, 7 months ago
  8. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 3 years, 8 months ago
  9. 559f9c1 Make the DDLTileHelper skip uninitialized tiles by Robert Phillips · 3 years, 8 months ago
  10. 183461f Add a isDDLTarget flag to GrSurfaceProxy by Robert Phillips · 3 years, 8 months ago
  11. bc68832 Separate the playback and recording characterizations in the DDLTileHelper by Robert Phillips · 3 years, 9 months ago
  12. 0c08849 Update DDL testing harness to support drawing DDL w/ integer offsets by Robert Phillips · 3 years, 10 months ago
  13. f143274 Simplify promise image callbacks. by Brian Salomon · 3 years, 10 months ago
  14. b270568 Almost remove GrContext by Adlai Holler · 4 years ago
  15. 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years ago
  16. 2edf18d Remove GrContext by Adlai Holler · 4 years ago
  17. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  18. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years ago
  19. 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 4 years, 1 month ago
  20. dc36970 Handle invalid DDLRecorder case by Robert Phillips · 4 years, 1 month ago
  21. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 2 months ago
  22. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years, 2 months ago
  23. d5f3c98 Update DDL test harness to use GrDirectContexts by Robert Phillips · 4 years, 2 months ago
  24. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 3 months ago
  25. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 3 months ago
  26. 562c8db Move the DDL unreffing to task destructor and update tests by Adlai Holler · 4 years, 3 months ago
  27. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 3 months ago
  28. 889d613 Add GM::gpuSetup step by Robert Phillips · 4 years, 3 months ago
  29. 5dbcca5 Update DDL test harness to better match OOP-R by Robert Phillips · 4 years, 4 months ago
  30. 8e82123 DDLTileHelper: Use SkAutoTArray instead of raw pointer by Adlai Holler · 4 years, 4 months ago
  31. 11c6767 Create DDL for final composition step in DDL test harness by Robert Phillips · 4 years, 5 months ago
  32. 8472a3d Update DDL test harness to use backendTextures to back tiles (take 2) by Robert Phillips · 4 years, 5 months ago
  33. 9ff1d84 Revert "Update DDL test harness to use backendTextures to back tiles" by Robert Phillips · 4 years, 5 months ago
  34. 7ae9d2f Update DDL test harness to use backendTextures to back tiles by Robert Phillips · 4 years, 5 months ago
  35. 24a8e9e Reland "Update skpbench's DDL timing" by Robert Phillips · 4 years, 6 months ago
  36. f35dfab Revert "Update skpbench's DDL timing" by Robert Phillips · 4 years, 6 months ago
  37. 6f0124a Update skpbench's DDL timing by Robert Phillips · 4 years, 7 months ago
  38. 6eb5cb9 Clean up for DDL program pre-compilation by Robert Phillips · 4 years, 7 months ago
  39. 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 7 months ago
  40. 02497d4 Update nanobench and skpbench to use flush API for gpu syncing. by Greg Daniel · 4 years, 7 months ago
  41. 1cec4d5 Add a program iterator to SkDeferredDisplayList by Robert Phillips · 4 years, 7 months ago
  42. 7b0ed55 Start precompiling DDL shaders by Robert Phillips · 4 years, 7 months ago
  43. 3eaed8d fix clang-tidy warnings by Mike Reed · 4 years, 7 months ago
  44. a865a3a Improve DDLTileHelper by Robert Phillips · 4 years, 7 months ago
  45. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  46. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  47. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  48. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  49. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  50. 21bd60d Connect up YUVA images for testing. by Jim Van Verth · 6 years ago
  51. bfa76f2 Add GM for less common YUV formats (take 2) by Robert Phillips · 6 years ago
  52. b5ba839 Revert "Add GM for less common YUV formats" by Mike Klein · 6 years ago
  53. 412dd56 Add GM for less common YUV formats by Robert Phillips · 6 years ago
  54. e8e2bb1 Test YUV images in DDL by Robert Phillips · 6 years ago
  55. 7a3197b Revert "Fix bug in GM's DDL drawing mode" by Robert Phillips · 6 years ago
  56. 06f69eb Fix bug in GM's DDL drawing mode by Robert Phillips · 6 years ago
  57. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 6 years ago
  58. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  59. 9660108 Add DDL to SKPBench by Robert Phillips · 6 years ago