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