1. 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
  2. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  3. a09c046 Simple CL to Compute bounds in GrContext::drawVertices by joshualitt · 9 years ago
  4. 3e708c5 Add batch unit tests for ovals by joshualitt · 9 years ago
  5. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  6. 4f7ec55 Make SkAutoTDelete's operator T*() const, like all the others. by mtklein · 9 years ago
  7. d298121 Fix gpu memory accounting for auto-resolving MSAA. by senorblanco · 9 years ago
  8. af2bd09 Update SKP version by skia.buildbots · 9 years ago
  9. 0690735 Add missing include to SkPictureContentInfo. by mtklein · 9 years ago
  10. a30009b simple cleanup in GrTargetCommands by joshualitt · 9 years ago
  11. f83be82 Fix for texture allocation failure in 'preAbandonGpuContext' mode by robertphillips · 9 years ago
  12. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  13. 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
  14. f1d6df7 Looks like rssPages * pageSize is overflowing on 32-bit Linux... by mtklein · 9 years ago
  15. d75c466 DM+nanobench: print both current and max RSS. by mtklein · 9 years ago
  16. 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
  17. 10fb0a6 Update SKP version by skia.buildbots · 9 years ago
  18. 6837b38 Check for NULL familyName in SkFontMgr_fontconfig. by bungeman · 9 years ago
  19. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  20. dbc3cef Use colorfilter instead of imagefilter when possible by reed · 9 years ago
  21. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  22. 1d4ec0a FontConfig character/lang match requires weak family. by bungeman · 9 years ago
  23. fa2008f Add dash lines batch unit test by joshualitt · 9 years ago
  24. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  25. 23c5f51 Handpick 16 Skia page sets to create SP enabled SKPs from by rmistry · 9 years ago
  26. 3596482 Fix double blend in GrAAConvexPathRenderer by cdalton · 9 years ago
  27. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  28. 61f501f onCreateDevice -> NULL now means the caller should create its own (bitmap) device by reed · 9 years ago
  29. 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
  30. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 9 years ago
  31. 2420e10 Straighten out SkPicture::AccelData APIs. by mtklein · 9 years ago
  32. c64239a Remove system call in DW for default font. by bungeman · 9 years ago
  33. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  34. 385e88c Create SP enabled SKPs from only the top_25_smooth page set. by rmistry · 9 years ago
  35. ecb8e3e Remove unneeded features from GrBufferAllocPool by bsalomon · 9 years ago
  36. 280a9c8 Pass dashing info from drawPath to Gr side by kkinnunen · 9 years ago
  37. 5b6db07 SkRWBuffer for thread-safe 'stream' sharing by reed · 9 years ago
  38. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  39. 4eaf9ce create GrTestUtils.h, move some common functions into it by joshualitt · 9 years ago
  40. 5190a48 doc: add quickstart to linux and macos by halcanary · 9 years ago
  41. 79612de Remove useless SkASSERT in SkRect.h and SkRegion.h by dongseong.hwang · 9 years ago
  42. fcabe42 Do circular clipping in normalized space by bsalomon · 9 years ago
  43. 00ed9a9 Fix SkTDynamicHash.h:183:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] by dongseong.hwang · 9 years ago
  44. 3862020 Update documentation for "COMMIT=false". by rmistry · 9 years ago
  45. 97025e3 Run DM on GalaxyS* in one thread by borenet · 9 years ago
  46. 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
  47. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  48. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  49. 77772f3 Update RecreateSKPs bot to also generate Slimming Paint SKPs with a separate prefix. by rmistry · 9 years ago
  50. db3f8cd Fix memory deletion error in "convex-lineonly-paths" GM by robertphillips · 9 years ago
  51. a62d32d Decrement SkCanvas::fDeferredSaveCount in doSave() by fmalita · 9 years ago
  52. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  53. 7272935 Add new GM/bench for line-only convex paths by robertphillips · 9 years ago
  54. 8f94bb2 remove old text contexts and fontcache by joshualitt · 9 years ago
  55. 438de49 SkPDF: clean up uses of deprecated calls in SkPDFDevice. by halcanary · 9 years ago
  56. f4219dd Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  57. 95cc012 De-proc Color32 by mtklein · 9 years ago
  58. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  59. d65dc0c De-proc Color32 by mtklein · 9 years ago
  60. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  61. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  62. 376e9bc De-proc Color32 by mtklein · 9 years ago
  63. a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 9 years ago
  64. 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
  65. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  66. a6f7507 Add presentations section and pathops file for test by hcm · 9 years ago
  67. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  68. 0dcb8e3 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago
  69. 385e26e Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://codereview.chromium.org/1092403002/) by joshualitt · 9 years ago
  70. 9e830ea In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago
  71. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 9 years ago
  72. 8a0a16d Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://codereview.chromium.org/1092403002/) by joshualitt · 9 years ago
  73. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  74. a3a8eb6 Make Skia for Android libjpeg use ashmem by msarett · 9 years ago
  75. db3ce12 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago
  76. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  77. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  78. f0c000d fix a bug in scrolling BitmapText gpu cached textblobs by joshualitt · 9 years ago
  79. 261c3ad Change to add zoom animations to nanobench by joshualitt · 9 years ago
  80. 00c2af8 Reduce ref counting in SkPictureRecorder. by mtklein · 9 years ago
  81. 6393c06 Add source-data sharding to DM. by mtklein · 9 years ago
  82. de8667b Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes. by jbroman · 9 years ago
  83. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  84. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  85. 2752314 dm||nanobench --help looks nice when $COLUMNS == 80. by halcanary · 9 years ago
  86. 6a307ba fix valgrind by caryclark · 9 years ago
  87. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  88. 5d23c38 Update SKP version by skia.buildbots · 9 years ago
  89. 283b587 Update {virtual,override} to follow C++11 style in src/utils. by tfarina · 9 years ago
  90. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 9 years ago
  91. 8e71d38 fix for GrBatchAtlas valgrind error by joshualitt · 9 years ago
  92. 8440baa sync-and-gyp script: fix to work in MSYS shell by halcanary · 9 years ago
  93. 37a92b4 Update {virtual,override} to follow C++11 style in src/fonts. by tfarina · 9 years ago
  94. d96fd0c Update {virtual,override} to follow C++11 style in src/pipe. by tfarina · 9 years ago
  95. 9d9725c Do not crash nanobench in debug mode by msarett · 9 years ago
  96. 91df6c2 Fix some lingering typos by robertphillips · 9 years ago
  97. c9aec1e Revert of Remove validation exceptions in GrGLInterface. These are all now set by Chromium. (patchset #1 id:1 of https://codereview.chromium.org/1100413003/) by bsalomon · 9 years ago
  98. 9b8e79e simple fix for preabandon valgrind error by joshualitt · 9 years ago
  99. 08bc848 fix multiple intersection logic by caryclark · 9 years ago
  100. e062db9 fix for using too much memory in GrBatchAtlas by joshualitt · 9 years ago