1. 330e93b Exclude SkJumper_stages_lowp.cpp from G3 build. by Mike Klein · 7 years ago
  2. eeccbf7 Real fix for stage perf regression. by Mike Klein · 7 years ago
  3. 42bb6ac Simplify some Viewer code, and fix a few bugs by Brian Osman · 7 years ago
  4. d3df9ec SkImage::makeColorSpace(): Fix nullptr->sRGB bug with picture images by Matt Sarett · 7 years ago
  5. d81fed9 Replace BMP calls to new with calls to malloc by Leon Scroggins III · 7 years ago
  6. 98fae70 Remove hardstop blacklist for nexus player vulkan by Greg Daniel · 7 years ago
  7. 3e2df5a A little help message for Android viewer's build dir by Yuqian Li · 7 years ago
  8. 96cc361 Handle different types of streams in different jpeg source managers by cjbao · 7 years ago
  9. 4b0b00e Support passing single SKP to get_images_from_skps by Leon Scroggins III · 7 years ago
  10. c928fe2 add testing flag to force rasterpipeline by Mike Reed · 7 years ago
  11. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  12. 9beafc4 have start_pipeline() return limit again by Mike Klein · 7 years ago
  13. 34d10d7 implement SkRasterPipelineBlitter::blitAntiH2() by Mike Klein · 7 years ago
  14. e18474e Re-enable single channel renderability for ANGLE ES2 by Robert Phillips · 7 years ago
  15. c8167f1 Roll ANGLE DEPS by Robert Phillips · 7 years ago
  16. d0e0a8f Don't move raw pointers in SkCanvas by Vaclav Brozek · 7 years ago
  17. cb218b3 don't try lowp in msan builds by Mike Klein · 7 years ago
  18. bba02c2 start on SkJumper lowp mode by Mike Klein · 7 years ago
  19. f4e4986 Update SKP version by UpdateSKPs · 7 years ago
  20. 3f51188 experiment: force composeshade to always be rasterpipeline by Mike Reed · 7 years ago
  21. b5d9e85 remove unused blitters by Mike Reed · 7 years ago
  22. 4833950 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  23. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  24. 219b4e8 add nonsquare scale to pathops sorter tool by Cary Clark · 7 years ago
  25. 65efe9c remove unused auto class by Mike Reed · 7 years ago
  26. e4d45bf Remove accessRenderTarget call from Clear tests by Robert Phillips · 7 years ago
  27. 0271c5b simplify verts in certain modes by Mike Reed · 7 years ago
  28. 56f6e83 Roll ANGLE by Robert Phillips · 7 years ago
  29. 6867eee default impl of appendStages now calls shaderContext by Mike Reed · 7 years ago
  30. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 7 years ago
  31. bc71274 Disable single channel renderability for ANGLE ES2 by Robert Phillips · 7 years ago
  32. 67af673 Remove deprecated SkRWBuffer snapshot methods by Florin Malita · 7 years ago
  33. 0d93010 move load_and_inc() and LazyCtx into SkJumper_misc.h by Mike Klein · 7 years ago
  34. b4dc419 Re-land "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  35. 7e910df Implement an SkImage backed by a Android hardware buffer by Stan Iliev · 7 years ago
  36. affa6a3 Revert "Fixed an issue with sksl variable declarations" by Ethan Nicholas · 7 years ago
  37. 370c2b3 minor refactor to SkRasterPipeline::BuildPipeline by Mike Klein · 7 years ago
  38. 88bd8ed Fixed an issue with sksl variable declarations by Ethan Nicholas · 7 years ago
  39. ec4400b Avoid new for small arrays in SkBmpCodec by Leon Scroggins III · 7 years ago
  40. 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  41. fcc8adc Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  42. c78a2d7 Rename Chromecast CPU tests to GPU tests by Kevin Lubick · 7 years ago
  43. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  44. dec4c0b Rename example.py -> examples/full.py for all modules by Robert Iannucci · 7 years ago
  45. d5bee5d add API to change max pointsize for font cache by Mike Reed · 7 years ago
  46. c3cbd73 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  47. 1bfece8 Rm int flavor of GrNextPow2 in favor of uint32_t flavor by Robert Phillips · 7 years ago
  48. 8692b4a Use ssh to trigger chromecast test by Kevin Lubick · 7 years ago
  49. 06775d4 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  50. a836267 fix premultiplied color generation in linear gradients when using fApplyAlphaAfterInterp by Lee Salzman · 7 years ago
  51. 5df94d5 have shaders that need seed_shader call it themselves by Mike Klein · 7 years ago
  52. e0f7e16 Roll recipe dependencies (nontrivial). by recipe-roller · 7 years ago
  53. 9b10f8f plumb y through to SkJumper by Mike Klein · 7 years ago
  54. 97b10ac [fiddle] Report GL driver info. by Joe Gregorio · 7 years ago
  55. 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  56. c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  57. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  58. d16084f Better image for copyTo4444 test by Matt Sarett · 7 years ago
  59. c674e26 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  60. 69270fb Add smartptr SkRWBuffer snapshot methods by Florin Malita · 7 years ago
  61. a16f6cb Update copyOp to split-opList world by Robert Phillips · 7 years ago
  62. 9f6f41b Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  63. 48567ac update GrOp printouts by Robert Phillips · 7 years ago
  64. 5cc9da6 raster pipeline sprite blitter by Mike Klein · 7 years ago
  65. c6912f7 make SkColorFilter::onAppendStages() pure by Mike Klein · 7 years ago
  66. fe50d96 Remove GrSurface-based surfaceContext factories from GrContextPriv by Robert Phillips · 7 years ago
  67. eb0e60f Ensure SkPictureImageFilter::onFilterImage doesn't double-convert color by Christopher Cameron · 7 years ago
  68. a03d407 fix and test colorfiltershader by Mike Reed · 7 years ago
  69. 2f4ddf6 Update more GrOps to split-opList world by Robert Phillips · 7 years ago
  70. baf41bd Convert last step.context stragglers. by Robert Iannucci · 7 years ago
  71. c5a073d Fix missing CIPD package for Valgrind perf bots by Eric Boren · 7 years ago
  72. 8231033 reland: We can mask load and store with just AVX by Mike Klein · 7 years ago
  73. 8bf1f9f Disable deferred proxies for M60 branch by Robert Phillips · 7 years ago
  74. 3f30758 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  75. 91ea7ea delete some dead code in SampleApp by Mike Klein · 7 years ago
  76. 83223bc Store SkPerlinNoiseShaderImpl's PaintingData inline by Florin Malita · 7 years ago
  77. 6799939 Blacklist sRGB MSAA on AMD (ATI) Macs by Brian Osman · 7 years ago
  78. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  79. fa6d865 Do color correction of vertex colors in GPU drawVertices by Brian Osman · 7 years ago
  80. 25f3805 slant colorfilter away from filterSpan4f by Mike Reed · 7 years ago
  81. d696df7 Add CIPD asset for Valgrind by Eric Boren · 7 years ago
  82. d9fe700 fix incorrect variable not assigned error in skslc by Ethan Nicholas · 7 years ago
  83. 068acd5 enable geometry shader support in GrGLShaderStringBuilder by Ethan Nicholas · 7 years ago
  84. d32e237 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  85. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  86. bef2852 remove 565 sprite blitter too by Mike Klein · 7 years ago
  87. 2398033 allow sprite blitter for equal color spaces by Mike Klein · 7 years ago
  88. 2aab802 add stages to colorfiltershader by Mike Reed · 7 years ago
  89. fdd1170 Revert "Expand partial render target write pixels workaround." by Brian Salomon · 7 years ago
  90. 9c6645e assume sRGB transfer function on untagged images by Mike Klein · 7 years ago
  91. 2fdc3d5 remove unused spanprocs (leftover from spriteblitter simplification) by Mike Reed · 7 years ago
  92. c19ebc5 Get known hashes from GS directly by Stephan Altmueller · 7 years ago
  93. bb3f562 Revert "Revert "Delete SkGaussianEdgeShader"" by Florin Malita · 7 years ago
  94. 0cc507d Expand partial render target write pixels workaround. by Brian Salomon · 7 years ago
  95. 59a8b9c Fix outset for blurs when using ignoreXform flag on GPU by Greg Daniel · 7 years ago
  96. a8fabd3 Fiddle can use EGL if available. by Joe Gregorio · 7 years ago
  97. 361941e simplify a confusing expression in SkSLSPIRVCodeGenerator by Ethan Nicholas · 7 years ago
  98. 1919dc4 remove sprite blitters for non-legacy targets, rely on rasterpipline by Mike Reed · 7 years ago
  99. 30095a1 [recipes] Try removing the possibly-over-conservative git step by Eric Boren · 7 years ago
  100. b5e4842 clean up now that min_stride == 1 by Mike Klein · 7 years ago