1. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  2. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  3. 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
  4. 7bb9ed7 Fix bug in GrCachedLayer reuse by robertphillips · 10 years ago
  5. 294c326 Fix color emoji. by jvanverth · 10 years ago
  6. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  7. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  8. bc92163 Fix color emoji. by jvanverth · 10 years ago
  9. 40636a5 faster SkRect::sort by reed · 10 years ago
  10. 092dab9 Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  11. 232f6b0 Remove unused SaveLayerInfo::fValid field by robertphillips · 10 years ago
  12. cbe80ca Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key by robertphillips · 10 years ago
  13. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  14. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  15. 7062a26 Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 id:80001 of https://codereview.chromium.org/639823005/) by mtklein · 10 years ago
  16. d9aa218 Store color and coverage stages in a single array in GrOptDrawState. by egdaniel · 10 years ago
  17. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  18. 00878a1 Revert of Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key (patchset #1 id:1 of https://codereview.chromium.org/640373002/) by robertphillips · 10 years ago
  19. a32c6bc Revert of Fix bug in plot locking system (patchset #3 id:80001 of https://codereview.chromium.org/640323002/) by robertphillips · 10 years ago
  20. 52455cb Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  21. 5c48166 Fix bug in plot locking system by robertphillips · 10 years ago
  22. 27415b7 Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key by robertphillips · 10 years ago
  23. acd3e6d Fix restore in AVMR to have correct coverage count. by egdaniel · 10 years ago
  24. e099dd7 Small improvements to SkBitSet: by mtklein · 10 years ago
  25. 60e4ad7 Improve SkARGB32_A8_BlitMask_SSE2 by jmuizelaar · 10 years ago
  26. 089f8de Remove tab parameter from GrGLSLMulVarBy4f function by egdaniel · 10 years ago
  27. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  28. 9a7f29e Leak fixed by sugoi · 10 years ago
  29. 6517134 gl programs rewrite by joshualitt · 10 years ago
  30. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  31. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  32. 5867736 use real pdfdevice behind SkDocument by reed · 10 years ago
  33. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  34. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  35. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago
  36. 0f9e8a7 Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/) by bsalomon · 10 years ago
  37. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  38. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 10 years ago
  39. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  40. 47326ab Fix conditional check when copying coverage stages in ODS by egdaniel · 10 years ago
  41. 9cf45bf Delay copying effects from DS or ODS till end of creating ODS by egdaniel · 10 years ago
  42. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  43. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 10 years ago
  44. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  45. a5ee45c Revert of speculative fix for ios (patchset #1 id:1 of https://codereview.chromium.org/637293003/) by bsalomon · 10 years ago
  46. 96e89d5 speculative fix for ios by Brian Salomon · 10 years ago
  47. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  48. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  49. e6efd39 Only use msaa target for blur mask when doAA is true by derekf · 10 years ago
  50. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  51. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  52. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  53. 65be97d Stay in floats as much as possible in SkTileGrid, particularly in insert. by mtklein · 10 years ago
  54. fb1fe4f Add SkPaint::getHash(). by mtklein · 10 years ago
  55. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  56. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  57. f19657f Fix for perspective GMs and df paths. by jvanverth · 10 years ago
  58. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  59. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  60. d3ce6b4 explicitly delete our c++ window on quit by reed · 10 years ago
  61. ebfce41 Revert of Don't readback and reupload texture-backed bitmaps (patchset #1 id:1 of https://codereview.chromium.org/635573004/) by bsalomon · 10 years ago
  62. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  63. b9ab563 Don't readback and reupload texture-backed bitmaps by bsalomon · 10 years ago
  64. 3fc02f1 override applicationShouldTerminate so we can cleanup when we quit by reed · 10 years ago
  65. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  66. 410dd05 Fix some incorrect assumptions in GrLayerCache.cpp by robertphillips · 10 years ago
  67. f4555aa Create MSAA render target for blur mask texture by derekf · 10 years ago
  68. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  69. e356c7f Restore a really single-threaded mode to DM. by mtklein · 10 years ago
  70. 6b87df2 Fix usage of SK_BUILD_* defines. by tfarina · 10 years ago
  71. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  72. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  73. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  74. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 10 years ago
  75. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  76. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  77. d751ac0 abort op early if path isn't parseable by caryclark · 10 years ago
  78. d012877 Fix ref cnt'ing issue in GrProgramElement. by bsalomon · 10 years ago
  79. 2cc22b8 make SkMatrix::dump always available by reed · 10 years ago
  80. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  81. 0a528c1 Use +- 2B for unbounded draw ops. by mtklein · 10 years ago
  82. d1f0ebd specialize setConcat for scale+translate by reed · 10 years ago
  83. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  84. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  85. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  86. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  87. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  88. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  89. ed48ebe Archive more dead code. by mtklein · 10 years ago
  90. 15c7ceb TileGrid: earliest need not be a pointer anymore by mtklein · 10 years ago
  91. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  92. 29fe24c Remove duplicated code in android_get_gl_proc. by jungjik.lee · 10 years ago
  93. 2a382f5 Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https://codereview.chromium.org/620433002/) by robertphillips · 10 years ago
  94. 4942e75 fix prev change to tooBigForLCD, and add test by reed · 10 years ago
  95. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  96. b3da83a avoid extra math work in MackRec by reed · 10 years ago
  97. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  98. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  99. 10d0327 add SkRect::joinNonEmptyArg for faster unioning by reed · 10 years ago
  100. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago