1. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  2. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  3. 64fb51d Fix typeface ids on Mac. by bungeman · 9 years ago
  4. 07ab9f3 Don't attempt to draw path if dashing or stroking fails by bsalomon · 9 years ago
  5. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  6. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  7. b327c3a Revert of Don't attempt to draw path if dashing or stroking fails (patchset #1 id:1 of https://codereview.chromium.org/1119393002/) by bsalomon · 9 years ago
  8. 19e259b ignore_result() by mtklein · 9 years ago
  9. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  10. 4e11c0b Get debugger compiling again by robertphillips · 9 years ago
  11. 0911430 Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  12. 39202f1 Don't attempt to draw path if dashing or stroking fails by bsalomon · 9 years ago
  13. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  14. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  15. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  16. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  17. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  18. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  19. f15132f Support SKIA_OUT on Mac and ChromeOS by borenet · 9 years ago
  20. edae309 Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 of https://codereview.chromium.org/1120143002/) by joshualitt · 9 years ago
  21. 5d6bb6f Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  22. 8566539 Update src/svg to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  23. b9ed884 SkPictureShader: scale down if width or height is larger than maxTextureSize by gen.kim · 9 years ago
  24. 05f7d5c Update SKP version by skia.buildbots · 9 years ago
  25. 34fdcae remove unneeded SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER flag by reed · 9 years ago
  26. 40ded32 Add hairlines batch unit test by joshualitt · 9 years ago
  27. 4af6580 Fix for valgrind by joshualitt · 9 years ago
  28. 99c7c07 Move bounds to GrBatch by joshualitt · 9 years ago
  29. a499f90 clean up pre-storage in canvas by reed · 9 years ago
  30. 3dc2cca Simple CL to add a joinWithPossiblyEmptyArg to SkRect by joshualitt · 9 years ago
  31. f7a169e SkPDF: clean up uses of deprecated calls in tests by halcanary · 9 years ago
  32. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 9 years ago
  33. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  34. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  35. a09c046 Simple CL to Compute bounds in GrContext::drawVertices by joshualitt · 9 years ago
  36. 3e708c5 Add batch unit tests for ovals by joshualitt · 9 years ago
  37. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  38. 4f7ec55 Make SkAutoTDelete's operator T*() const, like all the others. by mtklein · 9 years ago
  39. d298121 Fix gpu memory accounting for auto-resolving MSAA. by senorblanco · 9 years ago
  40. af2bd09 Update SKP version by skia.buildbots · 9 years ago
  41. 0690735 Add missing include to SkPictureContentInfo. by mtklein · 9 years ago
  42. a30009b simple cleanup in GrTargetCommands by joshualitt · 9 years ago
  43. f83be82 Fix for texture allocation failure in 'preAbandonGpuContext' mode by robertphillips · 9 years ago
  44. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  45. 30297c5 Fix build warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  46. f1d6df7 Looks like rssPages * pageSize is overflowing on 32-bit Linux... by mtklein · 9 years ago
  47. d75c466 DM+nanobench: print both current and max RSS. by mtklein · 9 years ago
  48. 181d7ba Fix build warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  49. 10fb0a6 Update SKP version by skia.buildbots · 9 years ago
  50. 6837b38 Check for NULL familyName in SkFontMgr_fontconfig. by bungeman · 9 years ago
  51. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  52. dbc3cef Use colorfilter instead of imagefilter when possible by reed · 9 years ago
  53. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  54. 1d4ec0a FontConfig character/lang match requires weak family. by bungeman · 9 years ago
  55. fa2008f Add dash lines batch unit test by joshualitt · 9 years ago
  56. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  57. 23c5f51 Handpick 16 Skia page sets to create SP enabled SKPs from by rmistry · 9 years ago
  58. 3596482 Fix double blend in GrAAConvexPathRenderer by cdalton · 9 years ago
  59. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  60. 61f501f onCreateDevice -> NULL now means the caller should create its own (bitmap) device by reed · 9 years ago
  61. aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 9 years ago
  62. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 9 years ago
  63. 2420e10 Straighten out SkPicture::AccelData APIs. by mtklein · 9 years ago
  64. c64239a Remove system call in DW for default font. by bungeman · 9 years ago
  65. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  66. 385e88c Create SP enabled SKPs from only the top_25_smooth page set. by rmistry · 9 years ago
  67. ecb8e3e Remove unneeded features from GrBufferAllocPool by bsalomon · 9 years ago
  68. 280a9c8 Pass dashing info from drawPath to Gr side by kkinnunen · 9 years ago
  69. 5b6db07 SkRWBuffer for thread-safe 'stream' sharing by reed · 9 years ago
  70. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  71. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  72. 5190a48 doc: add quickstart to linux and macos by halcanary · 9 years ago
  73. 79612de Remove useless SkASSERT in SkRect.h and SkRegion.h by dongseong.hwang · 9 years ago
  74. fcabe42 Do circular clipping in normalized space by bsalomon · 9 years ago
  75. 00ed9a9 Fix SkTDynamicHash.h:183:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] by dongseong.hwang · 9 years ago
  76. 3862020 Update documentation for "COMMIT=false". by rmistry · 9 years ago
  77. 97025e3 Run DM on GalaxyS* in one thread by borenet · 9 years ago
  78. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 9 years ago
  79. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  80. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  81. 77772f3 Update RecreateSKPs bot to also generate Slimming Paint SKPs with a separate prefix. by rmistry · 9 years ago
  82. db3f8cd Fix memory deletion error in "convex-lineonly-paths" GM by robertphillips · 9 years ago
  83. a62d32d Decrement SkCanvas::fDeferredSaveCount in doSave() by fmalita · 9 years ago
  84. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  85. 7272935 Add new GM/bench for line-only convex paths by robertphillips · 9 years ago
  86. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  87. 438de49 SkPDF: clean up uses of deprecated calls in SkPDFDevice. by halcanary · 9 years ago
  88. f4219dd Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  89. 95cc012 De-proc Color32 by mtklein · 9 years ago
  90. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  91. d65dc0c De-proc Color32 by mtklein · 9 years ago
  92. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  93. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  94. 376e9bc De-proc Color32 by mtklein · 9 years ago
  95. a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 9 years ago
  96. 9a22f48 Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM (patchset #2 id:20001 of https://codereview.chromium.org/1109913002/) by mtklein · 9 years ago
  97. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  98. a6f7507 Add presentations section and pathops file for test by hcm · 9 years ago
  99. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  100. 0dcb8e3 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago