aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android buildGravatar egdaniel2015-01-15
* Use device-space stroke width for SkDraw::drawRect() quick-rejectGravatar fmalita2015-01-15
* fMaxTexCoords is unused in Release buildsGravatar mtklein2015-01-14
* possible bug fix for nvprGravatar joshualitt2015-01-14
* Add Arithmetic mode xp.Gravatar egdaniel2015-01-14
* separate out the scaline-choosing to simplify chooseProcsGravatar reed2015-01-14
* Move Gpu ArithmeticMode xfer effect to _gpu files.Gravatar egdaniel2015-01-14
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* More changes to bring together path / geo procsGravatar joshualitt2015-01-14
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-14
* Do some minor pre cleanup work before converting all xfermodes to XPs.Gravatar egdaniel2015-01-14
* Remove incremental draw optimization from SkDebugCanvasGravatar kkinnunen2015-01-13
* fix for winvdows nvprGravatar joshualitt2015-01-13
* Move most of the transform logic into the primitive processorsGravatar joshualitt2015-01-13
* rename blitrow::proc and add (uncalled) hook for colorproc16Gravatar reed2015-01-13
* fix for FB fetch on nexus 10 ES3.0Gravatar joshualitt2015-01-13
* Revert of Switch to a more complete method of filtering hoisted layers (patch...Gravatar robertphillips2015-01-13
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-13
* namespace {} trick for SK_DECLARE_STATIC_ONCEGravatar mtklein2015-01-13
* Hide ARM assembly memset symbols.Gravatar torne2015-01-13
* Simplify SkInstCntGravatar mtklein2015-01-13
* Generic PDF shader fallbackGravatar fmalita2015-01-13
* In SkPDFDocument::emitPDF(), stop pre-calculating file offsets.Gravatar halcanary2015-01-13
* remove NewTexture?Gravatar reed2015-01-13
* Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:...Gravatar robertphillips2015-01-12
* Fix GPU clipped-AA vs. non-AA drawRect discrepancyGravatar robertphillips2015-01-12
* Change function signature of SkPDFObject::emitObject.Gravatar halcanary2015-01-12
* Fix overlap test for 64-bit pointers in SkMatrixGravatar qiankun.miao2015-01-12
* Remove SK_SUPPORT_LEGACY_GRADIENT_PRECISIONGravatar fmalita2015-01-12
* add stroke params to c apiGravatar reed2015-01-10
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Can't include SkTypes.h from ports/Gravatar Mike Klein2015-01-09
* Use error-checking mutexes in Debug builds.Gravatar mtklein2015-01-09
* Upstream custom freetype embolding strength from AndroidGravatar djsollen2015-01-09
* Remove SkTileGrid (except for TileGridInfo).Gravatar mtklein2015-01-09
* SkPDFImage no longer caches a unpremul version of N32 bitmaps.Gravatar halcanary2015-01-08
* Allow non-atlasable layer to still be hoistedGravatar robertphillips2015-01-08
* Work around changes in OSX 10.10.Gravatar bungeman2015-01-08
* Revert of Cache blur mask for rects which can not break into nine-patch (patc...Gravatar qiankun.miao2015-01-07
* Cache blur mask for rects which can not break into nine-patchGravatar qiankun.miao2015-01-07
* add ImageGenerator::NewFromData to porting layerGravatar reed2015-01-07
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Remove distance field generation and storage from SkGlyphCache.Gravatar jvanverth2015-01-07
* Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...Gravatar robertphillips2015-01-07
* Remove macros that make it look like it's a good idea to not be able to flatten.Gravatar mtklein2015-01-07
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Verify size_t overflowGravatar sugoi2015-01-07
* revert buildbot breakerGravatar caryclark2015-01-07
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-07
* use conics for ovals and roundrectsGravatar reed2015-01-06