- 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 14 years ago
- 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 14 years ago
- 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 14 years ago
- cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 14 years ago
- 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 14 years ago
- 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 14 years ago
- 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 14 years ago
- 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 14 years ago
- 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 14 years ago
- 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
- 5d2fef0 fix asserts in new premul inline function by reed@google.com · 14 years ago
- 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 14 years ago
- 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 14 years ago
- 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 14 years ago
- 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 14 years ago
- 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 14 years ago
- effc501 remove obsolete text codepaths by reed@google.com · 14 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 14 years ago
- 7453d0e use general SkWStream for parameter by reed@google.com · 14 years ago
- 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 14 years ago
- 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 14 years ago
- 3a31ac1 add (replacing SkDataRef) by reed@google.com · 14 years ago
- 8d0b577 rename public SkDataRef to SkData by reed@google.com · 14 years ago
- 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 14 years ago
- 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 14 years ago
- e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 14 years ago
- 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 14 years ago
- fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 14 years ago
- 2d54d06 update dox by reed@google.com · 14 years ago
- e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 14 years ago
- af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 14 years ago
- 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 14 years ago
- a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 14 years ago
- ca1f5e2 style and warnings by reed@google.com · 14 years ago
- 35ae8ea add SkDataRef (for future use) by reed@google.com · 14 years ago
- 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 14 years ago
- 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 14 years ago
- a87e065 add SkFixedFloorToFixed by reed@google.com · 14 years ago
- 542e035 remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ by reed@google.com · 14 years ago
- 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 14 years ago
- c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 14 years ago
- 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 14 years ago
- b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 14 years ago
- dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 14 years ago
- c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 14 years ago
- 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 14 years ago
- 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 14 years ago
- 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 14 years ago
- f2d9155 separate coverage stages from color stages. by bsalomon@google.com · 14 years ago
- 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 14 years ago
- b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
- 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
- af8edcc update dox by reed@google.com · 14 years ago
- 246bd0f by twiz@google.com · 14 years ago
- f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 14 years ago
- cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 14 years ago
- ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 14 years ago
- 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
- 20efde7 Share code with SkRect by reed@google.com · 14 years ago
- 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
- 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 14 years ago
- fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 14 years ago
- 0aa6c3e Tab -> spaces by bsalomon@google.com · 14 years ago
- 185d3d0 add SkScalarIsInt() by reed@google.com · 14 years ago
- a571c99 don't require a ptr unless size > 0 by reed@google.com · 14 years ago
- 8d90eeb add find() by reed@google.com · 14 years ago
- 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
- acd471f updated pipe by reed@google.com · 14 years ago
- 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 14 years ago
- 7894b92 code style by reed@google.com · 14 years ago
- 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 14 years ago
- 3b521d0 update dox code style by reed@google.com · 14 years ago
- e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 14 years ago
- e8f754a update dox by mike@reedtribe.org · 14 years ago
- 4b33d28 New 'skdiff' tool to compare two directories full of files, write diff images by tomhudson@google.com · 14 years ago
- 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
- f316634 http://codereview.appspot.com/4436057/ by reed@google.com · 14 years ago
- c009111 http://codereview.appspot.com/4438070/ by reed@google.com · 14 years ago
- 5b3d534 add helper available() by reed@google.com · 14 years ago
- ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
- 1a32d4a add SK_API by reed@google.com · 14 years ago
- 7394565 devolve flattening parameters to their base classes by reed@google.com · 14 years ago
- 4135f28 code style by mike@reedtribe.org · 14 years ago
- 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 14 years ago
- 13659f1 handle overflow by reed@google.com · 14 years ago
- 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 14 years ago
- 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 14 years ago
- 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
- f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
- 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
- 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
- 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
- 586f48c by bsalomon@google.com · 14 years ago
- c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
- 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
- 24fb8e2 mark viewport APIs as deprecated by reed@google.com · 14 years ago
- ad91799 code style by reed@google.com · 14 years ago
- 4e1d3ac code style by mike@reedtribe.org · 14 years ago
- 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
- bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago