1. a86a233 Give the hoisting surfaces surface props by robertphillips · 10 years ago
  2. e1869ca Revert using sized formats for everything except ES 2.0. by jvanverth · 10 years ago
  3. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  4. 5a602ca Catch the stragglers from skbug.com/3241 by scroggo · 10 years ago
  5. bc10274 Update expectations for Win8-HD7770. by jvanverth · 10 years ago
  6. 41b4d77 Massive rebaseline for SkRandom. by scroggo · 10 years ago
  7. 3f801cb Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  8. ed31343 Alter GM's --mpd option to write out images by robertphillips · 10 years ago
  9. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  10. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  11. 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
  12. a7a8b10 add sample for arcTo by reed · 10 years ago
  13. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  14. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  15. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  16. 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
  17. bdd22a3 Revert of Change desktop and ES 3.0 to always use sized internal texture formats. (patchset #2 id:20001 of https://codereview.chromium.org/806943002/) by jvanverth · 10 years ago
  18. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  19. bc02bf0 Change desktop and ES 3.0 to always use sized internal texture formats. by jvanverth · 10 years ago
  20. af7aac8 rebase gms and update ignore by joshualitt · 10 years ago
  21. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  22. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  23. bc3d0de Move all non-program cache functions out of GrGpuGL_program.cpp by bsalomon · 10 years ago
  24. 0393912 pass dst-rect through from drawBitmapRect for better precision by reed · 10 years ago
  25. 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
  26. 8893e5f add paint::getFontBounds() by reed · 10 years ago
  27. caaf8e6 Add missed convexpaths. by scroggo · 10 years ago
  28. f9c9d72 Delete old bench expectation code. by mtklein · 10 years ago
  29. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  30. 2bb034a Rolling libwebp broke our iOS builds. Silence warnings instead. by mtklein · 10 years ago
  31. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  32. 9a0d6d6 skimage, die die die by mtklein · 10 years ago
  33. 54160f3 Add xp optimization for RGB coverage. by egdaniel · 10 years ago
  34. 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
  35. c97570c Silence warnings from libnanomsg on Mac like we do on Linux. by mtklein · 10 years ago
  36. 449998d Revert of Roll libwebp to v0.4.2 (latest stable) to fix annoying build warning. (patchset #1 id:1 of https://codereview.chromium.org/807553002/) by mtklein · 10 years ago
  37. e655557 Roll libwebp to v0.4.2 (latest stable) to fix annoying build warning. by mtklein · 10 years ago
  38. 6f90475 Rewrite NaN checks in terms of SkScalarIsNaN() by ehsan.akhgari · 10 years ago
  39. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  40. 41c9cbe Update SKP version by skia.buildbots · 10 years ago
  41. e23f20e final circles? by Brian Salomon · 10 years ago
  42. f19ec51 WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
  43. 616e451 Revert of WAE on Macs too. That leaves only Android framework builds. (patchset #3 id:40001 of https://codereview.chromium.org/804063002/) by mtklein · 10 years ago
  44. 161b6de WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
  45. 8fb0954 circles circles circles by Brian Salomon · 10 years ago
  46. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  47. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  48. 1d09ee7 Add more filetypes to DM's image tests. by scroggo · 10 years ago
  49. eef87de More circle rebaselines on gpu by Brian Salomon · 10 years ago
  50. bd16370 Rebaseline after circle normalization change. by Brian Salomon · 10 years ago
  51. e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
  52. ce1c886 Do circle anti-aliasing in normalized space to avoid precision issues with half-floats on Adreno. by bsalomon · 10 years ago
  53. 7534cf1 ensure 4-byte alignment for storage, as SkWriterBuffer requires it by reed · 10 years ago
  54. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  55. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  56. 43893e4 GLPrograms leak fix by joshualitt · 10 years ago
  57. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  58. f6139f7 Add image decoding mode to DM. by mtklein · 10 years ago
  59. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  60. b927c3c Rebaselines. by scroggo · 10 years ago
  61. 62fbd07 Check in skimage expectations for nexus player. by scroggo · 10 years ago
  62. ccc12ed improve cull, so we don't create empty segments by reed · 10 years ago
  63. 0e91246 Harden validation for SkPathRef by robertphillips · 10 years ago
  64. 24da24d Add Herb as a Skia committer by hcm · 10 years ago
  65. 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
  66. 6005e9b Update expectations for Test-Mac10.9-MacMini6.2-HD4000-x86_64-Debug by scroggo · 10 years ago
  67. bd17ac5 Remove gms from ignore-tests. by egdaniel · 10 years ago
  68. 1629118 Blindly check in GM and skimage expectations for new bots by borenet · 10 years ago
  69. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  70. 09acfc8 Pass gyp_source_dir to generate_tool. by scroggo · 10 years ago
  71. e1157ab Update SKP version by skia.buildbots · 10 years ago
  72. acfe744 Update some Galaxy S4 expectations. by jvanverth · 10 years ago
  73. 49921b1 Ignore some expectations for Nexus 10. by jvanverth · 10 years ago
  74. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  75. 81a6c3c Roll ANGLE by bsalomon · 10 years ago
  76. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  77. 59dba14 SkRecord: increase min block to 512B, remove max. by mtklein · 10 years ago
  78. e832b95 valgrind static uninit fix by joshualitt · 10 years ago
  79. 2932276 Add some debugging information to gyp_to_android. by scroggo · 10 years ago
  80. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  81. b5f4961 Fix GpuLayerCacheTest compile error by kkinnunen · 10 years ago
  82. 891372c use SkScalar instead of float by reed · 10 years ago
  83. 3326972 adding some flaky gms to ignore by joshualitt · 10 years ago
  84. dfc2e34 rebase and remove ignores by joshualitt · 10 years ago
  85. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  86. 5756aff Adding a custom data field to GrGpuResource by junov · 10 years ago
  87. 8d6e2e3 Update SKP version by skia.buildbots · 10 years ago
  88. b089874 one more ignore for hairlines by joshualitt · 10 years ago
  89. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  90. e556089 Increase timeout on sfgate pageset by rmistry · 10 years ago
  91. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  92. 8c508b4 Update GM to permit correctness testing of MPD on the GMs by robertphillips · 10 years ago
  93. 5f975d0 new hairlines gm unstable on hd2000 by joshualitt · 10 years ago
  94. 60936c7 Add parameter to specify gyp dir to gyp_to_android. by scroggo · 10 years ago
  95. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  96. 1a4900e Force embedding full font when serializing pictures. by mtklein · 10 years ago
  97. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  98. 436293a Making GrGpuResource::release public for special case in Blink by junov · 10 years ago
  99. 2f37ae1 Remove action_runner steps for worldjournal pageset to prevent crashes by rmistry · 10 years ago
  100. 6fdb065 hmm one more hairlines 'straggler' might be flipflopping by joshualitt · 10 years ago