aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Privatization:Gravatar reed@google.com2012-08-07
* shape ops work in progressGravatar caryclark@google.com2012-08-07
* Replaced all instances of std strings and vectors in favor of SkStrings and S...Gravatar chudy@google.com2012-08-07
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Fixing NoGPU build of benchGravatar junov@chromium.org2012-08-07
* uniquely name FS functions, add lighting effects to unit testGravatar bsalomon@google.com2012-08-07
* Adding storage of SkPath::fIsOvalGravatar robertphillips@google.com2012-08-07
* Refactored the bitmap creation into PictureRenderer.Gravatar keyar@chromium.org2012-08-07
* Moving DeferredDevice and DeferredGPipeController classes out of the deferred...Gravatar junov@chromium.org2012-08-07
* remove until these stop being flakeyGravatar reed@google.com2012-08-07
* must include SkPath.h after restructureGravatar reed@google.com2012-08-07
* Refactoring into a public facing facing SkDebugger class first pass.Gravatar chudy@google.com2012-08-07
* include SkFlatteningBuffer.h after restructureGravatar reed@google.com2012-08-07
* add baselines after test changedGravatar reed@google.com2012-08-07
* Fix for r4978 unit test failure. TBR by BrianGravatar robertphillips@google.com2012-08-07
* need to explicitly include SkPath.h after refactoringGravatar reed@google.com2012-08-07
* remove as test has changed. Will rebaseline laterGravatar reed@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* change SkTextToPathIter to allow continuation even when there is no path forGravatar reed@google.com2012-08-07
* Added SkClipStack portion of new clip mask caching systemGravatar robertphillips@google.com2012-08-07
* move SkTextToPathIter into private headerGravatar reed@google.com2012-08-07
* Style correction: sprinkling "this->" in SkDeferredCanvas.cppGravatar junov@chromium.org2012-08-07
* Quick mem fix for debug canvas leaking when loading new pics.Gravatar chudy@google.com2012-08-07
* Removing the SkPicture backend from SkDeferredCanvas codeGravatar junov@chromium.org2012-08-07
* Remove verylargebitmap gm on AndroidGravatar borenet@google.com2012-08-07
* Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...Gravatar junov@chromium.org2012-08-07
* document OwnDeviceCanvasGravatar reed@google.com2012-08-07
* initial baselines for very large bitmapsGravatar reed@google.com2012-08-07
* add gm for very large bitmaps (>32K >64K)Gravatar reed@google.com2012-08-07
* rebaseline after resizeGravatar reed@google.com2012-08-07
* enable large bitmap drawing by default (still disabled in chrome at the moment)Gravatar reed@google.com2012-08-07
* Add -logFile option to BenchGravatar borenet@google.com2012-08-07
* update baselines for macproGravatar reed@google.com2012-08-06
* move SkFilterShader into private headerGravatar reed@google.com2012-08-06
* Even when the pts are restricted to 32K values, we can still overflow computingGravatar reed@google.com2012-08-06
* If we lose precision computing sum of the dash intervals, then we can have theGravatar reed@google.com2012-08-06
* rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro.Gravatar digit@google.com2012-08-06
* add LF at the end, since this is SO important the chrome-mac build failed.Gravatar reed@google.com2012-08-06
* shape ops work in progressGravatar caryclark@google.com2012-08-06
* tie slow sort (STD) to legacy AA, so that skia can use the fast one, and so thatGravatar reed@google.com2012-08-03
* revert gpu-less mac sample app, remove busted sample (that has equivalent gm)Gravatar bsalomon@google.com2012-08-03
* Ensure that enums used by GrCustomStage TestCreate functions are declared in ...Gravatar bsalomon@google.com2012-08-03
* Add .0 on float GLSL literals to fix GLPrograms test breakGravatar bsalomon@google.com2012-08-03
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Moved the ownership of the current clip and current matrix into the debug can...Gravatar chudy@google.com2012-08-03
* shape ops work in progressGravatar caryclark@google.com2012-08-03
* Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...Gravatar bsalomon@google.com2012-08-03
* Fix includes files missing in release builds from GrCustomStageUnitTest.h.Gravatar bsalomon@google.com2012-08-03
* Registry-based unit test for custom effectsGravatar bsalomon@google.com2012-08-03
* fix warngs by casting from float to int64_tGravatar reed@google.com2012-08-03