aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* 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
* Update SkCoInitialize to better match spec.Gravatar bungeman@google.com2011-09-16
* 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
* add override for max-text-size for lcdGravatar reed@google.com2011-09-13
* 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
* Remove comment related to removed function.Gravatar bsalomon@google.com2011-09-01
* 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
* Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...Gravatar yangsu@google.com2011-08-30
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Export SkPDFDevice::setDrawingArea as SK_API.Gravatar twiz@google.com2011-08-25
* 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
* No effect cleanup in pdf code.Gravatar ctguil@chromium.org2011-08-20
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* [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
* Remove unneeded sk/gr conversion codeGravatar bsalomon@google.com2011-08-16
* Mark setMatrixClip as public only for VectorPlatformDeviceSkia.Gravatar vandebo@chromium.org2011-08-16
* Fix header build breakage caused by moving GrGpu.h to src dirGravatar bsalomon@google.com2011-08-16
* Address lint issues in pdf directories.Gravatar ctguil@chromium.org2011-08-15
* Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia.Gravatar vandebo@chromium.org2011-08-15
* Make SkIStream closer to spec, to work with more consumers.Gravatar bungeman@google.com2011-08-13
* move setOrigin to protected, as a stop-gap fix for proxy devices. will revertGravatar reed@google.com2011-08-12