1. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  2. ac8cabd Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) by bsalomon · 9 years ago
  3. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  4. 1c9ce61 fix pathops coincidence fuzz bug by caryclark · 9 years ago
  5. 73ee677 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  6. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  7. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  8. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  9. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  10. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  11. 90ba095 option to quick-accept clipRect calls by reed · 9 years ago
  12. 42b73eb enable conservative raster clipping by reed · 9 years ago
  13. a751c97 Factor out GrAtlasTextBatch fromt GrAtlasTextContext by joshualitt · 9 years ago
  14. 897c993 Pack and align SkStrokeRec to 4-byte boundary. by jvanverth · 9 years ago
  15. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  16. 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
  17. 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
  18. da707bf add SkPath::isRRect by caryclark · 9 years ago
  19. edb3644 Avoid geometric ninepatch if rendertarget has MSAA by joshualitt · 9 years ago
  20. 783a4da Add more batch information printouts by robertphillips · 9 years ago
  21. b736158 Revert of Add stroking support to distance field path renderer (patchset #7 id:120001 of https://codereview.chromium.org/1460873002/ ) by jvanverth · 9 years ago
  22. 5ce76ef Add stroking support to distance field path renderer by jvanverth · 9 years ago
  23. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  24. 8d38102 Fix nearly-vertical gradient assert by fmalita · 9 years ago
  25. f38b0d8 add SkRecordOptimize2 and an experimental API for more aggressive opts by reed · 9 years ago
  26. 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
  27. 29d60e5 Revert float xfermodes back to Sk4f (from Sk8f). by mtklein · 9 years ago
  28. a376629 Fix BMP RLE bug: attempt 2 by msarett · 9 years ago
  29. 24e7db8 Modernize SkRecordPattern.h by mtklein · 9 years ago
  30. 4222e19 Fix maybe unintialized warning for GrAutoLocaleSetter by kkinnunen · 9 years ago
  31. c3c6194 Add SkRecord::defrag(). by mtklein · 9 years ago
  32. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  33. c060460 Fix leak in drawBitmapNine by egdaniel · 9 years ago
  34. fbe1c11 [Reland] Fix NVPR assert for equivalent ovals by fmalita · 9 years ago
  35. a7c41c5 Make SkTLList prealloc its first block of nodes by bsalomon · 9 years ago
  36. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  37. 9b34114 Revert SkBlitMask_opts.h back to hand-coded NEON. by mtklein · 9 years ago
  38. 1ac3f40 Revert of Fix NVPR assert for equivalent ovals (patchset #1 id:1 of https://codereview.chromium.org/1457073002/ ) by stephana · 9 years ago
  39. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  40. f9b1577 Fix NVPR assert for equivalent ovals by fmalita · 9 years ago
  41. c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
  42. 5df175e Make has GrBatchAtlas::ID() inlineable by joshualitt · 9 years ago
  43. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  44. 58afee8 Fix GOOGLE3 Android build. by benjaminwagner · 9 years ago
  45. 2b82982 [debugger] Add visualization of center rect for drawBitmapNine calls by robertphillips · 9 years ago
  46. a911f8f Fix has_aligned_samples helper for SkGpuDevice::drawTextureProducer by Brian Salomon · 9 years ago
  47. bc890c8 Fix BMP RLE bug by msarett · 9 years ago
  48. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  49. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  50. 5520ded Fix buffer overrun, bit overrun and add a test. by herb · 9 years ago
  51. 988addd Fix UB in SkDivBits by mtklein · 9 years ago
  52. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  53. cbf4fba div255(x) as ((x+128)*257)>>16 with SSE by mtklein · 9 years ago
  54. 3622d41 fix ninepatch iter from generating invalid rects by joshualitt · 9 years ago
  55. f769c1f trim some fat from SSE2 fixed point alpha code by mtklein · 9 years ago
  56. 32d6b87 SkTextBlob should store per-run text alignment by fmalita · 9 years ago
  57. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  58. c08d53e Parametric SkPath oval/rect/rrect starting point by fmalita · 9 years ago
  59. 887e18e Make SkAndroidCodec support bmp by msarett · 9 years ago
  60. f3182eb Implement multi-color-stops in linear gradients using Sk4f by reed · 9 years ago
  61. ee10a42 Add decodeYUV8Planes to SkImageDecoder_empty by scroggo · 9 years ago
  62. aa6f739 Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables by djsollen · 9 years ago
  63. ee9fe1e De-spam SkOpts.cpp by mtklein · 9 years ago
  64. 33c7623 Make SkAndroidCodec support wbmp by msarett · 9 years ago
  65. 73d882e Only support jpeg, png, and webp for BRD by msarett · 9 years ago
  66. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  67. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  68. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  69. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  70. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  71. 05b48e2 SkPDF: fix large-number bug by halcanary · 9 years ago
  72. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  73. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  74. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  75. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  76. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  77. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  78. 04d52f3 Create a standalone example for using Skia with SDL by joshualitt · 9 years ago
  79. 4b0778e Remove dependency on src/android from dm and nanobench by msarett · 9 years ago
  80. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  81. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  82. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  83. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  84. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago
  85. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  86. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  87. c94cd7c Fix GrCoverageSetOpXP unit test on mixed samples by cdalton · 9 years ago
  88. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  89. 3aa5fce API changes to GrTextureAdjuster. by bsalomon · 9 years ago
  90. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  91. 3aea725 Fix mixed sampled inverse path fills by cdalton · 9 years ago
  92. 386127f Increment text pointer when the width is zero in the subpixel with center and right alignment. by herb · 9 years ago
  93. 3877ab8 In SkGpuDevice;drawTextureAdjuster perform texture w\h divide in texture matrix by bsalomon · 9 years ago
  94. ede7574 Enable AA stencil clip for mixed samples by cdalton · 9 years ago
  95. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  96. 24ddb0a Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ ) by cdalton · 9 years ago
  97. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  98. dad57c8 bring up SDL on windows by joshualitt · 9 years ago
  99. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  100. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago