1. c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
  2. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
  3. 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
  4. f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
  5. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
  6. 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
  7. 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
  8. f1ec465 add () to fix warning by reed@google.com · 14 years ago
  9. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  10. a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
  11. dfc5ffe Additional SK_API annotations needed for print preview on windows. by ctguil@chromium.org · 14 years ago
  12. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  13. e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
  14. 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
  15. 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
  16. cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
  17. 94f6a73 add experimental Relay class by reed@google.com · 14 years ago
  18. 7ff8d81 add dox for drawPath, describing how to interpret the prePathMatrix. by reed@google.com · 14 years ago
  19. b123c9d Remove optional impl for SkClampMax that relied on not wrapping, as in fact by reed@google.com · 14 years ago
  20. 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
  21. 7b11807 Fix a crash. by scroggo · 14 years ago
  22. 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
  23. df49991 add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef by reed@google.com · 14 years ago
  24. 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 14 years ago
  25. 9182610 Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now). by bsalomon@google.com · 14 years ago
  26. dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 14 years ago
  27. b7d956d add draw sample by mike@reedtribe.org · 14 years ago
  28. 57463e1 Make SkDeviceFactory part of the API. by vandebo@chromium.org · 14 years ago
  29. b66365f Updates to the unix sample app. by scroggo · 14 years ago
  30. 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 14 years ago
  31. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  32. 9d07fec update dox for setLooper() update some { } styles by reed@google.com · 14 years ago
  33. 52f57e1 add fling by reed@google.com · 14 years ago
  34. 109a2e3 Add SK_API to SkCreateTypefaceFromLOGFONT. by ctguil@chromium.org · 14 years ago
  35. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  36. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 14 years ago
  37. 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
  38. b7e9aee Add a sample application that runs on unix. by scroggo · 14 years ago
  39. cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
  40. e31241c undo recent addition of kLCD16_Format to FormatIsLCD() by reed@google.com · 14 years ago
  41. f77e27d Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 14 years ago
  42. 8bd4c79 add kLCD16_Format to the list in FormatIsLCD() by reed@google.com · 14 years ago
  43. 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
  44. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  45. 63a6060 add realloc() to SkAutoSMalloc, plus some documentation by reed@google.com · 14 years ago
  46. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  47. da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago
  48. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 14 years ago
  49. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
  50. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 14 years ago
  51. 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
  52. 6f8f292 add origin to device by reed@google.com · 14 years ago
  53. f966fd3 Add SkPDFUtils.cpp to build. by ctguil@chromium.org · 14 years ago
  54. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
  55. 5aaa69e Fixups for clipstack, convexity test for paths. by bsalomon@google.com · 14 years ago
  56. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  57. 9b74b11 export SkCreateTypefaceFromLOGFONT by reed@google.com · 14 years ago
  58. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 14 years ago
  59. e280f1d bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some by reed@google.com · 14 years ago
  60. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
  61. 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
  62. 1d12b1f add setXYWH to rects new tests for circles by reed@google.com · 14 years ago
  63. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
  64. 0129410 [PDF] Fix broken encoding conversion code for non-multibyte fonts. by vandebo@chromium.org · 14 years ago
  65. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 14 years ago
  66. c2a9b7f [PDF] Remove one copy of each content stream. by vandebo@chromium.org · 14 years ago
  67. f60a001 [PDF] Change the way flip origin is done. by vandebo@chromium.org · 14 years ago
  68. 112706d Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. by vandebo@chromium.org · 14 years ago
  69. d90c141 [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict. by vandebo@chromium.org · 14 years ago
  70. 93c5f9e Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented by reed@google.com · 14 years ago
  71. 875b4ec add isFixedWidth() to expose the newly added attribute by reed@google.com · 14 years ago
  72. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 14 years ago
  73. 7d7ca79 add fClipStack optional field to SkDraw (it is always set by canvas) by reed@google.com · 14 years ago
  74. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  75. 5b31b0f add fixed-width attribute to typeface (patch from russellbrenner) by reed@google.com · 14 years ago
  76. 57788b5 Fix warnings about struct being forward declared as a class by bsalomon@google.com · 14 years ago
  77. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago
  78. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 14 years ago
  79. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 14 years ago
  80. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 14 years ago
  81. 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 14 years ago
  82. 40981ba remove dead conditional code by reed@google.com · 14 years ago
  83. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  84. e686322 add no-check version of SkPackARGB32, for callers that want to deliberately by reed@google.com · 14 years ago
  85. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 14 years ago
  86. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
  87. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
  88. 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 14 years ago
  89. 3dd42b3 update dox for readPixels() by reed@google.com · 14 years ago
  90. 88daf28 check for SK_BUILD_FOR_BREW by reed@google.com · 14 years ago
  91. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  92. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  93. 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 14 years ago
  94. 48cf8ac change forward decl of SkMatrix from struct (wrong) to class (correct) by reed@android.com · 14 years ago
  95. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  96. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
  97. 1cfa2c4 [PDF] Support image alpha channel plus a couple small fixes. by vandebo@chromium.org · 14 years ago
  98. befebb8 [PDF] Honor srcRect in drawBitmap. by vandebo@chromium.org · 14 years ago
  99. 9d0d195 update dox on bitmap configs document testing build-flag for large bitmaps by reed@google.com · 14 years ago
  100. 8af0b36 Fix windows build. by vandebo@chromium.org · 14 years ago