aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Add support for SkImageRef_ashmem.Gravatar djsollen@google.com2012-11-19
* use SkPath::isNestedRects() to apply blurred nine-patchGravatar reed@google.com2012-11-19
* Protect against unref/ref of stencil buffer.Gravatar bsalomon@google.com2012-11-19
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* Revert r6469, "Turn on separable blur."Gravatar senorblanco@chromium.org2012-11-17
* In SkBitmapHeap, defer adding owners for new bitmaps.Gravatar scroggo@google.com2012-11-16
* Turn on separable blur.Gravatar senorblanco@chromium.org2012-11-16
* Extract transform_scanline_XXXX functions into transform_scanline.h for code-...Gravatar epoger@google.com2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Separable blur: subpixel blurring. We approximate intermediate values of bl...Gravatar senorblanco@chromium.org2012-11-16
* use correct blend proc instead of fourbyteinterp, since the src may not be op...Gravatar reed@google.com2012-11-16
* fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go fasterGravatar reed@google.com2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Reorder the separable blur passes into XXX/YYY, with an image transpose on th...Gravatar senorblanco@chromium.org2012-11-15
* remove (unused) debugging globalGravatar reed@google.com2012-11-15
* remove unused (and undefined) SkColorSpace parameter.Gravatar mike@reedtribe.org2012-11-15
* silence excessive printf noise from SkScalerContext_FreeType::generateMetrics...Gravatar mike@reedtribe.org2012-11-15
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-14
* Add a conservativelyContainsRect function to SkPath.Gravatar bsalomon@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-13
* Build fix. Unreviewed.Gravatar senorblanco@chromium.org2012-11-13
* Allow SkPicture-derived classes install their own SkPicturePlayback-derived o...Gravatar robertphillips@google.com2012-11-13
* A new implementation of mask blurs, using separable X/Y passes. Disabled for...Gravatar senorblanco@chromium.org2012-11-13
* Add support for SK_MSCALAR_IS_FLOATGravatar vollick@chromium.org2012-11-13
* Added profiling stubs to SkPicturePlaybackGravatar robertphillips@google.com2012-11-13
* Make SkPath cache the result of cheapComputeDirection.Gravatar bsalomon@google.com2012-11-13
* 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
* 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
* When looking for the head table directory entry, compare against the current ...Gravatar bungeman@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
* 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
* 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
* 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
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Unit testing for SkTileGridGravatar junov@chromium.org2012-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