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