aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* need these for the forceaa changeGravatar reed@google.com2011-09-30
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* experimentalGravatar reed@google.com2011-09-23
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* Resubmit 2289 with fix for glsl versionGravatar bsalomon@google.com2011-09-20
* Revert 2289. GLSL version detection not robust enough. May think we don't hav...Gravatar bsalomon@google.com2011-09-20
* [GPU] Use new Var type for inputs/outputs of FS and VSGravatar bsalomon@google.com2011-09-20
* make string's reference counting thread-safeGravatar reed@google.com2011-09-14
* Fix compilation error related to using nonexistent sk_malloc instead of sk_ma...Gravatar bsalomon@google.com2011-09-14
* GrTArray->SkTArray & docsGravatar bsalomon@google.com2011-09-14
* Shutup strict aliasing warnings in SkTLazyGravatar bsalomon@google.com2011-09-14
* Fix some issues in gpu device with perspective. Add a gm that would have caug...Gravatar bsalomon@google.com2011-09-13
* Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don'tGravatar tomhudson@google.com2011-09-13
* Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy useGravatar tomhudson@google.com2011-09-13
* write 0 to our refcnt in the destructor, in the off-chance of it helping usGravatar reed@google.com2011-09-12
* Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),Gravatar tomhudson@google.com2011-09-12
* Add perspective support to the gpu aa hairline renderer.Gravatar bsalomon@google.com2011-09-12
* [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...Gravatar bsalomon@google.com2011-09-09
* Improve gpu path subdiv with perspective, remove tolerance scale, fix commentGravatar bsalomon@google.com2011-09-07
* use templated skipT() for skipping structs within a readerGravatar reed@google.com2011-09-07
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* add detach back to SkAutoMallocGravatar bsalomon@google.com2011-09-06
* add optional SK_OVERRIDE_GLOBAL_NEW for testingGravatar reed@google.com2011-09-06
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* Fix some warnings when including some Skia headers in Chromium code under VS2...Gravatar bsalomon@google.com2011-09-01
* rename getBounds to getGlobalBounds, since it now takes the device's originGravatar reed@google.com2011-08-30
* Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().Gravatar tomhudson@google.com2011-08-30
* move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline,Gravatar reed@google.com2011-08-24
* respect subpixel positioningGravatar reed@google.com2011-08-23
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* Gpu can draw underlined text.Gravatar bungeman@google.com2011-08-22
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* move setOrigin to protected, as a stop-gap fix for proxy devices. will revertGravatar reed@google.com2011-08-12
* re-get the function-ptr when we unflatten a ProcCoeffXfermodeGravatar reed@google.com2011-08-09
* Fix some ref leaksGravatar bsalomon@google.com2011-08-09
* Protect much of SkDevice and clarify usage of drawDevice.Gravatar bungeman@google.com2011-08-08
* add api for scalers to force us to use skia to generate their bits from theirGravatar reed@google.com2011-08-05
* add roundOut()Gravatar reed@google.com2011-08-01
* deprecate SkScalarFloor, SkScalarCeil, SkScalarRoundGravatar reed@google.com2011-08-01
* update dox for LCD textGravatar reed@google.com2011-08-01
* Include <new> required for placement new in SkTLazy.Gravatar bungeman@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Documentation only: add warning to SkCanvas::writePixels() that this operationGravatar epoger@google.com2011-07-25
* remove forward declaration and reference to extinct SkDeviceFactoryGravatar reed@google.com2011-07-21