- be879bc Mark SkDrawPictureCallback with SK_API, so that it can be derived from by SK_API classes by commit-bot@chromium.org · 12 years ago
- 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 12 years ago
- be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 12 years ago
- 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 12 years ago
- 25b3bd5 add kBicubicFilterBitmap_Flag to paint, just for testing purposes. by reed@google.com · 12 years ago
- 9eb6645 Add return param to SkAutoSMalloc::reset() that indicates whether the allocation changed or not. by bsalomon@google.com · 12 years ago
- 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 12 years ago
- b83cb9b add SkLerpXfermode by reed@google.com · 12 years ago
- edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 12 years ago
- 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 12 years ago
- bfae9d3 Add a fontConfig interface for android. by djsollen@google.com · 12 years ago
- 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 12 years ago
- f02fe3d support SkCanvas as a real lua object by mike@reedtribe.org · 12 years ago
- 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 12 years ago
- 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 12 years ago
- 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 12 years ago
- 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 12 years ago
- 9401dee Make the use of fallback fonts in Android a runtime decision. by djsollen@google.com · 12 years ago
- 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- dff7e11 add SkLuaCanvas by reed@google.com · 12 years ago
- f98118e Provide a function to print the name of a Format. by scroggo@google.com · 12 years ago
- 5da3f22 Fix includes in SkLayerDrawLooper.h. It was previously not possible to by commit-bot@chromium.org · 12 years ago
- afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 12 years ago
- c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
- 3f4ea26 Check for NULL texture in GrAutoScratchTexture::detach() by commit-bot@chromium.org · 12 years ago
- 94b284d Remove GrPathCmd by bsalomon@google.com · 12 years ago
- 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 12 years ago
- 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 12 years ago
- e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 12 years ago
- 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 12 years ago
- 4a8084c Revert r9081 by epoger@google.com · 12 years ago
- 3a8d3d0 add SkString::append(const char c) by epoger@google.com · 12 years ago
- 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
- d028056 add SK_API by reed@google.com · 12 years ago
- 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 24bd210 add (untested) tangent calc for conics by reed@google.com · 12 years ago
- 3b34505 add block comment describing sync nature of SkStream by reed@google.com · 12 years ago
- b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 12 years ago
- 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 12 years ago
- c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 12 years ago
- 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 12 years ago
- e4faa14 Remove unused complex script support from android builds by commit-bot@chromium.org · 12 years ago
- 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 12 years ago
- b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 12 years ago
- 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 00142c4 Fix GL extension printing on core profiles. by bsalomon@google.com · 12 years ago
- 5bdfb33 Detect color masks, and divert to draw-sprite instead of maskblitters. by reed@google.com · 12 years ago
- 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 12 years ago
- b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 12 years ago
- 4bbc524 TTC support for DirectWrite. https://codereview.chromium.org/14600009/ by bungeman@google.com · 12 years ago
- 37d883d Disable AA for ovals and roundrects if MSAA is enabled. by commit-bot@chromium.org · 12 years ago
- da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 12 years ago
- 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
- 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 12 years ago
- 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
- af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 12 years ago
- a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 12 years ago
- 5c341d1 reenable __builtin_clz for GNUC (and clang), recognizing that it is undefined for a zero argument, by reed@google.com · 12 years ago
- de58012 temp work-around for mysterious failure of shadertext2 when using __builtin_clz by reed@google.com · 12 years ago
- 7729534d reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker) by reed@google.com · 12 years ago
- 44d37d9 revert 8897 -- broke clang build by reed@google.com · 12 years ago
- c267b4b use intrinsics on more platforms for SkCLZ by reed@google.com · 12 years ago
- 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 12 years ago
- 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 66560ca path ops -- handle non-finite numbers by caryclark@google.com · 12 years ago
- 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 12 years ago
- 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 12 years ago
- 6ef912a Reduce calls to SkMatrix::reset from GrDrawState by robertphillips@google.com · 12 years ago
- f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 12 years ago
- 384f5e2 Adding missing SK_API identifier to class so that it's accessible in debug blink. by sugoi@google.com · 12 years ago
- 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
- 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 12 years ago
- 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
- d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
- 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
- d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
- d42f758 add block comment for using SkChecksum by reed@google.com · 12 years ago
- 3b97af5 path ops -- use standard max, min, double-is-nan by caryclark@google.com · 12 years ago
- e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 12 years ago
- f55061f check-point for linux fontmgr impl by reed@google.com · 12 years ago
- 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 12 years ago
- aa2c2ff Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac. by commit-bot@chromium.org · 12 years ago
- 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
- c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
- cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 12 years ago
- 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
- 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 12 years ago
- 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 12 years ago
- 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
- 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
- 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 12 years ago
- 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
- 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 12 years ago
- 4c6adf9 Updates to images project. by scroggo@google.com · 12 years ago
- 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago