aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Commented SSE blend functions and cleaned-up variable naming.Gravatar commit-bot@chromium.org2013-07-02
* impl charsToGlyphs for freetypeGravatar reed@google.com2013-07-02
* Fix for Ovals/RRects on N4 missing interior rectangles.Gravatar jvanverth@google.com2013-07-02
* use else instead of else-if -- fixes 'possibly unused' warningGravatar reed@google.com2013-07-02
* add charsToGlyphs to SkTypefaceGravatar reed@google.com2013-07-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-02
* Merge remote-tracking branch 'refs/remotes/git-svn'Gravatar dierk@google.com2013-07-01
* Merge remote-tracking branch 'refs/remotes/git-svn'Gravatar dierk@google.com2013-07-01
* Fixed PathUtils.cpp:90Gravatar dierk@google.com2013-07-01
* Fixed the bugs that crashed the build botsGravatar dierk@google.com2013-07-01
* Adding my Bitmap2Path sample for 1on1 meeting.Gravatar commit-bot@chromium.org2013-07-01
* Add a newline to the error message from JPEG.Gravatar scroggo@google.com2013-07-01
* Partial revert of r9812 & put rest of r9812 behind a compile flagGravatar robertphillips@google.com2013-07-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-29
* Temporary change to keep chrome happy.Gravatar scroggo@google.com2013-06-28
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* use width() instead of fWidth to get int valueGravatar reed@google.com2013-06-28
* add bitmap::eraseAreaGravatar reed@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* GPU "fix" for thin stroked rectsGravatar robertphillips@google.com2013-06-28
* Make implicit cast explicit to fix r9807 on gcc.Gravatar bungeman@google.com2013-06-28
* Minimal changes for SampleApp to eb HiDPI aware on Mac.Gravatar bungeman@google.com2013-06-28
* revert 9802 breacking tests on some configsGravatar edisonn@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* Clang has stricter checking for conversion to a null pointer. In C++11 mode,...Gravatar commit-bot@chromium.org2013-06-28
* Remove SK_DEBUG_PATH_REFGravatar commit-bot@chromium.org2013-06-27
* Fix for crbug/253460 (generatePath crashing on Windows).Gravatar bungeman@google.com2013-06-26
* Remove SK_IGNORE_MAC_TEXT_BOUNDS_FIX workaround.Gravatar commit-bot@chromium.org2013-06-26
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor.Gravatar bungeman@google.com2013-06-26
* remove RLE config from debugger tooGravatar edisonn@google.com2013-06-26
* fix build break, remove "RLE" from gConfigNames tooGravatar edisonn@google.com2013-06-26
* remove kRLE_Index8_Config from SkBitmapGravatar reed@google.com2013-06-26
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-26
* Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbu...Gravatar reed@google.com2013-06-26
* avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368Gravatar reed@google.com2013-06-25
* move kConfigCount out of Config enum, so we don't pullute type-checkingGravatar reed@google.com2013-06-25
* dump strokeWidth in SkDumpCanvasGravatar reed@google.com2013-06-25
* Ensure we use the current locale when looking up fallback fonts per characterGravatar djsollen@google.com2013-06-25
* Revert r9724 (add rect-output parameter to isRect) to allow the DEPS rollGravatar robertphillips@google.com2013-06-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-22
* restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied ...Gravatar reed@google.com2013-06-21
* remove dead AutoValidatorGravatar reed@google.com2013-06-21
* remove dead references to PlatformProcs4444Gravatar reed@google.com2013-06-21
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* add rect-output parameter to isRect, allowing us to return the correct bounds...Gravatar reed@google.com2013-06-21
* SkDebugCanvas: remove unused <iostream> include.Gravatar commit-bot@chromium.org2013-06-21
* SkPath::rewind needs to have same reset as SkPath::reset.Gravatar bungeman@google.com2013-06-21
* Add maxCharWidth and a compile flag to use old metrics (needed by Blink).Gravatar bungeman@google.com2013-06-21
* Fixed invalid cast on mingw.Gravatar bungeman@google.com2013-06-20