1. 31a5840 Accidentally omitted this file from r1203, :( by bsalomon@google.com · 14 years ago
  2. c4654ba [PDF] Fix warnings on Windows. by vandebo@chromium.org · 14 years ago
  3. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
  4. 938d604 Add flattenable registrar for Two_Point_Radial_Gradient. by tomhudson@google.com · 14 years ago
  5. eeb02bc http://codereview.appspot.com/4365051/ by reed@google.com · 14 years ago
  6. bb6992a add experimental canvas pipe by reed@google.com · 14 years ago
  7. 1f55b04 CGColorSpaceCreateDeviceRGB() better matches CG's output by reed@google.com · 14 years ago
  8. a39f404 Remove sampler state param from lockKeylessTexture. It didn't serve any function and gave the false impression that tiling modes were handled on APIs with npot limitations. by bsalomon@google.com · 14 years ago
  9. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
  10. 9ce767c Fix to (two-point radial) gradient playback error in SkPictures that swapped by tomhudson@google.com · 14 years ago
  11. 7394565 devolve flattening parameters to their base classes by reed@google.com · 14 years ago
  12. fea37b5 Add lockKeylessTexture() for caching texture without a content key. by bsalomon@google.com · 14 years ago
  13. 205d460 Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. by bsalomon@google.com · 14 years ago
  14. 3334c3a code style by mike@reedtribe.org · 14 years ago
  15. ebe5bcd code style by mike@reedtribe.org · 14 years ago
  16. 69bc994 code style by mike@reedtribe.org · 14 years ago
  17. feb8cc8 code style by reed@google.com · 14 years ago
  18. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 14 years ago
  19. 13659f1 handle overflow by reed@google.com · 14 years ago
  20. 91408cc fix warnings code style by reed@google.com · 14 years ago
  21. 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 14 years ago
  22. b692a14 disable fast linear for now (really this time) by reed@google.com · 14 years ago
  23. 1770507 disable fast linear until we handle the overflow cases by reed@google.com · 14 years ago
  24. 77bcaa3 [PDF] Implement clear() method and a couple fixes. by vandebo@chromium.org · 14 years ago
  25. fb0b0ed [PDF] If the clip is empty, we shouldn't bother actually drawing anything. by vandebo@chromium.org · 14 years ago
  26. e61414c add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clients that like slowness by reed@google.com · 14 years ago
  27. 5eb158d use SkClampRange to speedup clamp iterators speeds up linear gradients 4x by reed@google.com · 14 years ago
  28. 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
  29. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
  30. f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
  31. 61eb040 code style by reed@google.com · 14 years ago
  32. 676d69b experimental by mike@reedtribe.org · 14 years ago
  33. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
  34. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
  35. 261b8e2 fix warnings by reed@google.com · 14 years ago
  36. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
  37. 586f48c by bsalomon@google.com · 14 years ago
  38. f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp by bsalomon@google.com · 14 years ago
  39. a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 14 years ago
  40. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
  41. 84e9c08 speed up 2-point-radial gradients by 9x, using float instead of fixed by reed@google.com · 14 years ago
  42. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
  43. 521e34e return Coeff for kPlus_Mode and kMultiply_Mode by reed@google.com · 14 years ago
  44. 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 14 years ago
  45. ea2ee8a Fix missing assignment of fContext in new SkGpuDevice cons. by bsalomon@google.com · 14 years ago
  46. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
  47. 9f2f0a8 add testing defines to test different blitters for antialiasing (RLE and mask) by reed@google.com · 14 years ago
  48. a7bf6e2 Review URL: http://codereview.appspot.com/4360049/ by bsalomon@google.com · 14 years ago
  49. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 14 years ago
  50. 7db9fe6 code style by reed@google.com · 14 years ago
  51. 4e1d3ac code style by mike@reedtribe.org · 14 years ago
  52. d5e05d4 balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2 by mike@reedtribe.org · 14 years ago
  53. 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
  54. d11f0e0 coding style by mike@reedtribe.org · 14 years ago
  55. eadc807 coding style by mike@reedtribe.org · 14 years ago
  56. bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago
  57. 99219d3 update coding style - no logic change by mike@reedtribe.org · 14 years ago
  58. 3c1225b fast return if no part of the paint gets replaced by mike@reedtribe.org · 14 years ago
  59. 4281d65 add CR at end by reed@google.com · 14 years ago
  60. 39ce0ac unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value by reed@google.com · 14 years ago
  61. 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 14 years ago
  62. bd36ebe [PDF] Fix node count in page tree. by vandebo@chromium.org · 14 years ago
  63. e5d0def fix infinite loop (doh) by mike@reedtribe.org · 14 years ago
  64. 53e3bed fix infinite loop if we have a drawfilter but no drawlooper by mike@reedtribe.org · 14 years ago
  65. eb17603 Fix a typo in my prior commit. by Scroggo · 14 years ago
  66. 813c33c Borg by Scroggo · 14 years ago
  67. 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
  68. 3a96875 round the alphamul so we don't overflow a byte by reed@google.com · 14 years ago
  69. a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 14 years ago
  70. dc66c42 Fix Two Pt Radial when circles are concentric. by bsalomon@google.com · 14 years ago
  71. 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 14 years ago
  72. 7de5fc2 re-re-enable antialiased rects for gpu by reed@google.com · 14 years ago
  73. f1f4a67 eeek, revert last CL until I fix texture matrix by reed@google.com · 14 years ago
  74. bf86c63 enable antialiased rects by reed@google.com · 14 years ago
  75. c34effe support BW text on GPU by mike@reedtribe.org · 14 years ago
  76. c9aa587 check-point (disabled) for antialiased rects by reed@google.com · 14 years ago
  77. c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
  78. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  79. 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
  80. 261c20a support BW text by reed@google.com · 14 years ago
  81. 6115338 handle scale < 0 for stroke-rects by reed@google.com · 14 years ago
  82. f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
  83. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
  84. 3380296 temporarily disable fast stroking, until we handle non-square scales in matrix by reed@google.com · 14 years ago
  85. 5bff8d2 add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiased by reed@google.com · 14 years ago
  86. 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
  87. 42911fa Remove SkMetaData from makefile. by scroggo · 14 years ago
  88. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  89. 4b83c63 Move where compression enable/disable is done to make recompilation faster. by vandebo@chromium.org · 14 years ago
  90. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  91. a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
  92. 0e6dc0a Prepend SkAdvancedTypefaceMetrics on enum usage. by ctguil@chromium.org · 14 years ago
  93. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  94. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
  95. 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
  96. 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
  97. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
  98. 04de782 Hairline stroke 1px wide paths. by bsalomon@google.com · 14 years ago
  99. 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
  100. 7b11807 Fix a crash. by scroggo · 14 years ago