1. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  2. bf2768b Refactor SkImageFilter into its own .cpp file. by senorblanco@chromium.org · 12 years ago
  3. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  4. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  5. 7b4531f change SkTextToPathIter to allow continuation even when there is no path for by reed@google.com · 12 years ago
  6. e691376 move SkTextToPathIter into private header by reed@google.com · 12 years ago
  7. 2bf82d8 Set fReservedAlign to 0. by bungeman@google.com · 12 years ago
  8. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  9. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  10. ca0062e add SkPaint::getPosTextPath(), with gm to test it by reed@google.com · 12 years ago
  11. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  12. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  13. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  14. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  15. 89e615d Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cpp by junov@chromium.org · 12 years ago
  16. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  17. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  18. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  19. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  20. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  21. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  22. 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 12 years ago
  23. 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 12 years ago
  24. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  25. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
  26. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  27. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  28. dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
  29. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  30. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  31. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  32. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  33. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  34. c6f2e7d Allow 0 as a valid text size in SkPaint. by djsollen@google.com · 13 years ago
  35. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  36. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  37. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
  38. 484561f improve accuracy for luminance coefficients by reed@google.com · 13 years ago
  39. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  40. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  41. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  42. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  43. 44da42e have paint's measure calls respect vertical by reed@google.com · 13 years ago
  44. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  45. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  46. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  47. 15356a6 experimental -- add SkImageFilter to paint. Not called yet. by reed@google.com · 13 years ago
  48. 733e302 make no promises if we see a looper by reed@google.com · 13 years ago
  49. dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
  50. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  51. 2739b27 move specialization of 16 -vs- 32 lcd format to the fonthost by reed@google.com · 13 years ago
  52. 3e8ae5b kill gamma flags if we're drawing BW by reed@google.com · 13 years ago
  53. c27b741 add override for max-text-size for lcd by reed@google.com · 13 years ago
  54. 4f79b9b set max size for lcdtext by reed@google.com · 13 years ago
  55. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  56. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  57. a323787 suppress printfs by reed@google.com · 13 years ago
  58. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  59. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  60. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  61. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  62. 9d75767 setHinting modifies fFlags in places, so call it last (after initializing fFlags) by reed@google.com · 13 years ago
  63. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  64. 17fb387 add debugging test for building SkDescriptor update some samples by reed@google.com · 13 years ago
  65. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  66. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 13 years ago
  67. 65dd8f8 Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility) by reed@google.com · 13 years ago
  68. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 13 years ago
  69. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  70. 6fb7e2e reformatting to match coding style -- no logic changes by reed@google.com · 14 years ago
  71. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  72. 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
  73. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  74. ca735ff Allow zero text size to be specified for an SkPaint. by vandebo@chromium.org · 14 years ago
  75. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  76. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  77. e89d3ec Fix 64-bit Mac warnings/memory corruption by reed@android.com · 14 years ago
  78. 647d3da fix maxWidth when using linear-text by reed@android.com · 14 years ago
  79. e88f551 use 64bit intermediate to accumulate 16.16 widths, to avoid overflow by reed@android.com · 14 years ago
  80. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
  81. a5dcaf6 add containsText() api by reed@android.com · 15 years ago
  82. b4234a2 skia: Always use aliased text when antialiasing is disabled. by agl@chromium.org · 15 years ago
  83. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  84. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  85. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  86. 1cdcb51 fix warning in sampler by reed@android.com · 15 years ago
  87. a3122b9 bzero SkPaint in its constructor, to allow us to cleanly use memcmp in our by reed@android.com · 15 years ago
  88. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  89. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  90. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  91. 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
  92. d66eef7 fix memory leak in new setXfermode() by reed@android.com · 15 years ago
  93. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  94. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  95. aefd2bc Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller wants to treat the allocats like temp memory (see PictureRecord) by reed@android.com · 15 years ago
  96. fc25abd fix warnings by reed@android.com · 16 years ago
  97. 8a1c16f grab from latest android by reed@android.com · 16 years ago