1. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  2. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago
  3. 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
  4. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  5. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 10 years ago
  6. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  7. 47326ab Fix conditional check when copying coverage stages in ODS by egdaniel · 10 years ago
  8. 9cf45bf Delay copying effects from DS or ODS till end of creating ODS by egdaniel · 10 years ago
  9. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  10. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 10 years ago
  11. 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
  12. a5ee45c Revert of speculative fix for ios (patchset #1 id:1 of https://codereview.chromium.org/637293003/) by bsalomon · 10 years ago
  13. 96e89d5 speculative fix for ios by Brian Salomon · 10 years ago
  14. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  15. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  16. e6efd39 Only use msaa target for blur mask when doAA is true by derekf · 10 years ago
  17. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  18. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  19. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  20. 65be97d Stay in floats as much as possible in SkTileGrid, particularly in insert. by mtklein · 10 years ago
  21. fb1fe4f Add SkPaint::getHash(). by mtklein · 10 years ago
  22. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  23. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  24. f19657f Fix for perspective GMs and df paths. by jvanverth · 10 years ago
  25. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  26. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  27. d3ce6b4 explicitly delete our c++ window on quit by reed · 10 years ago
  28. 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
  29. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  30. b9ab563 Don't readback and reupload texture-backed bitmaps by bsalomon · 10 years ago
  31. 3fc02f1 override applicationShouldTerminate so we can cleanup when we quit by reed · 10 years ago
  32. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  33. 410dd05 Fix some incorrect assumptions in GrLayerCache.cpp by robertphillips · 10 years ago
  34. f4555aa Create MSAA render target for blur mask texture by derekf · 10 years ago
  35. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  36. e356c7f Restore a really single-threaded mode to DM. by mtklein · 10 years ago
  37. 6b87df2 Fix usage of SK_BUILD_* defines. by tfarina · 10 years ago
  38. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  39. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  40. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  41. 22edc83 Fix int16_t for glyphs, const glyphs, and clarify glyph loop. by bungeman · 10 years ago
  42. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  43. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  44. d751ac0 abort op early if path isn't parseable by caryclark · 10 years ago
  45. d012877 Fix ref cnt'ing issue in GrProgramElement. by bsalomon · 10 years ago
  46. 2cc22b8 make SkMatrix::dump always available by reed · 10 years ago
  47. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  48. 0a528c1 Use +- 2B for unbounded draw ops. by mtklein · 10 years ago
  49. d1f0ebd specialize setConcat for scale+translate by reed · 10 years ago
  50. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  51. 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
  52. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  53. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  54. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  55. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  56. ed48ebe Archive more dead code. by mtklein · 10 years ago
  57. 15c7ceb TileGrid: earliest need not be a pointer anymore by mtklein · 10 years ago
  58. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  59. 29fe24c Remove duplicated code in android_get_gl_proc. by jungjik.lee · 10 years ago
  60. 2a382f5 Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https://codereview.chromium.org/620433002/) by robertphillips · 10 years ago
  61. 4942e75 fix prev change to tooBigForLCD, and add test by reed · 10 years ago
  62. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  63. b3da83a avoid extra math work in MackRec by reed · 10 years ago
  64. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  65. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  66. 10d0327 add SkRect::joinNonEmptyArg for faster unioning by reed · 10 years ago
  67. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  68. d9c42f7 optimize setRectFan and join -- from profiling drawText by reed · 10 years ago
  69. f6fde17 Archive more dead code. by mtklein · 10 years ago
  70. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  71. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  72. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  73. b5a9715 Allow previously-hoisted layers to be reused in the same draw by robertphillips · 10 years ago
  74. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  75. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  76. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  77. e8db3ef specialize setConcat for scale+translate, helps drawText perf by reed · 10 years ago
  78. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  79. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  80. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  81. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  82. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  83. ed42059 Move offset and CTM from LayerCache Key to per-hoisted-layer info by robertphillips · 10 years ago
  84. 656f2cd Make writeRenderTargetPixels use draw buffer rather than GrGpu by bsalomon · 10 years ago
  85. 2bb5210 Applying post-commit comments from https://codereview.chromium.org/607993002/ by junov · 10 years ago
  86. 47c548a Temp fix for crash when generating 16-bit cache for colorTables. by djsollen · 10 years ago
  87. b7bac3d Override drawImage*() in SkNWayCanvas by piotaixr · 10 years ago
  88. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  89. c06d9a7 fail on extremely large coincident curves by caryclark · 10 years ago
  90. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  91. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  92. 51936a3 Always force the bounds of the empty pathref. by mtklein · 10 years ago
  93. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  94. 96c118e Change GrContext::copyTexture to go through GrDrawTarget by junov · 10 years ago
  95. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  96. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  97. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  98. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  99. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  100. 91c395a Fix SkTableColorFilter deserialization validation. by senorblanco · 10 years ago