1. 5bb9700 render_pdfs cull rect output formated better by halcanary · 10 years ago
  2. 2f912f3 Const-correctness in PDF drawText() call by halcanary · 10 years ago
  3. 4ba7686 Tweak out SkTileGrid::insert() loop. by mtklein · 10 years ago
  4. 71b5628 Pull nanomsg from our mirror instead of from github. by mtklein · 10 years ago
  5. ae8ab62 Properly parse compiler errors for fiddles and mark them in the editor. by humper · 10 years ago
  6. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  7. 6c4b51d Whitespace change to verify lab machines can now sync by rmistry · 10 years ago
  8. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 10 years ago
  9. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  10. 8c0d2aa webtry: Do not forget the close the rows. by tfarina · 10 years ago
  11. ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
  12. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  13. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  14. 000f829 Prefer to recycle non-RT scratch textures that don't have pending IO by bsalomon · 10 years ago
  15. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  16. 498bc5f webtry: Forgot onr log.Fatal. by Thiago Farina · 10 years ago
  17. ae6d622 webtry: Switch from Go's log package to golang/glog. by tfarina · 10 years ago
  18. 826a503 Treat (private, internal) grid bounds as doubly-inclusive in SkTileGrid. by mtklein · 10 years ago
  19. 8dfdfff Don't use 'defined' in macro expansion. by bungeman · 10 years ago
  20. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  21. ebd90ee webtry: Check the result of os.Chdir(). by tfarina · 10 years ago
  22. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  23. 80a720e Remove unused NeedsDeepCopy. by scroggo · 10 years ago
  24. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 10 years ago
  25. 7ef2d98 Whitespace change to confirm Google Storage uploads are working by rmistry · 10 years ago
  26. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  27. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  28. 8e6c3b9 JPEG YUV Decoding by sugoi · 10 years ago
  29. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  30. c553b7a update dox for bounds in supersampler by reed · 10 years ago
  31. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  32. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  33. 157f36d add tests for large cordinates bounds when building aaclip by reed · 10 years ago
  34. a365947 bug_chomper: Consolidate public flag in a single place. by tfarina · 10 years ago
  35. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  36. 80cc420 Changed "Profile" to "Cube" in ColorCube by sugoi · 10 years ago
  37. 5b9cb06 Ignore ubuntu nvprmsaa4/mixed_xfermodes GM result. by Brian Salomon · 10 years ago
  38. d5da96a Rebaseline mixedxfermodes on ubuntu/nvprmsaa4 by Brian Salomon · 10 years ago
  39. e488d63 Only use sized format on IMG/ES3 for single channel. by bsalomon · 10 years ago
  40. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  41. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  42. ec87dc6 Flush text contexts before drawing text as path by bsalomon · 10 years ago
  43. 585a5fc webtry: Simplify template construction. by tfarina · 10 years ago
  44. bdc49ae create and modify matrices in lua by reed · 10 years ago
  45. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  46. b501ecd Use GL_R8 rather than GL_RED for glTexImage2D on IMG/ES3. Check for failure of FP creation in SkImageFilter by bsalomon · 10 years ago
  47. e070c2b nanobench: flush after recording every Nth data point. by mtklein · 10 years ago
  48. b2d77e4 add gamma value to deviceproperties by reed · 10 years ago
  49. 5940f95 Adjust skimage expectations for Android reference device by borenet · 10 years ago
  50. 84ac082 Add GrLayerCache::writeLayersToDisk by robertphillips · 10 years ago
  51. ab84fae Track if all stages modulate inputColor in computeInvariantOutput by egdaniel · 10 years ago
  52. af44e70 Fix links to skia-buildbot code in preparation for deletion by borenet · 10 years ago
  53. d2e7dfb parse outline to generate slides by reed · 10 years ago
  54. 5414226 Re-land ganesh checkbox. I needed to increase the size of the address by Greg Humphreys · 10 years ago
  55. 67f2d3c Revert of add ganesh checkbox to skfiddle interface (patchset #6 id:270001 of https://codereview.chromium.org/649313002/) by humper · 10 years ago
  56. ccb5489 add ganesh checkbox to skfiddle interface by Greg Humphreys · 10 years ago
  57. 380d7d7 Revert of No threadsafe statics. (patchset #1 id:1 of https://codereview.chromium.org/654663002/) by mtklein · 10 years ago
  58. 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  59. be23418 Link to skiadocs site, since that is the canonical location for documentation. by Thiago Farina · 10 years ago
  60. 3893b74 experimental parser by reed · 10 years ago
  61. e6402ca Fix reference to non-existant 'tests' target. by Thiago Farina · 10 years ago
  62. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  63. 70242ac Archive svndiff script. by tfarina · 10 years ago
  64. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  65. cad5d3e No threadsafe statics. by mtklein · 10 years ago
  66. c09e2af Fix race in supports_simd(). by mtklein · 10 years ago
  67. 0880686 Enable color emoji GM on Android by jvanverth · 10 years ago
  68. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  69. a658d36 bug_chomper: Make server's port configurable. by tfarina · 10 years ago
  70. 96affcd add pictures to lua by reed · 10 years ago
  71. 5d0706f Fix webtry setup once instructions in README doc. by tfarina · 10 years ago
  72. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  73. 335a0ae Allow GCC to build Skia on Mac. by mtklein · 10 years ago
  74. 6c07907 add support for skfiddle width/height options by Greg Humphreys · 10 years ago
  75. 9467001 Whitespace change to trigger builds by borenet · 10 years ago
  76. ca55641 Whitespace change to test the CQ's new trybots by rmistry · 10 years ago
  77. 0d76b95 add fade_slide transition to lua slides by reed · 10 years ago
  78. f355df5 add canvas:clear to lua by reed · 10 years ago
  79. 485557f add surfaces to lua by reed · 10 years ago
  80. d27726e Fix leak in GLPrograms test. by bsalomon · 10 years ago
  81. 09a1d67 add key handlers to lua by reed · 10 years ago
  82. 18ea777 allow for lua click handlers by reed · 10 years ago
  83. 09445a4 move test for lua into separate resource file by reed · 10 years ago
  84. 10c2c74 bug_chomper: Use parenthesized declaration style for const and vars. by tfarina · 10 years ago
  85. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  86. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  87. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  88. 93bee71 Remove empty recordy.gypi file. by tfarina · 10 years ago
  89. 75e926a Update coloremoji expectations by jvanverth · 10 years ago
  90. 7bb9ed7 Fix bug in GrCachedLayer reuse by robertphillips · 10 years ago
  91. 294c326 Fix color emoji. by jvanverth · 10 years ago
  92. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  93. 5324978 detect --loops is < 0 and interpret that as running forever (mostly) by reed · 10 years ago
  94. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  95. bc92163 Fix color emoji. by jvanverth · 10 years ago
  96. 6cb35fa Ignore complexclip_path_aa on Win7-HD2000 for the moment. by jvanverth · 10 years ago
  97. d8088f8 updating expectations by joshualitt · 10 years ago
  98. a5414c4 Turn SkCanvasStateUtils into a class with static functions. by tfarina · 10 years ago
  99. 40636a5 faster SkRect::sort by reed · 10 years ago
  100. 0ad24be Add template.cpp to gitignore. by tfarina · 10 years ago