aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on someGravatar reed@google.com2011-03-03
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* Our region blitter (invoked by region::setPath()) must have its scanlinesGravatar reed@google.com2011-03-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add setXYWH to rectsGravatar reed@google.com2011-03-03
* Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlineGravatar reed@google.com2011-03-02
* Sample that exercises complex clipping variations.Gravatar bsalomon@google.com2011-03-02
* #ifdef protect win specific code (e.g. LOGFONT)Gravatar reed@google.com2011-03-02
* check that alloc() succeeded before calling the scaler's getImage()Gravatar reed@google.com2011-03-01
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* remove obsolete generateLineHeightGravatar reed@google.com2011-03-01
* fix float->int warningGravatar reed@google.com2011-03-01
* fix warnings from windowsGravatar reed@google.com2011-03-01
* Add uniscribe library to windows release configuration.Gravatar ctguil@chromium.org2011-03-01
* use sprintf to generate float->string for SkString routines, removing theGravatar reed@google.com2011-02-28
* export SkCreateTypefaceFromLOGFONTGravatar reed@google.com2011-02-28
* [PDF] Fix broken encoding conversion code for non-multibyte fonts.Gravatar vandebo@chromium.org2011-02-28
* Remove SkRefCnt.cpp from windows build.Gravatar ctguil@chromium.org2011-02-25
* remove SkRefCnt.cppGravatar reed@google.com2011-02-25
* Fix double delete of vb pool and missing delete of ib poolGravatar bsalomon@google.com2011-02-25
* add simple test for SkBitmap::getColor()Gravatar reed@google.com2011-02-25
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* Stop using deprecated APIs. Fix by twiz.Gravatar reed@google.com2011-02-25
* [PDF] Remove one copy of each content stream.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Change the way flip origin is done.Gravatar vandebo@chromium.org2011-02-24
* Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Bug fix - missing last odd column in 4444 bitmaps.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.Gravatar vandebo@chromium.org2011-02-24
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* Guard globalRef() virtual with #ifdef ANDROID, as these are not implementedGravatar reed@google.com2011-02-24
* add isFixedWidth() to expose the newly added attributeGravatar reed@google.com2011-02-24
* Upstreaming code from android repository.Gravatar djsollen@google.com2011-02-24
* disable assert on validateClip in default build for nowGravatar reed@google.com2011-02-24
* Add asAGradient shader extraction API.Gravatar vandebo@chromium.org2011-02-24
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* set the rgn to empty if the clipstack says empty (in our validate routine)Gravatar reed@google.com2011-02-23
* add/update images for linuxGravatar reed@google.com2011-02-23
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* refactor to use a shared function (clipPathHelper) betweenGravatar reed@google.com2011-02-23
* Support unicode to glyph id conversion in windows for non-BMP characters.Gravatar ctguil@chromium.org2011-02-23
* update to add isFixedWidth attribute to typefacesGravatar reed@google.com2011-02-23
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23
* Cleanup issues related to SkBitmap getSize()/extractSubset().Gravatar wjmaclean@chromium.org2011-02-22
* Add new files to VC2010 projGravatar bsalomon@google.com2011-02-22
* Fix warnings about struct being forward declared as a classGravatar bsalomon@google.com2011-02-22
* Fix line endings in Gr files and set svn eol style to LFGravatar bsalomon@google.com2011-02-22
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* move old (unmaintained) gl backend out of src. src/gpu superceeds this now.Gravatar reed@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22