aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* Removing files accidently submitted by Skia_Periodic_House_KeepingGravatar rmistry@google.com2012-11-13
* add tests for degenerate serifs to computeDirectionGravatar reed@google.com2012-11-13
* Maintain failedTests list within GMMain objectGravatar epoger@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-13
* Fix Linux link errors for some targets by adding -lX11 to gpu.gyp'sGravatar senorblanco@chromium.org2012-11-12
* add const to src parameter for mapMScalars()Gravatar reed@google.com2012-11-12
* Update debugger GUI to have profile button & list widget to optionally displa...Gravatar robertphillips@google.com2012-11-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-12
* Add a self-test for gm, similar to our self-test for skdiff.Gravatar epoger@google.com2012-11-12
* Update filter tool to handle PNG encoded SkBitmapsGravatar robertphillips@google.com2012-11-12
* Tell CG ImageEncoder that a bitmap is opaque if it is.Gravatar scroggo@google.com2012-11-12
* Revert 6351 due to bugs.Gravatar bsalomon@google.com2012-11-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* shape ops work in progressGravatar caryclark@google.com2012-11-09
* use SKIRect::centerX,YGravatar reed@google.com2012-11-09
* add explicit mapScalars and mapMScalars entry-points, instead of just map()Gravatar reed@google.com2012-11-09
* simplify macros, since we no longer support scalar == fixedGravatar reed@google.com2012-11-09
* add quick-n-dirty test for concat on matrix44Gravatar reed@google.com2012-11-09
* When looking for the head table directory entry, compare against the current ...Gravatar bungeman@google.com2012-11-09
* report max pixel error on failure, rather than the hex of the first mismatche...Gravatar reed@google.com2012-11-09
* add entry-point to SkMaskFilter to fast-path rectangles.Gravatar reed@google.com2012-11-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-09
* Adds a file for revision annotations on dashboard.Gravatar bensong@google.com2012-11-09
* add centerX() and centerY() to SkIRect (because they made me)Gravatar reed@google.com2012-11-08
* use DEF_BENCH to simplify lots of registrationsGravatar reed@google.com2012-11-08
* Fix texture domain clipping assertion. It is OK to have a degenerate domain.Gravatar bsalomon@google.com2012-11-08
* Apply intersect rects to earlier clip elements and skip rects when possible.Gravatar bsalomon@google.com2012-11-08
* Update WIC Image decoder to unpremul colors before saveGravatar robertphillips@google.com2012-11-08
* Update SampleApp to handle PNG encoded skpsGravatar robertphillips@google.com2012-11-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-08
* Fix for Chrome mac_gpu compiler failureGravatar robertphillips@google.com2012-11-08
* Add Git support to the simple rebaseline tool. Do SVN commands only in an sv...Gravatar senorblanco@chromium.org2012-11-07
* check to see if CGImage already knows if we're opaqueGravatar reed@google.com2012-11-07
* Combine multiple intersecting rects in SkClipStack::Iter.Gravatar bsalomon@google.com2012-11-07
* Whitespace change to trigger bots after r6337Gravatar borenet@google.com2012-11-07
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Add a new PictureRenderer that draws the picture then breaks up into tiles.Gravatar scroggo@google.com2012-11-07
* Add an option to render_pictures to rerecord the pictures with PNG encoded bi...Gravatar scroggo@google.com2012-11-07
* Unit testing for SkTileGridGravatar junov@chromium.org2012-11-07
* Add low blur and AAClip options to picture bench.Gravatar caryclark@google.com2012-11-07
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Add temporary interfaces in blur and clip toGravatar caryclark@google.com2012-11-07
* fix SkRegion::intersects(rect) where the part of the rgn that we intersect isGravatar reed@google.com2012-11-07
* Convert clipPaths to clipRects where possible in pictureRecordGravatar robertphillips@google.com2012-11-07
* fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s...Gravatar mike@reedtribe.org2012-11-07
* add SkRegion tests, inspired by http://code.google.com/p/skia/issues/detail?i...Gravatar mike@reedtribe.org2012-11-07
* Decode images during deserialization in the picture debugger.Gravatar scroggo@google.com2012-11-06
* include SkPaint.hGravatar reed@google.com2012-11-06
* add more utilities: roundIn(), offsetTo()Gravatar reed@google.com2012-11-06