aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-15
* revert timer changesGravatar Mike Klein2014-07-15
* nanobench on Windows: try compiler barriers around timer instead.Gravatar Mike Klein2014-07-15
* Disable LTCG for nanobench.Gravatar Mike Klein2014-07-15
* Try to debug Windows infinite loops in nanobench.Gravatar Mike Klein2014-07-15
* Keep at most one GPU device alive at a time.Gravatar mtklein2014-07-15
* SkAutoRef seems lonely. Might as well delete it.Gravatar mtklein2014-07-15
* DM: destroy contexts after each GPU task instead of beforeGravatar Mike Klein2014-07-15
* Change SkCanvasState to use inheritance.Gravatar scroggo2014-07-15
* destroyContexts after each bench instead of beforeGravatar Mike Klein2014-07-15
* Give windows boring bars and use 'us' for microseconds.Gravatar mtklein2014-07-15
* force another buildGravatar Mike Klein2014-07-15
* Force a build for nanobench.Gravatar Mike Klein2014-07-15
* Add --resetGpuContext to both DM and nanobench.Gravatar mtklein2014-07-15
* https://chromiumcodereview.appspot.com/331133004/Gravatar kozyatinskiy2014-07-15
* Another forced run for Android bots.Gravatar Mike Klein2014-07-15
* force buildGravatar Mike Klein2014-07-15
* Whitespace change to test failures after https://skia.googlesource.com/buildb...Gravatar borenet2014-07-15
* manual bench rebase after f459c85, adjusted with ed458688e284508f17a0408a093d...Gravatar bensong2014-07-14
* Revert of drawVertices bug on gpu side (https://codereview.chromium.org/38711...Gravatar dandov2014-07-14
* patch from issue 383923002Gravatar reed2014-07-14
* Fixed the bug in drawVertices when no colors or texture coordinates are provi...Gravatar dandov2014-07-14
* Fix memory leak introduced in http://crrev.com/387863005Gravatar halcanary2014-07-14
* Cleanup: Remove unused/unimplemented SkTextLayout.h.Gravatar tfarina2014-07-14
* nanobench: add --runOnce.Gravatar mtklein2014-07-14
* Add support for NEON intrinsics to speed up texture compression. We canGravatar krajcevski2014-07-14
* nanobench: support --outResultsFileGravatar mtklein2014-07-14
* Include SkTypes before using ifdefs.Gravatar scroggo2014-07-14
* Alphabetize defines in generated SkUserConfig.Gravatar scroggo2014-07-14
* Fix for saveLayer() with filters vs. the BBox Hierarchy.Gravatar senorblanco2014-07-14
* remove unused SkPixelRef constructorGravatar reed2014-07-14
* remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE codeGravatar reed2014-07-14
* Move SkPDFStream back to SkStream to save memory.Gravatar halcanary2014-07-14
* Revert of Enable the SSSE3 compile time check on all platforms. (https://code...Gravatar halcanary2014-07-14
* Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." andGravatar senorblanco2014-07-14
* Enable the SSSE3 compile time check on all platforms.Gravatar djsollen2014-07-14
* Remove last SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX.Gravatar scroggo2014-07-14
* Make SkPictureShader and SkPictureImageFilter use const SkPicturesGravatar robertphillips2014-07-14
* Remove unused kImageIsOpaque_Flag.Gravatar scroggo2014-07-14
* MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMaskGravatar djordje.pesut2014-07-14
* Deleted SkImage::newShaderClamp: not used, not implemented.Gravatar piotaixr2014-07-14
* Reallow default SkPicture constructor for ChromiumGravatar Robert Phillips2014-07-14
* Make GrAtlas::removePlot staticGravatar robertphillips2014-07-13
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-13
* don't draw unpremul alpha (yet)Gravatar reed2014-07-12
* Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...Gravatar reed2014-07-12
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-12
* Make SkPDFFont::fFontInfo a const pointer.Gravatar halcanary2014-07-11