aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix clang warning in GMSampleView.hGravatar tfarina@chromium.org2012-11-20
* add restore() to SkAutoCanvasRestoreGravatar reed@google.com2012-11-20
* shape ops work in progressGravatar caryclark@google.com2012-11-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* Reverting r6489 to fix compiler error in ChromeGravatar robertphillips@google.com2012-11-20
* skip very large rects (for now) until we can pre-clip them to avoid floatingGravatar reed@google.com2012-11-19
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* Breakdown profile time by command type in the overview paneGravatar robertphillips@google.com2012-11-19
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Add missing SK_API define.Gravatar tfarina@chromium.org2012-11-19
* Add support for SkImageRef_ashmem.Gravatar djsollen@google.com2012-11-19
* Added Reload iconGravatar robertphillips@google.com2012-11-19
* Add original resources back and update code to matchGravatar robertphillips@google.com2012-11-19
* use SkPath::isNestedRects() to apply blurred nine-patchGravatar reed@google.com2012-11-19
* Fix a memory leak in skdiff that happens when theGravatar scroggo@google.com2012-11-19
* 3 minor fixes for debuggerGravatar robertphillips@google.com2012-11-19
* modify gm to have a non-uniform donut for testingGravatar 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-17
* Whitespace change to trigger rebuild after network hiccupGravatar borenet@google.com2012-11-16
* In SkBitmapHeap, defer adding owners for new bitmaps.Gravatar scroggo@google.com2012-11-16
* shape ops work in progressGravatar caryclark@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
* flag the GM if we're in deferred-canvas mode, to work-around bug trying toGravatar reed@google.com2012-11-16
* fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go fasterGravatar reed@google.com2012-11-16
* shape op work in progressGravatar caryclark@google.com2012-11-16
* use #if SK_SUPPORT_GPU to guard references to gpudeviceGravatar mike@reedtribe.org2012-11-16
* use gpu surface to match canvasGravatar mike@reedtribe.org2012-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
* need this for prev. clGravatar reed@google.com2012-11-15
* add bench for srcmodeGravatar reed@google.com2012-11-15
* use DEF_BENCH() macro to clean up factory registrations -- no other changeGravatar reed@google.com2012-11-15
* draw offscreen so we can see the alpha-channel we are writingGravatar reed@google.com2012-11-15
* Fix debugger crash when SK_PICTURE_PROFILING_STUBS isn't definedGravatar robertphillips@google.com2012-11-15
* whitespaceGravatar epoger@google.com2012-11-15
* update srcmode GM to include aa/bw and gradientsGravatar reed@google.com2012-11-15
* Add profiling to debuggerGravatar robertphillips@google.com2012-11-15
* add gm for srcmode (and clearmode) in prep for optimization workGravatar reed@google.com2012-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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-15
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14