1. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  2. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  3. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  4. 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
  5. f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
  6. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  7. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  8. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  9. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  10. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  11. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  12. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  13. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  14. 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 13 years ago
  15. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  16. c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 13 years ago
  17. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  18. 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 13 years ago
  19. 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
  20. 8989d31 [PDF] Fix windows compile warning. by vandebo@chromium.org · 13 years ago
  21. 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 13 years ago
  22. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  23. 1fbb300 add more keys by reed@google.com · 13 years ago
  24. ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
  25. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  26. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
  27. f2d9155 separate coverage stages from color stages. by bsalomon@google.com · 13 years ago
  28. 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 13 years ago
  29. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  30. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
  31. d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 13 years ago
  32. 04863fa add Convexity enum to SkPath by reed@google.com · 13 years ago
  33. 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 13 years ago
  34. af8edcc update dox by reed@google.com · 13 years ago
  35. 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 13 years ago
  36. 246bd0f by twiz@google.com · 13 years ago
  37. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  38. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 13 years ago
  39. ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 13 years ago
  40. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 13 years ago
  41. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  42. 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 13 years ago
  43. a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 13 years ago
  44. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 13 years ago
  45. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 13 years ago
  46. fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 13 years ago
  47. 0aa6c3e Tab -> spaces by bsalomon@google.com · 13 years ago
  48. 185d3d0 add SkScalarIsInt() by reed@google.com · 13 years ago
  49. a571c99 don't require a ptr unless size > 0 by reed@google.com · 13 years ago
  50. 8d90eeb add find() by reed@google.com · 13 years ago
  51. 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 13 years ago
  52. acd471f updated pipe by reed@google.com · 13 years ago
  53. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 13 years ago
  54. 7894b92 code style by reed@google.com · 13 years ago
  55. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  56. be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 13 years ago
  57. 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 13 years ago
  58. 3b521d0 update dox code style by reed@google.com · 13 years ago
  59. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  60. e8f754a update dox by mike@reedtribe.org · 13 years ago
  61. 06e1795 Add bounding rect for paths by bsalomon@google.com · 13 years ago
  62. 4b33d28 New 'skdiff' tool to compare two directories full of files, write diff images by tomhudson@google.com · 13 years ago
  63. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  64. f316634 http://codereview.appspot.com/4436057/ by reed@google.com · 13 years ago
  65. c009111 http://codereview.appspot.com/4438070/ by reed@google.com · 13 years ago
  66. 5b3d534 add helper available() by reed@google.com · 13 years ago
  67. bb6992a add experimental canvas pipe by reed@google.com · 13 years ago
  68. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 13 years ago
  69. 1a32d4a add SK_API by reed@google.com · 13 years ago
  70. 7394565 devolve flattening parameters to their base classes by reed@google.com · 13 years ago
  71. 6b919c3 code style by mike@reedtribe.org · 13 years ago
  72. 4135f28 code style by mike@reedtribe.org · 13 years ago
  73. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 13 years ago
  74. 13659f1 handle overflow by reed@google.com · 13 years ago
  75. 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 13 years ago
  76. 77bcaa3 [PDF] Implement clear() method and a couple fixes. by vandebo@chromium.org · 13 years ago
  77. 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 13 years ago
  78. 73ccb98 move header fix warning in release build by reed@google.com · 13 years ago
  79. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 13 years ago
  80. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  81. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  82. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 13 years ago
  83. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 13 years ago
  84. 586f48c by bsalomon@google.com · 13 years ago
  85. a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 13 years ago
  86. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 13 years ago
  87. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 13 years ago
  88. 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 13 years ago
  89. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 13 years ago
  90. 24fb8e2 mark viewport APIs as deprecated by reed@google.com · 13 years ago
  91. ad91799 code style by reed@google.com · 13 years ago
  92. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 13 years ago
  93. 4e1d3ac code style by mike@reedtribe.org · 13 years ago
  94. 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 13 years ago
  95. bcc1d33 coding style updates by mike@reedtribe.org · 13 years ago
  96. 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 13 years ago
  97. 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 13 years ago
  98. a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 13 years ago
  99. 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 13 years ago
  100. c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 13 years ago