aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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 clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormatGravatar reed@google.com2011-02-18
* Set fLastGlyphID in SkFontHost::GetAdvancedTypefaceMetrics for windows.Gravatar ctguil@chromium.org2011-02-17
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* need to apply the prepathmatrix (or perhaps push it on our mv stack)Gravatar reed@google.com2011-02-16
* upload generated mask for maskfilter to gpu (does not work with complex-paint...Gravatar reed@google.com2011-02-16
* first steps for supporting maskfilters (disabled right now)Gravatar reed@google.com2011-02-16
* fix compile error for linuxGravatar reed@google.com2011-02-15
* Fix file modes.Gravatar vandebo@chromium.org2011-02-14
* Provide windows font host implementation needed to support TrueType text in p...Gravatar vandebo@chromium.org2011-02-14
* fix compile-error, mismatch between fontID and idGravatar reed@google.com2011-02-14
* Use real glyph IDs in the win fonthost to better support pdf.Gravatar vandebo@chromium.org2011-02-10
* Remove extra stub definition of GetAdvancedTypefaceMetrics.Gravatar vandebo@chromium.org2011-02-09
* reformatting to match coding style -- no logic changesGravatar reed@google.com2011-02-08
* reformat for coding style, no logic changesGravatar reed@google.com2011-02-08
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* [PDF] Change SkPDFFormXObject to not hold a reference to device.Gravatar vandebo@chromium.org2011-02-08
* addGravatar reed@google.com2011-02-07
* addGravatar reed@google.com2011-02-07
* clear the convex-hint in reset() and rewind(), to match its state in a newlyGravatar reed@google.com2011-02-07
* add rlepixelref file to make, to keep it from bit-rotGravatar reed@google.com2011-02-07
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* When we create the GL context and FBO on mac for the GM test also setup the v...Gravatar bsalomon@google.com2011-02-07
* Improve usability of SkAdvancedTypefaceMetrics for non PDF cases.Gravatar vandebo@chromium.org2011-02-03
* [PDF] Start from an identity transform for drawDevice.Gravatar vandebo@chromium.org2011-02-03
* Fix warnings on linux build (strict aliasing, cons init order, vars used only...Gravatar bsalomon@google.com2011-02-03
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01
* [PDF] Clean up ref counting.Gravatar vandebo@chromium.org2011-02-01
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* [PDF] Fix bugs preventing gm from running with PDF support.Gravatar vandebo@chromium.org2011-02-01
* [PDF] Support image alpha channel plus a couple small fixes.Gravatar vandebo@chromium.org2011-01-31
* [PDF] Honor srcRect in drawBitmap.Gravatar vandebo@chromium.org2011-01-29
* [PDF] Add replacement implementations for functions missing in older freetype...Gravatar vandebo@chromium.org2011-01-28
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* conditionalize impl on SK_SUPPORT_PDF, to help chrome buildGravatar reed@google.com2011-01-26
* Fix windows build.Gravatar vandebo@chromium.org2011-01-26
* remove debugging code around gUseExtGravatar reed@google.com2011-01-26
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25