1. e31241c undo recent addition of kLCD16_Format to FormatIsLCD() by reed@google.com · 14 years ago
  2. f77e27d Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 14 years ago
  3. 8bd4c79 add kLCD16_Format to the list in FormatIsLCD() by reed@google.com · 14 years ago
  4. 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
  5. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  6. 63a6060 add realloc() to SkAutoSMalloc, plus some documentation by reed@google.com · 14 years ago
  7. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  8. da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago
  9. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 14 years ago
  10. 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
  11. 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 14 years ago
  12. 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
  13. 6f8f292 add origin to device by reed@google.com · 14 years ago
  14. f966fd3 Add SkPDFUtils.cpp to build. by ctguil@chromium.org · 14 years ago
  15. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
  16. 5aaa69e Fixups for clipstack, convexity test for paths. by bsalomon@google.com · 14 years ago
  17. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  18. 9b74b11 export SkCreateTypefaceFromLOGFONT by reed@google.com · 14 years ago
  19. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 14 years ago
  20. e280f1d bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some by reed@google.com · 14 years ago
  21. 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
  22. 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
  23. 1d12b1f add setXYWH to rects new tests for circles by reed@google.com · 14 years ago
  24. 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
  25. 0129410 [PDF] Fix broken encoding conversion code for non-multibyte fonts. by vandebo@chromium.org · 14 years ago
  26. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 14 years ago
  27. c2a9b7f [PDF] Remove one copy of each content stream. by vandebo@chromium.org · 14 years ago
  28. f60a001 [PDF] Change the way flip origin is done. by vandebo@chromium.org · 14 years ago
  29. 112706d Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. by vandebo@chromium.org · 14 years ago
  30. d90c141 [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict. by vandebo@chromium.org · 14 years ago
  31. 93c5f9e Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented by reed@google.com · 14 years ago
  32. 875b4ec add isFixedWidth() to expose the newly added attribute by reed@google.com · 14 years ago
  33. d3ae779 Add asAGradient shader extraction API. by vandebo@chromium.org · 14 years ago
  34. 7d7ca79 add fClipStack optional field to SkDraw (it is always set by canvas) by reed@google.com · 14 years ago
  35. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  36. 5b31b0f add fixed-width attribute to typeface (patch from russellbrenner) by reed@google.com · 14 years ago
  37. 57788b5 Fix warnings about struct being forward declared as a class by bsalomon@google.com · 14 years ago
  38. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago
  39. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 14 years ago
  40. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 14 years ago
  41. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 14 years ago
  42. 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 14 years ago
  43. 40981ba remove dead conditional code by reed@google.com · 14 years ago
  44. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  45. e686322 add no-check version of SkPackARGB32, for callers that want to deliberately by reed@google.com · 14 years ago
  46. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 14 years ago
  47. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
  48. 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
  49. 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 14 years ago
  50. 3dd42b3 update dox for readPixels() by reed@google.com · 14 years ago
  51. 88daf28 check for SK_BUILD_FOR_BREW by reed@google.com · 14 years ago
  52. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  53. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  54. 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 14 years ago
  55. 48cf8ac change forward decl of SkMatrix from struct (wrong) to class (correct) by reed@android.com · 14 years ago
  56. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  57. f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
  58. 1cfa2c4 [PDF] Support image alpha channel plus a couple small fixes. by vandebo@chromium.org · 14 years ago
  59. befebb8 [PDF] Honor srcRect in drawBitmap. by vandebo@chromium.org · 14 years ago
  60. 9d0d195 update dox on bitmap configs document testing build-flag for large bitmaps by reed@google.com · 14 years ago
  61. 8af0b36 Fix windows build. by vandebo@chromium.org · 14 years ago
  62. dea520f move into core for now, so we can build SkFontHost_FreeType.cpp by reed@google.com · 14 years ago
  63. c93a17f fix mac build (don't need typedef struct foo foo) by reed@google.com · 14 years ago
  64. 3636ed5 embed a refdict inside SkDevice udate unittests to test refdict's destructor by reed@google.com · 14 years ago
  65. 0e190d0 add refdict class, for holding a dictionary of reference-counted objects by reed@google.com · 14 years ago
  66. 02cc5aa Update SkPDFDevice::drawPath signature to match SkDevice. by vandebo@chromium.org · 14 years ago
  67. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  68. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  69. 37a3133 fix comments for U8CPU and S16CPU by reed@google.com · 14 years ago
  70. 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
  71. 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
  72. d3b13bd initialize SkGlyph::fMaskFormat to avoid valgrind warnings by reed@google.com · 14 years ago
  73. 7b201d2 expose gpu-device-factory by reed@google.com · 14 years ago
  74. 4b22602 add getter/setter for device-factory on canvas by reed@google.com · 14 years ago
  75. 232a660 remove obsolete, unsupported sound files by reed@google.com · 14 years ago
  76. 5a8a131 update dox to reflect that the default colorspace is CGColorSpaceCreateDeviceRGB() by reed@google.com · 14 years ago
  77. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  78. 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
  79. 4aaee0a static inline eliminates multiple definitions (and makes it zero-cost, since by reed@android.com · 14 years ago
  80. ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
  81. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
  82. 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
  83. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  84. c31ce10 add for quick gl-offscreen context (so we can draw and then readpixels for GM) by reed@google.com · 14 years ago
  85. d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
  86. 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
  87. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  88. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  89. c385638 SSE2 optimizations for 32bit Color operation. by senorblanco@chromium.org · 14 years ago
  90. ec7a30c Upstream mulDiv255Ceil() from WebKit to the skia repository. by senorblanco@chromium.org · 14 years ago
  91. 038aff6 Patch by Mike Lawther (mikelawther@chromium.org). by senorblanco@chromium.org · 14 years ago
  92. a09ef97 Add deflate support to SkPDFStream. by vandebo@chromium.org · 14 years ago
  93. 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
  94. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  95. 8c1d88d Remove include of SkGLDevice.h from SkGLCanvas.h by vandebo@chromium.org · 14 years ago
  96. 7e2ff7c Add clipping support and some small fixes. by vandebo@chromium.org · 14 years ago
  97. eb6c759 Add PDF support for drawDevice using a form xobject. by vandebo@chromium.org · 14 years ago
  98. a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
  99. 35fc62b Move the device capability method to SkDevice. by vandebo@chromium.org · 14 years ago
  100. ddbbd80 Cleanup/unify matrix transform for PDF backend. by vandebo@chromium.org · 14 years ago