1. 6b1f024 Fix perf configs for ANGLE bots. by Ben Wagner · 7 years ago
  2. ea9bc0c Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 7 years ago
  3. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 7 years ago
  4. c6f5e10 fixed SPIR-V compilation error with unmodified variables by Ethan Nicholas · 7 years ago
  5. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  6. f809fef jumper, a couple simple loads and stores by Mike Klein · 7 years ago
  7. 15bf678 jumper, only ignore red zone on Windows by Mike Klein · 7 years ago
  8. 92a3661 Update NVidia Shields to NRD90M by Kevin Lubick · 7 years ago
  9. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 7 years ago
  10. 61b8416 jumper, caught up on blend modes by Mike Klein · 7 years ago
  11. ebf5acc Remove compiler bug workaround by Brian Osman · 7 years ago
  12. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  13. 43e5fd3 make build_stages a little less mtklein-centric by Mike Klein · 7 years ago
  14. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  15. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  16. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  17. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  18. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  19. 66b09ab jumper, another batch of blend modes by Mike Klein · 7 years ago
  20. aaca1e4 jumper, more blend modes by Mike Klein · 7 years ago
  21. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  22. e15a7b5 ok, most features can be vias by Mike Klein · 7 years ago
  23. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  24. 4fc7740 Respect xfer barriers in InstancedRendering::Op by Brian Salomon · 7 years ago
  25. 8517b4c tell Google3 we do not need executable stack by Mike Klein · 7 years ago
  26. 2f245be avoid deprecated SkRect::MakeFromIRect by Mike Klein · 7 years ago
  27. 9969e77 SkColorSpaceXformCanvas: setMatrix(), clipRect() in constructor by Matt Sarett · 7 years ago
  28. b48df27 Add more overrides to SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  29. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 7 years ago
  30. 8feeff9 fixed skslc SPIR-V memory error by Ethan Nicholas · 7 years ago
  31. c9807b8 Add Linux HD2000 jobs by Kevin Lubick · 7 years ago
  32. 1bc8508 Remove Galaxy J5 bot. by Ben Wagner · 7 years ago
  33. 609e7cc Add glPolygonMode support. by Jim Van Verth · 7 years ago
  34. 5f80485 make _win.S know if it's 64-bit by Mike Klein · 7 years ago
  35. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  36. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  37. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  38. b1f7653 Use the rounded text size for gasp. by Ben Wagner · 7 years ago
  39. 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 7 years ago
  40. 32ebaba Use correct tolerance for conic chopping in MSAA and default path renderers by Brian Salomon · 7 years ago
  41. 981108b Update instructions on Skia/Chromium multi try. by bungeman · 7 years ago
  42. 9aec894 Use last value for axis for variation position. by bungeman · 7 years ago
  43. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  44. 13071c5 Don't perform analysis twice in InstancedRendering::Op by Brian Salomon · 7 years ago
  45. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  46. d1443ef [recipes.cfg] Disable autoroller by Robert Iannucci · 7 years ago
  47. eeb3cb1 Reverse clamp logic in SkColorSpaceXform by Matt Sarett · 7 years ago
  48. 7c4af54 Don't export stage symbols. by Mike Klein · 7 years ago
  49. 8f7a9a9 565 color xforms: make sure we clamp if necessary by Matt Sarett · 7 years ago
  50. d7e06ae jumper, revert to generating .S files by Mike Klein · 7 years ago
  51. 291932e Fix is_convex() check for inset polys. by Jim Van Verth · 7 years ago
  52. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  53. 978533c Remove blacklist of Vulkan GPUMemoryTest by Greg Daniel · 7 years ago
  54. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  55. 3e306f6 Use FontWeight symbols when available on Mac. by bungeman · 7 years ago
  56. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 7 years ago
  57. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  58. 4a24e10 Add skia_use_egl flag by Kevin Lubick · 7 years ago
  59. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  60. 2f3db61 Remove SK_IGNORE_DW_GRAY_FIX. by Ben Wagner · 7 years ago
  61. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  62. fcf3aba Marker for driver update on Win10 Golo GT610 by Ben Wagner · 7 years ago
  63. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  64. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  65. 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 7 years ago
  66. 334e88c Update Galaxy S7s to March 2017 patch by Kevin Lubick · 7 years ago
  67. c1cd59b Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  68. 5208223 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  69. a20de46 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  70. 03fde11 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  71. 497d313 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  72. 4dcce9e Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  73. a5002c3 Add debug helper for finding leaks in GrMemoryPool.h by Brian Salomon · 7 years ago
  74. 90b49b5 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  75. 8383ac4 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  76. 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 7 years ago
  77. 2677a9a Add extra_asmflags by Kevin Lubick · 7 years ago
  78. d60ec06 [recipes.cfg] set autoroll recipe options by Robert Iannucci · 7 years ago
  79. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  80. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 7 years ago
  81. 8cb6648 turn on hidden visibility flags on iOS by Mike Klein · 7 years ago
  82. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  83. 7a69340 Manually roll recipes (trivial) by Robert Iannucci · 7 years ago
  84. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  85. a2cedff Fix gaussianedge GM by Robert Phillips · 7 years ago
  86. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 7 years ago
  87. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  88. 200f6da ok, unify failure and crash logging by Mike Klein · 7 years ago
  89. f86bc2c SkImage_Generator::onMakeColorSpace avoid 565 by Matt Sarett · 7 years ago
  90. 4a77cf8 ok, plumb in GrContextFactory by Mike Klein · 7 years ago
  91. 36e4f06 GrTessellator: speed up linearized quadratic Beziers. by Stephen White · 7 years ago
  92. 654dfee Manually roll recipes (trivial) by Robert Iannucci · 7 years ago
  93. 6105e4b ok, make tests really work by Mike Klein · 7 years ago
  94. 2084ffa Revert "Fix SkImage_Gpu::getROPixels" by Brian Salomon · 7 years ago
  95. c119a2f Omit ImageStorageLoad on IntelBayTrail Ubuntu by Ben Wagner · 7 years ago
  96. af40127 Minor fix to VkWrapTest by Greg Daniel · 7 years ago
  97. d63442d ok: add basic unit test support by Mike Klein · 7 years ago
  98. 8c67909 Add a simple tool for isolating a path from an SKP by csmartdalton · 7 years ago
  99. b338484 quiet some annoying logging in unit tests by Mike Klein · 7 years ago
  100. b436655 Add height function to shadow tessellators. by Jim Van Verth · 7 years ago