1. 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 14 years ago
  2. 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
  3. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
  4. f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
  5. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
  6. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
  7. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
  8. 586f48c by bsalomon@google.com · 14 years ago
  9. a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 14 years ago
  10. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
  11. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
  12. 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 14 years ago
  13. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
  14. 24fb8e2 mark viewport APIs as deprecated by reed@google.com · 14 years ago
  15. ad91799 code style by reed@google.com · 14 years ago
  16. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 14 years ago
  17. 4e1d3ac code style by mike@reedtribe.org · 14 years ago
  18. 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
  19. bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago
  20. 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 14 years ago
  21. 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
  22. a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 14 years ago
  23. 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 14 years ago
  24. c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
  25. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  26. 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
  27. f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
  28. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
  29. 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
  30. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  31. f1ec465 add () to fix warning by reed@google.com · 14 years ago
  32. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  33. a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
  34. dfc5ffe Additional SK_API annotations needed for print preview on windows. by ctguil@chromium.org · 14 years ago
  35. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  36. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
  37. 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
  38. 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
  39. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
  40. 94f6a73 add experimental Relay class by reed@google.com · 14 years ago
  41. 7ff8d81 add dox for drawPath, describing how to interpret the prePathMatrix. by reed@google.com · 14 years ago
  42. b123c9d Remove optional impl for SkClampMax that relied on not wrapping, as in fact by reed@google.com · 14 years ago
  43. 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
  44. 7b11807 Fix a crash. by scroggo · 14 years ago
  45. 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
  46. df49991 add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef by reed@google.com · 14 years ago
  47. 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 14 years ago
  48. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
  49. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 14 years ago
  50. b7d956d add draw sample by mike@reedtribe.org · 14 years ago
  51. 57463e1 Make SkDeviceFactory part of the API. by vandebo@chromium.org · 14 years ago
  52. b66365f Updates to the unix sample app. by scroggo · 14 years ago
  53. 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 14 years ago
  54. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  55. 9d07fec update dox for setLooper() update some { } styles by reed@google.com · 14 years ago
  56. 52f57e1 add fling by reed@google.com · 14 years ago
  57. 109a2e3 Add SK_API to SkCreateTypefaceFromLOGFONT. by ctguil@chromium.org · 14 years ago
  58. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  59. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 14 years ago
  60. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  61. b7e9aee Add a sample application that runs on unix. by scroggo · 14 years ago
  62. cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
  63. e31241c undo recent addition of kLCD16_Format to FormatIsLCD() by reed@google.com · 14 years ago
  64. f77e27d Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 14 years ago
  65. 8bd4c79 add kLCD16_Format to the list in FormatIsLCD() by reed@google.com · 14 years ago
  66. 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
  67. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  68. 63a6060 add realloc() to SkAutoSMalloc, plus some documentation by reed@google.com · 14 years ago
  69. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  70. da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago
  71. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 14 years ago
  72. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
  73. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 14 years ago
  74. bf4338c Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpath uninit warnings by bsalomon@google.com · 14 years ago
  75. 6f8f292 add origin to device by reed@google.com · 14 years ago
  76. f966fd3 Add SkPDFUtils.cpp to build. by ctguil@chromium.org · 14 years ago
  77. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
  78. 5aaa69e Fixups for clipstack, convexity test for paths. by bsalomon@google.com · 14 years ago
  79. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  80. 9b74b11 export SkCreateTypefaceFromLOGFONT by reed@google.com · 14 years ago
  81. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 14 years ago
  82. e280f1d bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some by reed@google.com · 14 years ago
  83. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
  84. 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
  85. 1d12b1f add setXYWH to rects new tests for circles by reed@google.com · 14 years ago
  86. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
  87. 0129410 [PDF] Fix broken encoding conversion code for non-multibyte fonts. by vandebo@chromium.org · 14 years ago
  88. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 14 years ago
  89. c2a9b7f [PDF] Remove one copy of each content stream. by vandebo@chromium.org · 14 years ago
  90. f60a001 [PDF] Change the way flip origin is done. by vandebo@chromium.org · 14 years ago
  91. 112706d Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. by vandebo@chromium.org · 14 years ago
  92. d90c141 [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict. by vandebo@chromium.org · 14 years ago
  93. 93c5f9e Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented by reed@google.com · 14 years ago
  94. 875b4ec add isFixedWidth() to expose the newly added attribute by reed@google.com · 14 years ago
  95. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 14 years ago
  96. 7d7ca79 add fClipStack optional field to SkDraw (it is always set by canvas) by reed@google.com · 14 years ago
  97. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  98. 5b31b0f add fixed-width attribute to typeface (patch from russellbrenner) by reed@google.com · 14 years ago
  99. 57788b5 Fix warnings about struct being forward declared as a class by bsalomon@google.com · 14 years ago
  100. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago