platform/upstream/libSkiaSharp.git
2012-09-27 fmalita@google.comGenerate debugger MOCs on the fly
2012-09-27 fmalita@google.comPinspect and bench_pictures are crashing when invoked...
2012-09-27 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-26 bungeman@google.comLoad more fonts on Linux.
2012-09-26 tfarina@chromium.orgsamplecode: Remove executable bit from SampleTextureDom...
2012-09-26 fmalita@google.comFix Xcode 4.x debugger build
2012-09-26 robertphillips... Added Qt 4.8.3 moc files for the debugger
2012-09-26 caryclark@google.comremove precompiled header option for ios
2012-09-26 bsalomon@google.comRemove memcpy/memcmp from GrDrawState. Hopefully, this...
2012-09-26 borenet@google.comFix update-doxygen (again)
2012-09-26 borenet@google.comFix update-doxygen, which fails when skia-autogen is...
2012-09-26 caryclark@google.commove the xcode setup for SYMROOT to the outermost level
2012-09-26 tfarina@chromium.orggm: Include system_preferences.h in mac file.
2012-09-26 robertphillips... Disable memory intensive drawBitmapRectToRect tests...
2012-09-26 reed@google.comremove uses of setBitmapDevice (DEPRECATED)
2012-09-26 robertphillips... Added more drawBitmapRectToRect tests
2012-09-26 bsalomon@google.comSuppress some warnings on linux.
2012-09-26 caryclark@google.comadd simple ios app
2012-09-26 caryclark@google.comshape ops -- update gyp projects
2012-09-26 mike@reedtribe.orgre-land 5681, but just the gyp file I wanted
2012-09-26 mike@reedtribe.orgrevert 5681
2012-09-26 mike@reedtribe.orgremove SampleXfermodes.cpp (obsolete, as we have it...
2012-09-26 mike@reedtribe.orgSkCanvas::setDevice() must die, and so we begin by...
2012-09-26 mike@reedtribe.orgadd getMetaData() to SkCanvas (as part of our master...
2012-09-26 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-25 bungeman@google.comVertical metrics for FreeType.
2012-09-25 tfarina@chromium.orgRemove unused includes from skhello tool.
2012-09-25 bsalomon@google.comFix some linux build warnings
2012-09-25 bsalomon@google.comDisable warning emitted in libjpg build
2012-09-25 robertphillips... Remove GrTLList.h
2012-09-25 epoger@google.comRemove SkListWidget.cpp, which has not been compiled...
2012-09-25 epoger@google.comDelete SkListView.cpp, which has been #ifdef'ed out...
2012-09-25 scroggo@google.comFix a warning in PictureBenchmark.
2012-09-25 reed@google.comReimplement drawBitmapRectToRect to correctly handle...
2012-09-25 senorblanco... This patch adds support for optional processing of...
2012-09-25 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-25 robertphillips... "fix" chrome build
2012-09-24 caryclark@google.comfix mac builds
2012-09-24 senorblanco... Build fix. Unreviewed.
2012-09-24 caryclark@google.comunbreak the build part ii
2012-09-24 caryclark@google.comunbreak the build
2012-09-24 caryclark@google.comiOS support work in progress
2012-09-24 robertphillips... Fix for GrTextureStripAtlas memory leak
2012-09-24 robertphillips... Addressed xcode analysis complaints
2012-09-24 borenet@google.comWhitespace change to trigger rebuild after tweaking...
2012-09-21 scroggo@google.comWhen recording a GM to a picture, pass the GM's size...
2012-09-21 scroggo@google.comMake flattenables no longer depend on global static...
2012-09-21 vandebo@chromium.org[PDF] Fix name generation - / needs to be escaped.
2012-09-21 reed@google.comcheck for very large blurs, and don't try to cache...
2012-09-21 reed@google.comdisable experiemental hack to try to speedup floor
2012-09-21 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-20 junov@chromium.orgAdding hasPendingCommands API method to SkDeferredCanvas
2012-09-20 borenet@google.comWhitespace change to trigger a bot cycle after r5630
2012-09-20 junov@chromium.orgFixing how deferred canvas purges itself when a clear...
2012-09-20 junov@chromium.orgAdding a silent playback option to SkGPipeRead
2012-09-20 robertphillips... Got debugger compiling again after SkCanvas API change
2012-09-20 senorblanco... Prevent LinearRegression from dividing by zero so the...
2012-09-20 borenet@google.comRemove automatic resizing in *_pictures
2012-09-20 borenet@google.comUpdate bench_expectations
2012-09-20 reed@google.comremove use of SkRefPtr in public header (SkPDFDocument.h)
2012-09-20 reed@google.comremove unused parameter (that also slowed us down)...
2012-09-20 senorblanco... Fix premul alpha problems w/matrix convolution filter...
2012-09-20 reed@google.comremove all SkRefPtr from SkPDFDevice.h
2012-09-20 senorblanco... Pull SDKROOT into a gyp variable, so it can be locally...
2012-09-20 caryclark@google.comfirst cut at making iOS work
2012-09-20 bsalomon@google.comFix GrTextureAccess::operator ==
2012-09-20 scroggo@google.comIn render_pictures tiled rendering, draw a separate...
2012-09-20 scroggo@google.comIn bench_pictures, use a pool of tiles for multicore...
2012-09-19 senorblanco... Yet another speculative Android fix. Unreviewed.
2012-09-19 junov@chromium.orgRenaming a couple methods in SkDeferredCanvas.cpp to...
2012-09-19 senorblanco... Speculative fix for Android GMs. Unreviewed.
2012-09-19 borenet@google.comSkip empty directories and input files not ending in...
2012-09-19 reed@google.combegin to skiafy PDF headers : removing use of SkRefPtr
2012-09-19 borenet@google.comWhitespace change to trigger a rebuild after removing...
2012-09-19 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-18 senorblanco... Unreviewed; build fix.
2012-09-18 senorblanco... Implements a matrix convolution filter (raster path...
2012-09-18 caryclark@google.comshape ops work in progress
2012-09-18 george@mozilla.comExplicitly convert from int to SkScalar to avoid a...
2012-09-18 robertphillips... Fix for r5587 compiler error (removed ../src/gpu in...
2012-09-18 robertphillips... Added functor to GrTHashCache to allow discovery of...
2012-09-18 caryclark@google.comupdate gyp files to build on iOS
2012-09-18 reed@google.comre-re-land 5578
2012-09-18 scroggo@google.comReuse one canvas for every tile in bench_pictures ...
2012-09-18 bsalomon@google.comMove GrTextureParams from GrSamplerState to GrTextureAccess
2012-09-18 reed@google.comrevert 5580
2012-09-18 reed@google.comre-land 5578 w/ pipe fix
2012-09-18 reed@google.comrevert 5578 -- broke pipe
2012-09-18 reed@google.comChange drawBitmapRect to take a float-src-rect instead...
2012-09-18 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-18 tfarina@chromium.orgAdd a header for OverView.cpp as well.
2012-09-17 borenet@google.comSet DEFAULT_REPEATS to 1
2012-09-17 borenet@google.comCheck for invalid SkPictures
2012-09-17 bsalomon@google.comAdd GrColor to RGBA float helper func
2012-09-17 bungeman@google.comFix a Ref count bug in SkFontHost_win_dw.cpp
2012-09-17 robertphillips... Fixed unused variable compiler complaint
2012-09-17 robertphillips... Fixed valgrind complaint in MatrixBench
2012-09-17 robertphillips... fixed compiler complaints
2012-09-17 robertphillips... Fixed memory leak in deferred_canvas_record bench
2012-09-17 robertphillips... Made more benchs non-rendering
next