aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add test for poly2polyGravatar reed@google.com2011-02-17
* need to apply the prepathmatrix (or perhaps push it on our mv stack)Gravatar reed@google.com2011-02-16
* add new test for blursGravatar 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
* Batch consecutive draw rects.Gravatar bsalomon@google.com2011-02-16
* add initial linux baseline images for gm (still need gpu backend)Gravatar reed@google.com2011-02-16
* add textGravatar reed@google.com2011-02-16
* fix compile error for linuxGravatar reed@google.com2011-02-15
* add no-check version of SkPackARGB32, for callers that want to deliberatelyGravatar 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 param order in setVertexSourceToBuffer calls due to r786 when GR_STATIC_R...Gravatar bsalomon@google.com2011-02-14
* fix compile-error, mismatch between fontID and idGravatar reed@google.com2011-02-14
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* safeUnref() -> SkSafeUnref()Gravatar bsalomon@google.com2011-02-13
* Remove debugging printf that was accidentally left in 783.Gravatar bsalomon@google.com2011-02-11
* git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...Gravatar bsalomon@google.com2011-02-11
* Use real glyph IDs in the win fonthost to better support pdf.Gravatar vandebo@chromium.org2011-02-10
* add 'c' command, which toggles a semi-complex clip (the pink is what has beenGravatar reed@google.com2011-02-10
* update to work correctly for scalar == fixed or floatGravatar reed@android.com2011-02-09
* 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
* safeunref method to SkSafeUnref.Gravatar bsalomon@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
* update dox for readPixels()Gravatar reed@google.com2011-02-07
* check for SK_BUILD_FOR_BREWGravatar reed@google.com2011-02-07
* 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
* hide divide-by-zero from the compiler, to avoid the warningGravatar reed@google.com2011-02-07
* Add unit test for SkRect::hasValidCoordinates().Gravatar wjmaclean@chromium.org2011-02-07
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* rebase gpu images (based on mac-desktop gpu)Gravatar reed@google.com2011-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
* fix warning about size_t >= 0 (which must always be true)Gravatar reed@google.com2011-02-07
* [PDF] Improve PDF support in gm.Gravatar vandebo@chromium.org2011-02-03
* 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
* change forward decl of SkMatrix from struct (wrong) to class (correct)Gravatar reed@android.com2011-02-03
* Make aggressive shader opts an option in GrUserConfig.h. Currently just contr...Gravatar bsalomon@google.com2011-02-02
* Make enabling static rect VB configurable by user config file.Gravatar bsalomon@google.com2011-02-02
* 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