1. ed6e827 Add a flag for suppressing tessellation shaders by Chris Dalton · 4 years, 5 months ago
  2. 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 6 months ago
  3. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 6 months ago
  4. 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 7 months ago
  5. 291f340 Add new gpu sink for DDLs by Robert Phillips · 4 years, 7 months ago
  6. d2d4c5e Add GrD3DGpu and GrD3DCaps. by Jim Van Verth · 4 years, 7 months ago
  7. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 8 months ago
  8. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 4 years, 8 months ago
  9. 37ae4b0 Rename GpuPathRenderers::kAll to kDefault by Chris Dalton · 4 years, 9 months ago
  10. 5258623 Move --internalSamples to common flags by Chris Dalton · 4 years, 9 months ago
  11. 4af42fc Fix precompiling shaders on GLES / Android by Brian Osman · 5 years ago
  12. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
  13. 9313874 Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting. by Greg Daniel · 5 years ago
  14. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  15. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  16. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  17. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  18. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  19. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  20. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  21. 19ece74 Only include angle in default configs when it's enabled by Brian Osman · 5 years ago
  22. 9c31047 Reland "DM: Add a per-sink MemoryCache to all GPU sinks" by Brian Osman · 5 years ago
  23. 1958fbb Revert "DM: Add a per-sink MemoryCache to all GPU sinks" by Brian Osman · 5 years ago
  24. a7b224d DM: Add a per-sink MemoryCache to all GPU sinks by Brian Osman · 5 years ago
  25. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  26. f0095cf Add option to use a program binary cache in DM, etc by Brian Osman · 5 years ago
  27. d3c0482 Re-add flag to force opList splitting reduction by Robert Phillips · 5 years ago
  28. 6c8f5b3 Switch sense of opList splitting flag and employ it on the NVIDIA_Shield bot by Robert Phillips · 5 years ago
  29. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  30. a8fbeba Add a cap to allow coverage counting or not by Chris Dalton · 5 years ago
  31. f71b070 Fix the GLSL persistent cache (and add a config to test it) by Brian Osman · 5 years ago
  32. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  33. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  34. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  35. a3bfb5d add bgra8 bgra8s and 8888s to explicitly control swizzle and srgb-ness in gpu[] configs by Mike Reed · 5 years ago
  36. c6142d8 de-common the rest of the flags by Mike Klein · 5 years ago
  37. 19cc0f6 create a wrapper to manage --nativeFonts and --gdi by Mike Klein · 5 years ago
  38. 629f5fc de-common another batch of flags by Mike Klein · 5 years ago
  39. d0f321b de-common --veryVerbose by Mike Klein · 5 years ago
  40. 03fa5d4 factor out SetAnalyticAAFromCommonFlags() by Mike Klein · 5 years ago
  41. 4932a5e Fold CommonFlagsGpu into CommonFlags by Mike Klein · 5 years ago
  42. e5acd75 delete DAA by Mike Klein · 5 years ago
  43. 19fb397 de-common some flags by Mike Klein · 5 years ago
  44. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  45. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  46. 5194123 Have DM's "--pr ~*" processing start from the default list of path renderers by Robert Phillips · 5 years ago
  47. f774818 Reland "Disable coverage counting by default" by Chris Dalton · 5 years ago
  48. 9ff956e Revert "Disable coverage counting by default" by Chris Dalton · 5 years ago
  49. 576b2a5 Disable coverage counting by default by Chris Dalton · 5 years ago
  50. 570f4e5 Always explicitly allocate except in Android Framework (take 3) by Robert Phillips · 5 years ago
  51. 2a2d732 Revert "Always explicitly allocate except in Android Framework (take 2)" by Robert Phillips · 5 years ago
  52. 88b93da Always explicitly allocate except in Android Framework (take 2) by Robert Phillips · 5 years ago
  53. d40dc3f Revert "Always explicitly allocate except in Android Framework" by Robert Phillips · 5 years ago
  54. e157745 Always explicitly allocate except in Android Framework by Robert Phillips · 5 years ago
  55. d0163fb Add glf16norm config to DM by Brian Osman · 6 years ago
  56. 830ab79 disable DAA by default by Mike Klein · 6 years ago
  57. 97c7cf1 remove --undefok by Mike Klein · 6 years ago
  58. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  59. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  60. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  61. 92e01cf added SPIR-V persistent cache support for Vulkan by Ethan Nicholas · 6 years ago
  62. 3bdaa46 simplify default bookmaker command line by Cary Clark · 6 years ago
  63. b7a98ef Add reduceOpListSplitting flag by Robert Phillips · 6 years ago
  64. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  65. 3ad86d0 Accept processor test seed from command line by Michael Ludwig · 6 years ago
  66. 00c5d0f Only run image tests on Windows once by Brian Osman · 6 years ago
  67. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  68. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  69. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  70. cb2275b Add shared --disableExplicitAlloc flag to tools by Robert Phillips · 6 years ago
  71. 9acfc6c Add kAAHairline to GpuPathRenderers by Chris Dalton · 6 years ago
  72. a76b7a9 More color space improvements to DM by Brian Osman · 6 years ago
  73. 8c172ba [infra] Add infra support for Lottie by Eric Boren · 6 years ago
  74. 7c0998a Revert "Add kAAHairline to GpuPathRenderers" by Ben Wagner · 6 years ago
  75. 880b9d3 Add kAAHairline to GpuPathRenderers by Chris Dalton · 6 years ago
  76. f666cbc remove debug gl interface, grcontextfactory context type, and config. by Brian Salomon · 6 years ago
  77. 00a5eb8 Add gltestpersistentcache config that tests GrContextOption's cache. by Brian Salomon · 6 years ago
  78. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  79. a66f4da Revert "Reland "Revert "Update GPU DM/nanobench configs for color testing""" by Brian Osman · 6 years ago
  80. d5161b9 Reland "Revert "Update GPU DM/nanobench configs for color testing"" by Brian Osman · 6 years ago
  81. c0fb3c8 Revert "Revert "Update GPU DM/nanobench configs for color testing"" by Brian Osman · 6 years ago
  82. 2a284de Revert "Update GPU DM/nanobench configs for color testing" by Brian Osman · 6 years ago
  83. 5e11777 Update GPU DM/nanobench configs for color testing by Brian Osman · 6 years ago
  84. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  85. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  86. a15cedb Clean up GPU configs in DM by Brian Osman · 6 years ago
  87. 6a0e54e Add a vknostencils config by Chris Dalton · 6 years ago
  88. 737b9a9 Remove legacy guard flags by Yuqian Li · 6 years ago
  89. 218c294 Remove the MSAA path renderer by Chris Dalton · 6 years ago
  90. 7464a26 Add more angle_gl_* configs for NVIDIA. by Ben Wagner · 6 years ago
  91. fb9f39a Remove duplicate predefined configs by Brian Osman · 6 years ago
  92. e47f0a0 Remove old method of drawing DDL SKPs from DM (in favor of ViaDDL method) by Robert Phillips · 6 years ago
  93. 33f02ed Switch DDL rendering to be a Via in DM (take 2) by Robert Phillips · 6 years ago
  94. f14e833 Revert "Switch DDL rendering to be a Via in DM" by Robert Phillips · 6 years ago
  95. bd2e2a0 Switch DDL rendering to be a Via in DM by Robert Phillips · 6 years ago
  96. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  97. 7e6dafd Prepare ddl skp rendering for prime time by Robert Phillips · 6 years ago
  98. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  99. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 7 years ago
  100. 95a7b76 dm: support printing specific page of mskp to SVG by Bryce Thomas · 7 years ago