| Commit message (Expand) | Author | Age |
... | |
* | Make SkMath.h less visible in public header files. | tomhudson@google.com | 2011-09-27 |
* | experimental | reed@google.com | 2011-09-23 |
* | add segment types query to SkPath (i.e. does it have any quads) | reed@google.com | 2011-09-21 |
* | Resubmit 2289 with fix for glsl version | bsalomon@google.com | 2011-09-20 |
* | Revert 2289. GLSL version detection not robust enough. May think we don't hav... | bsalomon@google.com | 2011-09-20 |
* | [GPU] Use new Var type for inputs/outputs of FS and VS | bsalomon@google.com | 2011-09-20 |
* | Update SkCoInitialize to better match spec. | bungeman@google.com | 2011-09-16 |
* | make string's reference counting thread-safe | reed@google.com | 2011-09-14 |
* | Fix compilation error related to using nonexistent sk_malloc instead of sk_ma... | bsalomon@google.com | 2011-09-14 |
* | GrTArray->SkTArray & docs | bsalomon@google.com | 2011-09-14 |
* | Shutup strict aliasing warnings in SkTLazy | bsalomon@google.com | 2011-09-14 |
* | add override for max-text-size for lcd | reed@google.com | 2011-09-13 |
* | Fix some issues in gpu device with perspective. Add a gm that would have caug... | bsalomon@google.com | 2011-09-13 |
* | Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't | tomhudson@google.com | 2011-09-13 |
* | Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use | tomhudson@google.com | 2011-09-13 |
* | write 0 to our refcnt in the destructor, in the off-chance of it helping us | reed@google.com | 2011-09-12 |
* | Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), | tomhudson@google.com | 2011-09-12 |
* | Add perspective support to the gpu aa hairline renderer. | bsalomon@google.com | 2011-09-12 |
* | [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat... | bsalomon@google.com | 2011-09-09 |
* | Improve gpu path subdiv with perspective, remove tolerance scale, fix comment | bsalomon@google.com | 2011-09-07 |
* | use templated skipT() for skipping structs within a reader | reed@google.com | 2011-09-07 |
* | add SkPoint::CanNormalize to unify decisions about when a vector is degenerate | reed@google.com | 2011-09-07 |
* | add drawBitmapNine to canvas | reed@google.com | 2011-09-07 |
* | add detach back to SkAutoMalloc | bsalomon@google.com | 2011-09-06 |
* | add optional SK_OVERRIDE_GLOBAL_NEW for testing | reed@google.com | 2011-09-06 |
* | Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u... | bsalomon@google.com | 2011-09-02 |
* | Remove comment related to removed function. | bsalomon@google.com | 2011-09-01 |
* | Fix some warnings when including some Skia headers in Chromium code under VS2... | bsalomon@google.com | 2011-09-01 |
* | rename getBounds to getGlobalBounds, since it now takes the device's origin | reed@google.com | 2011-08-30 |
* | Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). | tomhudson@google.com | 2011-08-30 |
* | Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov... | yangsu@google.com | 2011-08-30 |
* | rolling back the experimental rollbacks in r2178-2179 | epoger@google.com | 2011-08-26 |
* | rolling tree back to its state as of r2169 to see if that fixes Windows build... | epoger@google.com | 2011-08-26 |
* | Export SkPDFDevice::setDrawingArea as SK_API. | twiz@google.com | 2011-08-25 |
* | move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, | reed@google.com | 2011-08-24 |
* | respect subpixel positioning | reed@google.com | 2011-08-23 |
* | Core skia changes to prepare for Gr AA Hairline renderer | bsalomon@google.com | 2011-08-23 |
* | Gpu can draw underlined text. | bungeman@google.com | 2011-08-22 |
* | No effect cleanup in pdf code. | ctguil@chromium.org | 2011-08-20 |
* | Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t... | bsalomon@google.com | 2011-08-19 |
* | [PDF] Subset font advance data (W array). | vandebo@chromium.org | 2011-08-18 |
* | Revert "Improve generation of glyph advance array." This reverts commit r2126 | vandebo@chromium.org | 2011-08-16 |
* | Improve generation of glyph advance array. | vandebo@chromium.org | 2011-08-16 |
* | Remove unneeded sk/gr conversion code | bsalomon@google.com | 2011-08-16 |
* | Mark setMatrixClip as public only for VectorPlatformDeviceSkia. | vandebo@chromium.org | 2011-08-16 |
* | Fix header build breakage caused by moving GrGpu.h to src dir | bsalomon@google.com | 2011-08-16 |
* | Address lint issues in pdf directories. | ctguil@chromium.org | 2011-08-15 |
* | Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. | vandebo@chromium.org | 2011-08-15 |
* | Make SkIStream closer to spec, to work with more consumers. | bungeman@google.com | 2011-08-13 |
* | move setOrigin to protected, as a stop-gap fix for proxy devices. will revert | reed@google.com | 2011-08-12 |