1. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  2. bc0c4bd Add additional clean up code in MPD path by robertphillips · 10 years ago
  3. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  4. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  5. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  6. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  7. e05162d Ignore SkGlyphCache gamma for nvpr text by cdalton · 10 years ago
  8. 20b373c Add color emoji fallback for nvpr text by cdalton · 10 years ago
  9. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  10. 5c9c9be Force path bounds in recording. by mtklein · 10 years ago
  11. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  12. bb25e44 Add extra safety check to the EGL context setup. by joakim.landberg · 10 years ago
  13. 8a2198a Fix Windows SkTime version by robertphillips · 10 years ago
  14. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  15. 9881d63 Make skia trace category disabled by default. by danakj · 10 years ago
  16. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  17. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  18. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  19. c67870c Update effect key for descriptor to not record offsets. by egdaniel · 10 years ago
  20. 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
  21. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  22. 1dbd816 Fix early out in GrResourceCache2::purgeAsNeeded by bsalomon · 10 years ago
  23. 267ce48 remove proc key by joshualitt · 10 years ago
  24. 60030bc remove one place we read from gpu key in effects by joshualitt · 10 years ago
  25. f3ca41c Add an Android-framework-only stable ID to SkPixelRef. by scroggo · 10 years ago
  26. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  27. b116619 Sk4x_sse.h by mtklein · 10 years ago
  28. f8449ba Update invariant output computation for various texture effects. by egdaniel · 10 years ago
  29. 74d80eb Remove unnessary check to skip drawing. by egdaniel · 10 years ago
  30. 785982e Eliminate static initializers in SkColor_SSE2.h. by mtklein · 10 years ago
  31. be2284d Use text size on Mac. by bungeman · 10 years ago
  32. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  33. 6ff4ace Optimize highQualityFilter by qiankun.miao · 10 years ago
  34. 2253aa9 Add SkBlendARGB32_SSE2() to clean up code by qiankun.miao · 10 years ago
  35. 533a327 Cleanup with SkAlphaMulQ_SSE2() by qiankun.miao · 10 years ago
  36. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  37. 26a6bf6 free up picturerecorder refs after returning picture or drawable by reed · 10 years ago
  38. afa278e more c by reed · 10 years ago
  39. f98862c SkRecord: outline methods that are not called O(N) times. by mtklein · 10 years ago
  40. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  41. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  42. 612e926 Revert of Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #1 id:1 of https://codereview.chromium.org/750973003/) by tomhudson · 10 years ago
  43. 55fe3d7 Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #2 id:20001 of https://codereview.chromium.org/754653002/) by tomhudson · 10 years ago
  44. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  45. 7ef849d Add Sk prefix to CreateBitmapShader. by mtklein · 10 years ago
  46. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  47. af000f4 Add gpu support for Apple specific 'Vertex Arrays' functions by paraboul · 10 years ago
  48. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  49. 52e74c6 Cleanup of S32_D565_Opaque_SSE2() by qiankun.miao · 10 years ago
  50. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  51. 77d77f4 Add pop_back to GrTRecorder.h by bsalomon · 10 years ago
  52. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  53. 19ac767 SkPicture::SnapshotArray doesn't really stand to benefit from refcounting. by mtklein · 10 years ago
  54. 1794651 Switch SkBitmapProcState's SkFractionalInt to 32.32. by mtklein · 10 years ago
  55. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  56. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  57. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  58. ec8bb94 Fix error in Ganesh' tiled bitmap drawing by robertphillips · 10 years ago
  59. 947556f remove GrAllocPool by joshualitt · 10 years ago
  60. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  61. 4af267b add SkImage::newSurface by reed · 10 years ago
  62. 41d2c2e simplify uniqueID code in picture by reed · 10 years ago
  63. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  64. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  65. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  66. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  67. c07379d Adding GeometryData object by joshualitt · 10 years ago
  68. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  69. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  70. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  71. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  72. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  73. 0728031 Stop overloading internal_dispose in SkTextBlob and SkData by bsalomon · 10 years ago
  74. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  75. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  76. ace7f42 Preventing division by 0 in non-separable blend mode shaders. by rosca · 10 years ago
  77. e097be5 Implement conics for NVPR by kkinnunen · 10 years ago
  78. 04ddf89 Small cleanups after GrDrawState/GrOptDrawState base class elimination. by bsalomon · 10 years ago
  79. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  80. 72f92ac No need to short circuit the query rect here anymore. by mtklein · 10 years ago
  81. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  82. ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
  83. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  84. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  85. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  86. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  87. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  88. ec03a46 Add processor name to comment when printing out shaders. by egdaniel · 10 years ago
  89. b07a94f add roundOut that returns its result by reed · 10 years ago
  90. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  91. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  92. 6be2aa9 wip for drawables by reed · 10 years ago
  93. 780b11e fix for use of uninit variable by joshualitt · 10 years ago
  94. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  95. a06a953 Prune SkRTree by mtklein · 10 years ago
  96. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  97. 6d467ec minor cleanup in GrGpu.h by bsalomon · 10 years ago
  98. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  99. 9b1dd15 don't normalize after perspective concat by reed · 10 years ago
  100. 542ecbb Remove unused NVPR related GL tokens by kkinnunen · 10 years ago