1. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 2 months ago
  2. 1e16937 Add more flexibility to GrVkRT to support DMSAA. by Greg Daniel · 3 years, 2 months ago
  3. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 3 months ago
  4. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 2 months ago
  5. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 3 months ago
  6. fcb5023 Remove old color space configs from tools by Brian Osman · 3 years, 3 months ago
  7. 488654b Fix cases of variable shadowing in /tools/. by John Stiles · 3 years, 3 months ago
  8. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 3 months ago
  9. fe49b2c Run dmsaa on ANGLE es2 bots by Chris Dalton · 3 years, 3 months ago
  10. 7c79a87 Run dmsaa on ANGLE es3 bots by Chris Dalton · 3 years, 3 months ago
  11. 475c975 Move the DMSAA surface flag into the public API by Chris Dalton · 3 years, 4 months ago
  12. 5e1aa8b Misc skgpu cleanup by Robert Phillips · 3 years, 4 months ago
  13. 7a0541e Run cmdbuffer_es2_dmsaa on the bots by Chris Dalton · 3 years, 4 months ago
  14. e0f4de6 Add a cmdbuffer_es3 config by Chris Dalton · 3 years, 4 months ago
  15. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 4 months ago
  16. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 4 months ago
  17. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 4 months ago
  18. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 4 months ago
  19. 516405c Add option to switch between OGA and NGA SkGpuDevices by Robert Phillips · 3 years, 5 months ago
  20. 59adca5 Revert "Temporarily disable reordering on bots again" by Adlai Holler · 3 years, 5 months ago
  21. 789ec05 Temporarily disable reordering on bots again by Adlai Holler · 3 years, 5 months ago
  22. 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 5 months ago
  23. cbe4634 Revert "Temporarily disable reduceOpsTaskSplitting on bots" by Adlai Holler · 3 years, 5 months ago
  24. 9604eab Temporarily disable reduceOpsTaskSplitting on bots by Adlai Holler · 3 years, 5 months ago
  25. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 6 months ago
  26. d37a085 Enable DAG reordering on almost all bots by Adlai Holler · 3 years, 6 months ago
  27. 94df572 Convert dmsaa to an SkSurfaceProp by Chris Dalton · 3 years, 6 months ago
  28. 4d92e41 Revert "Enable DAG reordering on all bots except one" by Adlai Holler · 3 years, 6 months ago
  29. b8e02c5 Enable DAG reordering on all bots except one by Adlai Holler · 3 years, 6 months ago
  30. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 7 months ago
  31. 8e2a8b2 Surface resource cache through cmdline flag by Adlai Holler · 3 years, 7 months ago
  32. 91216d5 Add "reduced shader" testing mode. by Brian Salomon · 3 years, 7 months ago
  33. 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 7 months ago
  34. 84fd1c2 Clean up remaining NVPR bits & bobs by Robert Phillips · 3 years, 7 months ago
  35. 31798c2 Remove NVPR by Robert Phillips · 3 years, 7 months ago
  36. fd70865 Reland "Add tooling support for dmsaa" by Chris Dalton · 3 years, 8 months ago
  37. 22dd57b Revert "Add tooling support for dmsaa" by Chris Dalton · 3 years, 8 months ago
  38. 188443b Add tooling support for dmsaa by Chris Dalton · 3 years, 8 months ago
  39. 180b4a1 Update tooling code to store surface flags instead of "useDIText" by Chris Dalton · 3 years, 8 months ago
  40. 164bafa Reland "On NVIDIA + ANGLE, test 4x MSAA, not 8x" by Brian Osman · 3 years, 8 months ago
  41. 2603c1f Delete coverage counting backend from ccpr by Chris Dalton · 3 years, 8 months ago
  42. 07c8401 Getting Metal shader precompiling working. by Jim Van Verth · 3 years, 8 months ago
  43. 4ac9aad Make it possible to enable hw tessellation outside of test builds by Chris Dalton · 3 years, 8 months ago
  44. eae5c16 Reland "Enable GrTessellationPathRenderer by default" by Chris Dalton · 3 years, 10 months ago
  45. 7bfdb10 Revert "Enable GrTessellationPathRenderer by default" by Brian Salomon · 3 years, 10 months ago
  46. 6ea387e Enable GrTessellationPathRenderer by default by Chris Dalton · 3 years, 11 months ago
  47. 15f5184 Reland "Disable HW tessellation shaders by default" by Chris Dalton · 3 years, 11 months ago
  48. 1c2584d Revert "Disable HW tessellation shaders by default" by Chris Dalton · 3 years, 11 months ago
  49. ad8b9fa Disable HW tessellation shaders by default by Chris Dalton · 3 years, 11 months ago
  50. d1e6716 Add an "allPathsVolatile" option for testing by Chris Dalton · 4 years, 1 month ago
  51. 3163428 Add gms that test limited hw tessellation segments by Chris Dalton · 4 years, 1 month ago
  52. b2b7f80 Add config "glesfakev2". It runs GLES with the version faked as 2. by Brian Salomon · 4 years, 2 months ago
  53. 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years, 4 months ago
  54. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 4 months ago
  55. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 4 months ago
  56. 275f419 Add D3D support for MSAA by Jim Van Verth · 4 years, 4 months ago
  57. 762cb4e Add option to DDL test harness to better match OOP-R behavior by Robert Phillips · 4 years, 5 months ago
  58. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 5 months ago
  59. 7a8e394 Revert "Allow printf-style formatting to be used in SK_ABORT." by John Stiles · 4 years, 5 months ago
  60. 67e50a6 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 5 months ago
  61. ed6e827 Add a flag for suppressing tessellation shaders by Chris Dalton · 4 years, 6 months ago
  62. 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 7 months ago
  63. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 7 months ago
  64. 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 8 months ago
  65. 291f340 Add new gpu sink for DDLs by Robert Phillips · 4 years, 8 months ago
  66. d2d4c5e Add GrD3DGpu and GrD3DCaps. by Jim Van Verth · 4 years, 8 months ago
  67. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 10 months ago
  68. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 4 years, 10 months ago
  69. 37ae4b0 Rename GpuPathRenderers::kAll to kDefault by Chris Dalton · 4 years, 10 months ago
  70. 5258623 Move --internalSamples to common flags by Chris Dalton · 4 years, 10 months ago
  71. 4af42fc Fix precompiling shaders on GLES / Android by Brian Osman · 5 years ago
  72. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
  73. 9313874 Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting. by Greg Daniel · 5 years ago
  74. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  75. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  76. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  77. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  78. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  79. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  80. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  81. 19ece74 Only include angle in default configs when it's enabled by Brian Osman · 5 years ago
  82. 9c31047 Reland "DM: Add a per-sink MemoryCache to all GPU sinks" by Brian Osman · 5 years ago
  83. 1958fbb Revert "DM: Add a per-sink MemoryCache to all GPU sinks" by Brian Osman · 5 years ago
  84. a7b224d DM: Add a per-sink MemoryCache to all GPU sinks by Brian Osman · 5 years ago
  85. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  86. f0095cf Add option to use a program binary cache in DM, etc by Brian Osman · 5 years ago
  87. d3c0482 Re-add flag to force opList splitting reduction by Robert Phillips · 5 years ago
  88. 6c8f5b3 Switch sense of opList splitting flag and employ it on the NVIDIA_Shield bot by Robert Phillips · 5 years ago
  89. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  90. a8fbeba Add a cap to allow coverage counting or not by Chris Dalton · 6 years ago
  91. f71b070 Fix the GLSL persistent cache (and add a config to test it) by Brian Osman · 6 years ago
  92. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 6 years ago
  93. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 6 years ago
  94. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 6 years ago
  95. a3bfb5d add bgra8 bgra8s and 8888s to explicitly control swizzle and srgb-ness in gpu[] configs by Mike Reed · 6 years ago
  96. c6142d8 de-common the rest of the flags by Mike Klein · 6 years ago
  97. 19cc0f6 create a wrapper to manage --nativeFonts and --gdi by Mike Klein · 6 years ago
  98. 629f5fc de-common another batch of flags by Mike Klein · 6 years ago
  99. d0f321b de-common --veryVerbose by Mike Klein · 6 years ago
  100. 03fa5d4 factor out SetAnalyticAAFromCommonFlags() by Mike Klein · 6 years ago