aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* API modifications needed to upstream Android font changes.Gravatar commit-bot@chromium.org2013-05-13
* Partial revert of r9087Gravatar robertphillips@google.com2013-05-13
* Check for NULL texture in GrAutoScratchTexture::detach()Gravatar commit-bot@chromium.org2013-05-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-11
* Don't call purgeCache() from within GrResource memebers.Gravatar bsalomon@google.com2013-05-10
* [PDF] Only output the Dests dictionary if it isn't epmptyGravatar vandebo@chromium.org2013-05-10
* Fix memory leak in SkTypeface.cppGravatar robertphillips@google.com2013-05-10
* Remove GrPathCmdGravatar bsalomon@google.com2013-05-10
* add wildcard test name matching to gm and bench.Gravatar caryclark@google.com2013-05-10
* Fix memory leak in filter toolGravatar robertphillips@google.com2013-05-10
* Remove duplicated code in SkPictureRecord::drawRRectGravatar junov@chromium.org2013-05-10
* Make gms use getTopDevice() rather than getDevice().Gravatar bsalomon@google.com2013-05-10
* Further defer devRect computation in gpu rect drawingGravatar robertphillips@google.com2013-05-10
* Update shader rect drawing path for r9087 (removal of isIRect "opt")Gravatar robertphillips@google.com2013-05-10
* Remove isIRect "optimization" & defer computation of device Rect in AA rect r...Gravatar robertphillips@google.com2013-05-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-10
* Reverting 9083 & 9084 due to Android failuresGravatar robertphillips@google.com2013-05-09
* fix warning/error of uninitialized lenGravatar reed@google.com2013-05-09
* API modifications needed to upstream Android font changes.Gravatar commit-bot@chromium.org2013-05-09
* Revert r9081Gravatar epoger@google.com2013-05-09
* add SkString::append(const char c)Gravatar epoger@google.com2013-05-09
* Fix for compiler warnings/errors in r9078Gravatar robertphillips@google.com2013-05-09
* Added game-like bench marksGravatar robertphillips@google.com2013-05-09
* GM self-test: add --writePath and --mismatchPath , but in a way that works cr...Gravatar epoger@google.com2013-05-09
* Fix some warnings in SkPath.Gravatar scroggo@google.com2013-05-09
* remove unneeded reference to SkTScopedPtrGravatar commit-bot@chromium.org2013-05-09
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.Gravatar bsalomon@google.com2013-05-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-09
* need to clamp all of the cubic points after a chop, in case our finite precisionGravatar reed@google.com2013-05-08
* Write/compare against expectations in skimage tool.Gravatar scroggo@google.com2013-05-08
* negate FontBox.bottom, since it is negative, but we want it positive (doh)Gravatar reed@google.com2013-05-08
* fix BitmapHasher unittest failure as of r9064Gravatar epoger@google.com2013-05-08
* Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gypGravatar epoger@google.com2013-05-08
* Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inve...Gravatar junov@chromium.org2013-05-08
* remove dead code (SkBitmapSampler)Gravatar reed@google.com2013-05-08
* Revert r9055. Gravatar jvanverth@google.com2013-05-08
* Roll out r9059 to unbreak botsGravatar epoger@google.com2013-05-08
* Remove third-party cityhash, unused since r8992Gravatar epoger@google.com2013-05-08
* we only need one fontmetrics, since the paint (and fontcache) now know explic...Gravatar reed@google.com2013-05-08
* Use more fields from OutlineFontMEtrics: linegap, bbox.Gravatar reed@google.com2013-05-08
* GM self-test: add option to exercise --writePath and --mismatchPath, but not ...Gravatar epoger@google.com2013-05-08
* Better method for rendering AA ellipses.Gravatar commit-bot@chromium.org2013-05-08
* add SK_APIGravatar reed@google.com2013-05-08
* Comment out invalid assert.Gravatar bsalomon@google.com2013-05-08
* Autogen has been reset. Whitespace change to trigger rebuildsGravatar rmistry@google.com2013-05-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-08
* share derivative code with extrema logic, remove some dead code.Gravatar mike@reedtribe.org2013-05-08
* fix impl for conic derivative (tangent)Gravatar mike@reedtribe.org2013-05-08
* add (untested) tangent calc for conicsGravatar reed@google.com2013-05-07