| Commit message (Expand) | Author | Age |
... | |
* | remove unused SkFixed and SkFract functions | reed@google.com | 2013-12-19 |
* | Revert r12758 (Updated GLintptr and GLsizeiptr to be the appropriate types on... | robertphillips@google.com | 2013-12-18 |
* | Remove SkBitmapAlphaThresholdShader | commit-bot@chromium.org | 2013-12-18 |
* | Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows... | commit-bot@chromium.org | 2013-12-18 |
* | Android now uses Harfbuzz-NG. No need to keep code specific to the old versio... | commit-bot@chromium.org | 2013-12-18 |
* | Revert of https://codereview.chromium.org/93703004/ | commit-bot@chromium.org | 2013-12-18 |
* | Add Options to SkDecodingImageGenerator, simplify API. | halcanary@google.com | 2013-12-18 |
* | Update bench pictures to time image decode & upload costs | robertphillips@google.com | 2013-12-18 |
* | replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) | reed@google.com | 2013-12-18 |
* | Split atomic and mutex implementations and make inlinable. | bungeman@google.com | 2013-12-18 |
* | move SkScalarMean into its only caller, reducing out public API exposure | reed@google.com | 2013-12-18 |
* | move SkScalarLog2 into its only client, in a move to reduce our public API su... | reed@google.com | 2013-12-18 |
* | Fixed more fuzzer issues | commit-bot@chromium.org | 2013-12-17 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Revert r12694 (Updated GLintptr and GLsizeiptr to be the appropriate types on... | robertphillips@google.com | 2013-12-17 |
* | The register keyword is deprecated in C++, even at -O0, registers are used au... | commit-bot@chromium.org | 2013-12-16 |
* | Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows | commit-bot@chromium.org | 2013-12-16 |
* | Supports the cap height for FreeType even when TT OS2 version is 1. | bungeman@google.com | 2013-12-16 |
* | remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA... | reed@google.com | 2013-12-16 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-16 |
* | remove SkScalarCompare type and header | reed@google.com | 2013-12-13 |
* | bump picture format to 17 to go with PixelRef Info CL | reed@google.com | 2013-12-13 |
* | Update all callsites to use info for pixelrefs | reed@google.com | 2013-12-13 |
* | Improved SkPathRef interface security | robertphillips@google.com | 2013-12-13 |
* | Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ... | robertphillips@google.com | 2013-12-13 |
* | Remvoe duplicate impl for SkImageInfo flattening | reed@google.com | 2013-12-13 |
* | Revert "Revert of https://codereview.chromium.org/112783004/" | reed@google.com | 2013-12-13 |
* | Implement an SkPicture image filter source. This is required for the external... | senorblanco@chromium.org | 2013-12-12 |
* | Move segment mask from SkPath to SkPathRef | robertphillips@google.com | 2013-12-12 |
* | Revert "Implement an SkPicture image filter source. This is required for the ... | senorblanco@chromium.org | 2013-12-12 |
* | Implement an SkPicture image filter source. This is required for the external... | senorblanco@chromium.org | 2013-12-12 |
* | Revert of https://codereview.chromium.org/112783004/ | commit-bot@chromium.org | 2013-12-12 |
* | ensure that we call onUnlock only when we onLock succeeded | reed@google.com | 2013-12-12 |
* | Initialize SkPixelRef::fInfo. | scroggo@google.com | 2013-12-12 |
* | Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu... | robertphillips@google.com | 2013-12-12 |
* | Make leak counters thread-safe and turn them on by default for Debug | commit-bot@chromium.org | 2013-12-12 |
* | Revert "remvoe duplicate impl for SkImageInfo flattening" | reed@google.com | 2013-12-11 |
* | Revert "Revert of https://codereview.chromium.org/108773003/" | reed@google.com | 2013-12-11 |
* | Revert of https://codereview.chromium.org/108773003/ | commit-bot@chromium.org | 2013-12-11 |
* | remvoe duplicate impl for SkImageInfo flattening | reed@google.com | 2013-12-11 |
* | Revert "PixelRef now returns (nearly) everything that is currently in SkBitma... | reed@google.com | 2013-12-11 |
* | PixelRef now returns (nearly) everything that is currently in SkBitmap. The g... | reed@google.com | 2013-12-11 |
* | Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef | halcanary@google.com | 2013-12-10 |
* | Support MSAA4 and (non-ES) OpenGL in Android SampleApp | commit-bot@chromium.org | 2013-12-10 |
* | Revert "[PDF] Fix font embedding restrictions." | vandebo@chromium.org | 2013-12-10 |
* | [PDF] Fix font embedding restrictions. | commit-bot@chromium.org | 2013-12-10 |
* | Make GrBicubicEffect take tile modes rather than GrTextureParams. | commit-bot@chromium.org | 2013-12-10 |
* | make info real in SkPixelRef, and add bitmap::asImageInfo | reed@google.com | 2013-12-09 |
* | Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as... | commit-bot@chromium.org | 2013-12-09 |