1. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  2. 9d75767 setHinting modifies fFlags in places, so call it last (after initializing fFlags) by reed@google.com · 13 years ago
  3. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  4. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  5. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
  6. 0b7b982 clean up sign detection code in computeconvexity by reed@google.com · 13 years ago
  7. 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 13 years ago
  8. 04863fa add Convexity enum to SkPath by reed@google.com · 13 years ago
  9. 34dae87 [PDF] Fix ending condition for font advance construction. by vandebo@chromium.org · 13 years ago
  10. 246bd0f by twiz@google.com · 13 years ago
  11. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  12. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 13 years ago
  13. 87ec860 remove unneeded asserts (which may fail from imprecise blits into the bitmap, but by reed@google.com · 13 years ago
  14. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 13 years ago
  15. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 13 years ago
  16. 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
  17. f7398c3 correctly compute coverage when an antialiased rect covers only 1 column of pixels by reed@google.com · 13 years ago
  18. 8d90eeb add find() by reed@google.com · 13 years ago
  19. c925451 fix precendence error (== binds tighter than &) add new samples to solution by reed@google.com · 13 years ago
  20. 17fb387 add debugging test for building SkDescriptor update some samples by reed@google.com · 13 years ago
  21. 2fcdbec Make the unix test app build. by scroggo · 13 years ago
  22. 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 13 years ago
  23. acd471f updated pipe by reed@google.com · 13 years ago
  24. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 13 years ago
  25. 59d2f63 fix signed shift in blend32 use typefacecache in fonthost_win by reed@google.com · 13 years ago
  26. e495905 disable lifecycle dumps by reed@google.com · 13 years ago
  27. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  28. 3b521d0 update dox code style by reed@google.com · 13 years ago
  29. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  30. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 13 years ago
  31. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 13 years ago
  32. 7394565 devolve flattening parameters to their base classes by reed@google.com · 13 years ago
  33. ebe5bcd code style by mike@reedtribe.org · 14 years ago
  34. 69bc994 code style by mike@reedtribe.org · 14 years ago
  35. feb8cc8 code style by reed@google.com · 14 years ago
  36. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 14 years ago
  37. 13659f1 handle overflow by reed@google.com · 14 years ago
  38. 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 14 years ago
  39. 5eb158d use SkClampRange to speedup clamp iterators speeds up linear gradients 4x by reed@google.com · 14 years ago
  40. 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
  41. f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
  42. 676d69b experimental by mike@reedtribe.org · 14 years ago
  43. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
  44. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
  45. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
  46. 586f48c by bsalomon@google.com · 14 years ago
  47. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
  48. 521e34e return Coeff for kPlus_Mode and kMultiply_Mode by reed@google.com · 14 years ago
  49. 9f2f0a8 add testing defines to test different blitters for antialiasing (RLE and mask) by reed@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. 39ce0ac unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value by reed@google.com · 14 years ago
  59. 53e3bed fix infinite loop if we have a drawfilter but no drawlooper by mike@reedtribe.org · 14 years ago
  60. 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
  61. 3a96875 round the alphamul so we don't overflow a byte by reed@google.com · 14 years ago
  62. a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 14 years ago
  63. 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 14 years ago
  64. c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
  65. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  66. 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
  67. 6115338 handle scale < 0 for stroke-rects by reed@google.com · 14 years ago
  68. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
  69. 3380296 temporarily disable fast stroking, until we handle non-square scales in matrix by reed@google.com · 14 years ago
  70. 5bff8d2 add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiased by reed@google.com · 14 years ago
  71. 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
  72. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  73. 4b83c63 Move where compression enable/disable is done to make recompilation faster. by vandebo@chromium.org · 14 years ago
  74. a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
  75. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  76. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
  77. 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
  78. 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
  79. 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
  80. 160f2c0 increase intermediate precision when chopping lines. This avoids returning a by reed@google.com · 14 years ago
  81. 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 14 years ago
  82. 2ade086 abort drawing if srcRect is outside of the bitmap bounds by reed@google.com · 14 years ago
  83. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  84. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 14 years ago
  85. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  86. cd9d69b Upstreaming changes from android. by djsollen@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. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  89. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 14 years ago
  90. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  91. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
  92. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 14 years ago
  93. 6f8f292 add origin to device by reed@google.com · 14 years ago
  94. f7c2c45 Update windows port of of SkFontHost::GetAdvancedTypefaceMetrics to use calculateGlyphCount. by ctguil@chromium.org · 14 years ago
  95. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  96. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
  97. 759876a Our region blitter (invoked by region::setPath()) must have its scanlines by reed@google.com · 14 years ago
  98. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  99. 55b6b58 Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline by reed@google.com · 14 years ago
  100. 22a0221 check that alloc() succeeded before calling the scaler's getImage() by reed@google.com · 14 years ago