- 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
- 4854327 [PDF] Add support for xfermodes / blend modes. by vandebo@chromium.org · 14 years ago
- 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 14 years ago
- 3dd42b3 update dox for readPixels() by reed@google.com · 14 years ago
- 88daf28 check for SK_BUILD_FOR_BREW by reed@google.com · 14 years ago
- 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
- 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
- 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 14 years ago
- 48cf8ac change forward decl of SkMatrix from struct (wrong) to class (correct) by reed@android.com · 14 years ago
- c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
- f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
- 1cfa2c4 [PDF] Support image alpha channel plus a couple small fixes. by vandebo@chromium.org · 14 years ago
- befebb8 [PDF] Honor srcRect in drawBitmap. by vandebo@chromium.org · 14 years ago
- 9d0d195 update dox on bitmap configs document testing build-flag for large bitmaps by reed@google.com · 14 years ago
- 8af0b36 Fix windows build. by vandebo@chromium.org · 14 years ago
- dea520f move into core for now, so we can build SkFontHost_FreeType.cpp by reed@google.com · 14 years ago
- c93a17f fix mac build (don't need typedef struct foo foo) by reed@google.com · 14 years ago
- 3636ed5 embed a refdict inside SkDevice udate unittests to test refdict's destructor by reed@google.com · 14 years ago
- 0e190d0 add refdict class, for holding a dictionary of reference-counted objects by reed@google.com · 14 years ago
- 02cc5aa Update SkPDFDevice::drawPath signature to match SkDevice. by vandebo@chromium.org · 14 years ago
- 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
- c921843 fixes for some warnings: by reed@google.com · 14 years ago
- 37a3133 fix comments for U8CPU and S16CPU by reed@google.com · 14 years ago
- 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
- 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
- d3b13bd initialize SkGlyph::fMaskFormat to avoid valgrind warnings by reed@google.com · 14 years ago
- 7b201d2 expose gpu-device-factory by reed@google.com · 14 years ago
- 4b22602 add getter/setter for device-factory on canvas by reed@google.com · 14 years ago
- 232a660 remove obsolete, unsupported sound files by reed@google.com · 14 years ago
- 5a8a131 update dox to reflect that the default colorspace is CGColorSpaceCreateDeviceRGB() by reed@google.com · 14 years ago
- 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
- 72cf492 fix build for scalar==fixed by reed@google.com · 14 years ago
- 4aaee0a static inline eliminates multiple definitions (and makes it zero-cost, since by reed@android.com · 14 years ago
- ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
- 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
- 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
- 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
- c31ce10 add for quick gl-offscreen context (so we can draw and then readpixels for GM) by reed@google.com · 14 years ago
- d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
- 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
- f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
- 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
- c385638 SSE2 optimizations for 32bit Color operation. by senorblanco@chromium.org · 14 years ago
- ec7a30c Upstream mulDiv255Ceil() from WebKit to the skia repository. by senorblanco@chromium.org · 14 years ago
- 038aff6 Patch by Mike Lawther (mikelawther@chromium.org). by senorblanco@chromium.org · 14 years ago
- a09ef97 Add deflate support to SkPDFStream. by vandebo@chromium.org · 14 years ago
- 86bff1f Add safe size/copy functions to Skia. by wjmaclean@chromium.org · 14 years ago
- 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
- 8c1d88d Remove include of SkGLDevice.h from SkGLCanvas.h by vandebo@chromium.org · 14 years ago
- 7e2ff7c Add clipping support and some small fixes. by vandebo@chromium.org · 14 years ago
- eb6c759 Add PDF support for drawDevice using a form xobject. by vandebo@chromium.org · 14 years ago
- a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
- 35fc62b Move the device capability method to SkDevice. by vandebo@chromium.org · 14 years ago
- ddbbd80 Cleanup/unify matrix transform for PDF backend. by vandebo@chromium.org · 14 years ago
- 99a45d3 Fix SkDraw::validate to work with vector Devices. by vandebo@chromium.org · 14 years ago
- 9b49dc0 First pieces of SkPDFDevice. Supports: by vandebo@chromium.org · 14 years ago
- 17f694b Clamp the maximum size of glyph width we will attempt to render. by scarybeasts@gmail.com · 14 years ago
- b70ae31 Fix a memory leak in the new Canvas/Device workflow. by vandebo@chromium.org · 14 years ago
- 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
- d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
- f66025d Address senorblanco's comments on r600. by vandebo@chromium.org · 14 years ago
- 8459d4e Initial PDF backend commit: directories, build rules, primitives by vandebo@chromium.org · 14 years ago
- ce4e53a add abstract wrapper for platform-specific bitmap backends by reed@android.com · 14 years ago
- c9c9ebb Make SKColorSetARGB() a macro when not building debug. by agl@chromium.org · 14 years ago
- 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
- 2e08619 Added optional "ambiguous" outgoing argument to XRay queries so that by kbr@chromium.org · 14 years ago
- 4040861 oops, also update dox for saveLayerAlpha by reed@android.com · 14 years ago
- ad164b2 update dox for saveLayer() by reed@android.com · 14 years ago
- a2c71cb Add support for forcing autohinting. by agl@chromium.org · 15 years ago
- f597991 rename round, ceil, etc. to avoid some platform macros by reed@android.com · 15 years ago
- e89d3ec Fix 64-bit Mac warnings/memory corruption by reed@android.com · 15 years ago
- 033e03c export line counts by reed@android.com · 15 years ago
- 5ee64ad update to match latest skia apis by reed@android.com · 15 years ago
- 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 15 years ago
- 756f6dd dox by reed@android.com · 15 years ago
- b00cd72 add SkRefPtr class (for testing at the moment) by reed@android.com · 15 years ago
- 337d426 remove obsolete header by reed@android.com · 15 years ago
- 9aa8b32 add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API by reed@android.com · 15 years ago
- 2687ae0 add more MakeFoo factories for SkRect by reed@android.com · 15 years ago
- 735b790 fix dither-to-4444 to keep the alpha value >= colors by reed@android.com · 15 years ago
- 8381e00 add inherit-from-root-transform flag (for fixed-positioning) by reed@android.com · 15 years ago
- 3f1f06a add optional pref-config table to codecs by reed@android.com · 15 years ago
- 8de2e6d add kNONE_LCDOrder for screens with no recognizable rgb order by reed@android.com · 15 years ago
- d055c1f convert matrix <--> matrix44 add glyphrec to bounder by reed@android.com · 15 years ago
- 745bfbd add localToGlobal and parents by reed@android.com · 15 years ago
- 233481e add static Make methods to return rects by reed@android.com · 15 years ago
- da6fb32 more layers extracted from webkit by reed@android.com · 15 years ago
- 81dc331 update layers by reed@android.com · 15 years ago
- 86d4008 add layers by reed@android.com · 15 years ago
- dc3381f update save/restore comments to mention that the drawFilter is also saved by reed@android.com · 15 years ago
- ed8dbf7 experimental draft, please ignore by reed@android.com · 15 years ago
- c83d422 doh - fix build by reed@android.com · 15 years ago
- 60bc6d5 add Make to SkTSize by reed@android.com · 15 years ago
- eebf5cb add copysign for ints and floats by reed@android.com · 15 years ago
- d3aa4ff add countPoints() and getPoint() by reed@android.com · 15 years ago
- 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
- ba09de4 respect edgetype in quickreject by reed@android.com · 15 years ago
- 945a139 add SkXRay geometry routines by reed@android.com · 15 years ago
- a5dcaf6 add containsText() api by reed@android.com · 15 years ago
- ac75309 add some utils to SkPoint by reed@android.com · 15 years ago