- 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
- 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
- a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 14 years ago
- 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 14 years ago
- c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
- 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
- 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
- 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
- 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
- f1ec465 add () to fix warning by reed@google.com · 14 years ago
- a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
- dfc5ffe Additional SK_API annotations needed for print preview on windows. by ctguil@chromium.org · 14 years ago
- 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
- e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
- 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
- 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
- 94f6a73 add experimental Relay class by reed@google.com · 14 years ago
- 7ff8d81 add dox for drawPath, describing how to interpret the prePathMatrix. by reed@google.com · 14 years ago
- b123c9d Remove optional impl for SkClampMax that relied on not wrapping, as in fact by reed@google.com · 14 years ago
- 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
- b7d956d add draw sample by mike@reedtribe.org · 14 years ago
- 57463e1 Make SkDeviceFactory part of the API. by vandebo@chromium.org · 14 years ago
- 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 14 years ago
- c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
- 9d07fec update dox for setLooper() update some { } styles by reed@google.com · 14 years ago
- 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
- f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 14 years ago
- 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
- cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
- e31241c undo recent addition of kLCD16_Format to FormatIsLCD() by reed@google.com · 14 years ago
- 8bd4c79 add kLCD16_Format to the list in FormatIsLCD() by reed@google.com · 14 years ago
- f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
- 63a6060 add realloc() to SkAutoSMalloc, plus some documentation by reed@google.com · 14 years ago
- 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
- ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 14 years ago
- 8cad586 add const to SkColorShader's asABitmap by reed@google.com · 14 years ago
- 7c2f27d make asABitmap() const change private cache fields in gradient to be mutable by reed@google.com · 14 years ago
- 6f8f292 add origin to device by reed@google.com · 14 years ago
- 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
- e280f1d bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some by reed@google.com · 14 years ago
- 677cbed Expose explicit functions to stringify float's and fixed's. by vandebo@chromium.org · 14 years ago
- 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
- 1d12b1f add setXYWH to rects new tests for circles by reed@google.com · 14 years ago
- 8072e4f bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that by reed@google.com · 14 years ago
- a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 14 years ago
- 112706d Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. by vandebo@chromium.org · 14 years ago