aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* add tests for SkClipStackGravatar reed@google.com2011-02-22
* add tests for pushing on back as well as frontGravatar reed@google.com2011-02-22
* suppress uninit warning in rb-treeGravatar bsalomon@google.com2011-02-22
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* Add red black treeGravatar bsalomon@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* can't use this in STATIC_ASSERT on windowsGravatar reed@google.com2011-02-18
* use new high-quality blur in samplesGravatar reed@google.com2011-02-18
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* Avoid putting adding vertex buffers to the pool when setting the complex clip.Gravatar bsalomon@google.com2011-02-18
* Make VS2010 project reflect new location of GrGLIRect.hGravatar bsalomon@google.com2011-02-18
* Fix warning about non-local anonymous structGravatar bsalomon@google.com2011-02-18