platform/upstream/libSkiaSharp.git
2012-08-09 robertphillips... Added resource domain to GrTextureDesc
2012-08-09 mike@reedtribe.orgprivatize SkEdgeClipper.h
2012-08-09 mike@reedtribe.orgremoved SkPerspIter.h
2012-08-09 mike@reedtribe.orgprivatization of SkPerspIter.h
2012-08-09 mike@reedtribe.orgprivatization -- moving headers out of include into src
2012-08-08 digit@google.comFix the Android build.
2012-08-08 digit@google.comarm: dynamic NEON support for SkBlitRow_opts_arm.cpp
2012-08-08 scroggo@google.comMake SkGPipe use SkBitmapHeap.
2012-08-08 reed@google.comsplit out src file names into core.gypi, with an eye...
2012-08-08 epoger@google.comskdiff: clean up isPathAbsolute check for Windows
2012-08-08 robertphillips... GrCacheID.h must reside in include\gpu due to inclusion...
2012-08-08 robertphillips... Refactored cacheID in preparation for clip mask caching...
2012-08-08 reed@google.comremove until we fix the flake for msaa16
2012-08-07 reed@google.commove SkSqrt32 back into SkMath.h -- was referenced...
2012-08-07 reed@google.com#include "SkMathPriv.h"
2012-08-07 reed@google.comPrivatize SkAutoKern.h
2012-08-07 reed@google.comPrivatization:
2012-08-07 caryclark@google.comshape ops work in progress
2012-08-07 chudy@google.comReplaced all instances of std strings and vectors in...
2012-08-07 djsollen@google.comRefactor Bitmap Storage for SkPicture using SkPipe...
2012-08-07 junov@chromium.orgFixing NoGPU build of bench
2012-08-07 bsalomon@google.comuniquely name FS functions, add lighting effects to...
2012-08-07 robertphillips... Adding storage of SkPath::fIsOval
2012-08-07 keyar@chromium.orgRefactored the bitmap creation into PictureRenderer.
2012-08-07 junov@chromium.orgMoving DeferredDevice and DeferredGPipeController class...
2012-08-07 reed@google.comremove until these stop being flakey
2012-08-07 reed@google.commust include SkPath.h after restructure
2012-08-07 chudy@google.comRefactoring into a public facing facing SkDebugger...
2012-08-07 reed@google.cominclude SkFlatteningBuffer.h after restructure
2012-08-07 reed@google.comadd baselines after test changed
2012-08-07 robertphillips... Fix for r4978 unit test failure. TBR by Brian
2012-08-07 reed@google.comneed to explicitly include SkPath.h after refactoring
2012-08-07 reed@google.comremove as test has changed. Will rebaseline later
2012-08-07 djsollen@google.comUpdate SkFlattenable buffers to be more modular.
2012-08-07 reed@google.comchange SkTextToPathIter to allow continuation even...
2012-08-07 robertphillips... Added SkClipStack portion of new clip mask caching...
2012-08-07 reed@google.commove SkTextToPathIter into private header
2012-08-07 junov@chromium.orgStyle correction: sprinkling "this->" in SkDeferredCanv...
2012-08-07 chudy@google.comQuick mem fix for debug canvas leaking when loading...
2012-08-07 junov@chromium.orgRemoving the SkPicture backend from SkDeferredCanvas...
2012-08-07 borenet@google.comRemove verylargebitmap gm on Android
2012-08-07 junov@chromium.orgAdding API to SkGPipe and SkDeferredCanvas for controll...
2012-08-07 reed@google.comdocument OwnDeviceCanvas
2012-08-07 reed@google.cominitial baselines for very large bitmaps
2012-08-07 reed@google.comadd gm for very large bitmaps (>32K >64K)
2012-08-07 reed@google.comrebaseline after resize
2012-08-07 reed@google.comenable large bitmap drawing by default (still disabled...
2012-08-07 borenet@google.comAdd -logFile option to Bench
2012-08-06 reed@google.comupdate baselines for macpro
2012-08-06 reed@google.commove SkFilterShader into private header
2012-08-06 reed@google.comEven when the pts are restricted to 32K values, we...
2012-08-06 reed@google.comIf we lose precision computing sum of the dash interval...
2012-08-06 digit@google.comrm: Introduce SK_ARM_NEON_WRAP handy wrapper macro.
2012-08-06 reed@google.comadd LF at the end, since this is SO important the chrom...
2012-08-06 caryclark@google.comshape ops work in progress
2012-08-03 reed@google.comtie slow sort (STD) to legacy AA, so that skia can...
2012-08-03 bsalomon@google.comrevert gpu-less mac sample app, remove busted sample...
2012-08-03 bsalomon@google.comEnsure that enums used by GrCustomStage TestCreate...
2012-08-03 bsalomon@google.comAdd .0 on float GLSL literals to fix GLPrograms test...
2012-08-03 bsalomon@google.comAdd morphology, convolution, single texture, texture...
2012-08-03 chudy@google.comMoved the ownership of the current clip and current...
2012-08-03 caryclark@google.comshape ops work in progress
2012-08-03 bsalomon@google.comMove SK_SUPPORT_GPU checks below first #includes in...
2012-08-03 bsalomon@google.comFix includes files missing in release builds from GrCus...
2012-08-03 bsalomon@google.comRegistry-based unit test for custom effects
2012-08-03 reed@google.comfix warngs by casting from float to int64_t
2012-08-03 reed@google.com--picture foo now works if foo is an image (.png, ...
2012-08-03 reed@google.comadd debugging SkFloatToFixed_Check() which asserts...
2012-08-02 borenet@google.comAdd Nexus 7 baseline images
2012-08-02 tomhudson@google.comReduce usage of GrGLShaderBuilder::SamplerMode
2012-08-02 caryclark@google.comshape ops work in progress
2012-08-02 keyar@chromium.orgrender_pictures and bench_pictures now use a --mode...
2012-08-02 scroggo@google.comStore more behavior of SkFlatDictionary in SkFlatContro...
2012-08-02 bsalomon@google.comMove GL programs unit test code to tests project.
2012-08-02 robertphillips... Skipping MSAA GMs on Android
2012-08-02 junov@chromium.orgFixing leak of SkPixelRef object in CanvasTest
2012-08-02 twiz@google.comEarly out the texture key generation if there is no...
2012-08-02 robertphillips... Added output of failed GMs to assist tracking errors...
2012-08-02 bsalomon@google.comRebaseline convex paths tests.
2012-08-02 borenet@google.comDisable ReadWriteAlpha test on Android
2012-08-02 reed@google.comcreate inline version of setLine that assumes no clip...
2012-08-02 twiz@google.comIntroduction of set of functions to manage generation...
2012-08-02 reed@google.comrebaseline after change to test
2012-08-02 bsalomon@google.comFix infinite recursion in cubic->quad conversion, also...
2012-08-02 reed@google.comspecial-case edge-building for polygons (paths with...
2012-08-02 reed@google.comrebaseline after change to the test
2012-08-02 robertphillips... Rebaselining complexclip2* and simpleaaclip* for r4905
2012-08-02 bsalomon@google.comCreate GPU-less build of Skia.
2012-08-02 reed@google.comremove these for now, as they are flaky (or buggy)...
2012-08-02 reed@google.comrebaseline, noting bug in msaa output for hair-curves
2012-08-02 reed@google.comrebaseline after change to test
2012-08-02 reed@google.comrebaseline after change to test
2012-08-02 robertphillips... Added check for aa/bw rect merging
2012-08-02 robertphillips... Fixed oversized SkRegion bound problem for complexclip_...
2012-08-02 robertphillips... Translated clip GMs to increase stability
2012-08-02 bungeman@google.comSet fReservedAlign to 0.
2012-08-01 reed@google.comrebaseline after gpu change
2012-08-01 scroggo@google.comFix memory leak in gammatext GM.
2012-08-01 senorblanco... Replace the asAFoo() functions in SkImageFilter with...
2012-08-01 robertphillips... Removed GrClip & related classes
next