1. 5b31b0f add fixed-width attribute to typeface (patch from russellbrenner) by reed@google.com · 13 years ago
  2. 57788b5 Fix warnings about struct being forward declared as a class by bsalomon@google.com · 13 years ago
  3. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 13 years ago
  4. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 13 years ago
  5. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 13 years ago
  6. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 13 years ago
  7. 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 13 years ago
  8. 40981ba remove dead conditional code by reed@google.com · 13 years ago
  9. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 13 years ago
  10. e686322 add no-check version of SkPackARGB32, for callers that want to deliberately by reed@google.com · 13 years ago
  11. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 13 years ago
  12. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 13 years ago
  13. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 13 years ago
  14. 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 13 years ago
  15. 3dd42b3 update dox for readPixels() by reed@google.com · 13 years ago
  16. 88daf28 check for SK_BUILD_FOR_BREW by reed@google.com · 13 years ago
  17. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 13 years ago
  18. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  19. 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 13 years ago
  20. 48cf8ac change forward decl of SkMatrix from struct (wrong) to class (correct) by reed@android.com · 13 years ago
  21. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  22. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
  23. 1cfa2c4 [PDF] Support image alpha channel plus a couple small fixes. by vandebo@chromium.org · 14 years ago
  24. befebb8 [PDF] Honor srcRect in drawBitmap. by vandebo@chromium.org · 14 years ago
  25. 9d0d195 update dox on bitmap configs document testing build-flag for large bitmaps by reed@google.com · 14 years ago
  26. 8af0b36 Fix windows build. by vandebo@chromium.org · 14 years ago
  27. dea520f move into core for now, so we can build SkFontHost_FreeType.cpp by reed@google.com · 14 years ago
  28. c93a17f fix mac build (don't need typedef struct foo foo) by reed@google.com · 14 years ago
  29. 3636ed5 embed a refdict inside SkDevice udate unittests to test refdict's destructor by reed@google.com · 14 years ago
  30. 0e190d0 add refdict class, for holding a dictionary of reference-counted objects by reed@google.com · 14 years ago
  31. 02cc5aa Update SkPDFDevice::drawPath signature to match SkDevice. by vandebo@chromium.org · 14 years ago
  32. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  33. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  34. 37a3133 fix comments for U8CPU and S16CPU by reed@google.com · 14 years ago
  35. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago
  36. 2e7b43d Remove notion of default rendertarget. This doesn't map well to usage patterns outside sample app. Make binding between SkGpuDevice and a GrRenderTarget more explicit. Create method on GrContext to wrap the current target in the 3D API with a GrRenderTarget. by bsalomon@google.com · 14 years ago
  37. d3b13bd initialize SkGlyph::fMaskFormat to avoid valgrind warnings by reed@google.com · 14 years ago
  38. 7b201d2 expose gpu-device-factory by reed@google.com · 14 years ago
  39. 4b22602 add getter/setter for device-factory on canvas by reed@google.com · 14 years ago
  40. 232a660 remove obsolete, unsupported sound files by reed@google.com · 14 years ago
  41. 5a8a131 update dox to reflect that the default colorspace is CGColorSpaceCreateDeviceRGB() by reed@google.com · 14 years ago
  42. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  43. 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
  44. 4aaee0a static inline eliminates multiple definitions (and makes it zero-cost, since by reed@android.com · 14 years ago
  45. ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
  46. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
  47. 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
  48. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  49. c31ce10 add for quick gl-offscreen context (so we can draw and then readpixels for GM) by reed@google.com · 14 years ago
  50. d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
  51. 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
  52. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  53. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  54. c385638 SSE2 optimizations for 32bit Color operation. by senorblanco@chromium.org · 14 years ago
  55. ec7a30c Upstream mulDiv255Ceil() from WebKit to the skia repository. by senorblanco@chromium.org · 14 years ago
  56. 038aff6 Patch by Mike Lawther (mikelawther@chromium.org). by senorblanco@chromium.org · 14 years ago
  57. a09ef97 Add deflate support to SkPDFStream. by vandebo@chromium.org · 14 years ago
  58. 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
  59. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  60. 8c1d88d Remove include of SkGLDevice.h from SkGLCanvas.h by vandebo@chromium.org · 14 years ago
  61. 7e2ff7c Add clipping support and some small fixes. by vandebo@chromium.org · 14 years ago
  62. eb6c759 Add PDF support for drawDevice using a form xobject. by vandebo@chromium.org · 14 years ago
  63. a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
  64. 35fc62b Move the device capability method to SkDevice. by vandebo@chromium.org · 14 years ago
  65. ddbbd80 Cleanup/unify matrix transform for PDF backend. by vandebo@chromium.org · 14 years ago
  66. 99a45d3 Fix SkDraw::validate to work with vector Devices. by vandebo@chromium.org · 14 years ago
  67. 9b49dc0 First pieces of SkPDFDevice. Supports: by vandebo@chromium.org · 14 years ago
  68. 17f694b Clamp the maximum size of glyph width we will attempt to render. by scarybeasts@gmail.com · 14 years ago
  69. b70ae31 Fix a memory leak in the new Canvas/Device workflow. by vandebo@chromium.org · 14 years ago
  70. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  71. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  72. f66025d Address senorblanco's comments on r600. by vandebo@chromium.org · 14 years ago
  73. 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago
  74. ce4e53a add abstract wrapper for platform-specific bitmap backends by reed@android.com · 14 years ago
  75. c9c9ebb Make SKColorSetARGB() a macro when not building debug. by agl@chromium.org · 14 years ago
  76. 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
  77. 2e08619 Added optional "ambiguous" outgoing argument to XRay queries so that by kbr@chromium.org · 14 years ago
  78. 4040861 oops, also update dox for saveLayerAlpha by reed@android.com · 14 years ago
  79. ad164b2 update dox for saveLayer() by reed@android.com · 14 years ago
  80. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  81. f597991 rename round, ceil, etc. to avoid some platform macros by reed@android.com · 14 years ago
  82. e89d3ec Fix 64-bit Mac warnings/memory corruption by reed@android.com · 14 years ago
  83. 033e03c export line counts by reed@android.com · 14 years ago
  84. 5ee64ad update to match latest skia apis by reed@android.com · 14 years ago
  85. 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 14 years ago
  86. 756f6dd dox by reed@android.com · 14 years ago
  87. b00cd72 add SkRefPtr class (for testing at the moment) by reed@android.com · 14 years ago
  88. 337d426 remove obsolete header by reed@android.com · 14 years ago
  89. 9aa8b32 add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API by reed@android.com · 14 years ago
  90. 2687ae0 add more MakeFoo factories for SkRect by reed@android.com · 14 years ago
  91. 735b790 fix dither-to-4444 to keep the alpha value >= colors by reed@android.com · 14 years ago
  92. 8381e00 add inherit-from-root-transform flag (for fixed-positioning) by reed@android.com · 14 years ago
  93. 3f1f06a add optional pref-config table to codecs by reed@android.com · 14 years ago
  94. 8de2e6d add kNONE_LCDOrder for screens with no recognizable rgb order by reed@android.com · 14 years ago
  95. d055c1f convert matrix <--> matrix44 add glyphrec to bounder by reed@android.com · 14 years ago
  96. 745bfbd add localToGlobal and parents by reed@android.com · 14 years ago
  97. 233481e add static Make methods to return rects by reed@android.com · 14 years ago
  98. da6fb32 more layers extracted from webkit by reed@android.com · 14 years ago
  99. 81dc331 update layers by reed@android.com · 14 years ago
  100. 86d4008 add layers by reed@android.com · 14 years ago