1. 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
  2. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
  3. f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
  4. 61eb040 code style by reed@google.com · 14 years ago
  5. 676d69b experimental by mike@reedtribe.org · 14 years ago
  6. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
  7. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
  8. 261b8e2 fix warnings by reed@google.com · 14 years ago
  9. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
  10. 586f48c by bsalomon@google.com · 14 years ago
  11. f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp by bsalomon@google.com · 14 years ago
  12. a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 14 years ago
  13. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
  14. 84e9c08 speed up 2-point-radial gradients by 9x, using float instead of fixed by reed@google.com · 14 years ago
  15. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
  16. 521e34e return Coeff for kPlus_Mode and kMultiply_Mode by reed@google.com · 14 years ago
  17. 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 14 years ago
  18. ea2ee8a Fix missing assignment of fContext in new SkGpuDevice cons. by bsalomon@google.com · 14 years ago
  19. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
  20. 9f2f0a8 add testing defines to test different blitters for antialiasing (RLE and mask) by reed@google.com · 14 years ago
  21. a7bf6e2 Review URL: http://codereview.appspot.com/4360049/ by bsalomon@google.com · 14 years ago
  22. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 14 years ago
  23. 7db9fe6 code style by reed@google.com · 14 years ago
  24. 4e1d3ac code style by mike@reedtribe.org · 14 years ago
  25. d5e05d4 balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2 by mike@reedtribe.org · 14 years ago
  26. 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
  27. d11f0e0 coding style by mike@reedtribe.org · 14 years ago
  28. eadc807 coding style by mike@reedtribe.org · 14 years ago
  29. bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago
  30. 99219d3 update coding style - no logic change by mike@reedtribe.org · 14 years ago
  31. 3c1225b fast return if no part of the paint gets replaced by mike@reedtribe.org · 14 years ago
  32. 4281d65 add CR at end by reed@google.com · 14 years ago
  33. 39ce0ac unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value by reed@google.com · 14 years ago
  34. 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 14 years ago
  35. bd36ebe [PDF] Fix node count in page tree. by vandebo@chromium.org · 14 years ago
  36. e5d0def fix infinite loop (doh) by mike@reedtribe.org · 14 years ago
  37. 53e3bed fix infinite loop if we have a drawfilter but no drawlooper by mike@reedtribe.org · 14 years ago
  38. eb17603 Fix a typo in my prior commit. by Scroggo · 14 years ago
  39. 813c33c Borg by Scroggo · 14 years ago
  40. 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
  41. 3a96875 round the alphamul so we don't overflow a byte by reed@google.com · 14 years ago
  42. a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 14 years ago
  43. dc66c42 Fix Two Pt Radial when circles are concentric. by bsalomon@google.com · 14 years ago
  44. 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 14 years ago
  45. 7de5fc2 re-re-enable antialiased rects for gpu by reed@google.com · 14 years ago
  46. f1f4a67 eeek, revert last CL until I fix texture matrix by reed@google.com · 14 years ago
  47. bf86c63 enable antialiased rects by reed@google.com · 14 years ago
  48. c34effe support BW text on GPU by mike@reedtribe.org · 14 years ago
  49. c9aa587 check-point (disabled) for antialiased rects by reed@google.com · 14 years ago
  50. c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
  51. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  52. 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
  53. 261c20a support BW text by reed@google.com · 14 years ago
  54. 6115338 handle scale < 0 for stroke-rects by reed@google.com · 14 years ago
  55. f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
  56. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
  57. 3380296 temporarily disable fast stroking, until we handle non-square scales in matrix by reed@google.com · 14 years ago
  58. 5bff8d2 add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiased by reed@google.com · 14 years ago
  59. 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
  60. 42911fa Remove SkMetaData from makefile. by scroggo · 14 years ago
  61. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  62. 4b83c63 Move where compression enable/disable is done to make recompilation faster. by vandebo@chromium.org · 14 years ago
  63. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  64. a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
  65. 0e6dc0a Prepend SkAdvancedTypefaceMetrics on enum usage. by ctguil@chromium.org · 14 years ago
  66. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  67. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
  68. 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
  69. 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
  70. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
  71. 04de782 Hairline stroke 1px wide paths. by bsalomon@google.com · 14 years ago
  72. 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
  73. 7b11807 Fix a crash. by scroggo · 14 years ago
  74. 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
  75. c04e6d5 Fix SK build macro. by bsalomon@google.com · 14 years ago
  76. 6fa4518 inline knowledge that our pointsize is always 1 when we measure/draw by reed@google.com · 14 years ago
  77. df49991 add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef by reed@google.com · 14 years ago
  78. 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 14 years ago
  79. 2ccdf2a map canonical css names to real fonts by mike@reedtribe.org · 14 years ago
  80. ce11b26 convert fixed->scalar directly, since we know that the by reed@google.com · 14 years ago
  81. 160f2c0 increase intermediate precision when chopping lines. This avoids returning a by reed@google.com · 14 years ago
  82. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 14 years ago
  83. b66365f Updates to the unix sample app. by scroggo · 14 years ago
  84. 3f0dcf9 fix scalar math to work with float and fixed by reed@google.com · 14 years ago
  85. c31a9d6 fix warnings of int->float and double->float by reed@google.com · 14 years ago
  86. 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 14 years ago
  87. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  88. 2f83459 use SkSafeUnref() by mike@reedtribe.org · 14 years ago
  89. 2ade086 abort drawing if srcRect is outside of the bitmap bounds by reed@google.com · 14 years ago
  90. b52bb9b Remove dependence on glew for creating SkOSWindow_Win's GL ctx. by bsalomon@google.com · 14 years ago
  91. 52f57e1 add fling by reed@google.com · 14 years ago
  92. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  93. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 14 years ago
  94. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  95. b7e9aee Add a sample application that runs on unix. by scroggo · 14 years ago
  96. cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
  97. 260db92 trim 3-byte column at start and end of freetype bitmap by reed@google.com · 14 years ago
  98. 8abde0a disable lcd format for lcd16 as well by reed@google.com · 14 years ago
  99. ea2333d add LCD16 copy routine by reed@google.com · 14 years ago
  100. 6016962 use system font path when building on the mac by reed@google.com · 14 years ago