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